Search posts, tags, users, and pages
santhosh rajeru
Mainframe Developer with expertise in Cobol, Jcl, Db2, Vsam and CICS. Focused on automation, performance and development.
Input-Output Terminal: PULL and SAY are the basic I-O statements in REXX.Eg: PULL variable-name, SAY ‘Hello World’ PARSE command is used for string manipulationsEg: PARSE PULL variable-name Passing Arguments:The values which are passed to an exec are...
No responses yet.