I have REXX code that can be called directly by TSO (in DD SYSTSIN data) or else by another REXX function. I want it to behave differently in each case: If called directly from TSO I want it to print something. If called from another function I want it to return some values to the calling function. So I thought about how to do this. The answer’s quite simple: Use the parse source command and...
[More]
Tags: 
interpret
source
rexx
tso
parse