this optional operand provides the numeric return code you wish SPFLite to use for the success of this macro invocation. If the operand is omitted, then 0 (zero) is assumed.
The conventions (and allowable values) for these return codes are:
RC=0 for success
RC=8 when a failure occurs
There are predefined symbols for these values. OK is the same as 0; and FAIL is the same as 8.
To avoid issues with future versions of SPFLite, only the values 0, and 8 (or their symbolic equivalents of OK, and FAIL) should be used as return code values.
|