Previous Topic: OPSSMTBL Command Processor—Maintain the Directory TableNext Topic: OPSSMTBL Return Codes


OPSSMTBL Invoked as a REXX Function

In addition to invoking OPSSMTBL as a TSO command, you can invoke it as an OPS/REXX function. The function will have a single argument equal to the OPSSMTBL TSO command syntax. The value returned by the function will be the same as the return code that would have been generated if you had invoked OPSSMTBL as a TSO command.

Example: OPSSMTBL Invoked as a REXX Function

frc = OPSSMTBL("LIST CMDRESP(REXX)")