Can anybody tell what is tool used to generate the list of
PROCS used in JCL to generate a PROCTREE
Answer / Rahil Saeed
There isn't a specific tool mentioned in the question. The JCL (Job Control Language) itself can be used to create and manage a job's sequence of tasks, but tools like MVS Job Entry Subsystem (JES), or utility programs such as REXX, can help generate and manipulate JCL scripts.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain about SYSVAR
What is Backward Referencing ?
What is the function of //cntl statement?
What is the difference between IEBGENER, IEBCOPY and REPRO in IDCAMS utility?
Explain about REXX
What is Uncatalog dataset? How can we access/use them?
what is the restart?hopw it is invoked?
What is the error in the following JCL statements : I) //step#three exec pgm=hkbc762 ii) //step#3 exec pgm = hkbc762 iii) //step#3 exec pgr = hkbc672
what is a jcl?
What are the 4 fields in dd statement?
If the COND parameter is specified in both the JOB and EXEC statements, which one will take precedence? If JOB takes priority and if all the conditions evaluate to false, then will the conditions on the EXEC step be evaluated next?
what is DD statement is used in JCL?