|
|||||||||||||
|
Back To LeighWeb Mainframe Utilities Page View the module associated with this documentationThis edit macro converts JCL code into equivilent (or close) TSO CLIST code. To execute it, you edit the JCL to be converted; "exclude" the lines which comprise 1 job step (the first excluded line MUST be the EXEC card); type JCLCLIST on the command line and press ENTER. The JCL statements will then be REPLACED by the CLIST statements (i.e. don't do this to JCL you want to save... make a copy 1st !.) If a dataset name has a relative GDG number, it will not be converted, but must be dealt with prior to running the CLIST as relative GDG #'s don't work in CLIST's yet. Steps with STEPLIB will convert to the TSO TASKLIB facility. Steps without a STEPLIB will convert to the TSO CALL command and assume the module is in SYS2A.LINKLIB. |
|||||||||||||
|
|||||||||||||