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)")
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|