Can a PROC CALL another PROC ? (in both Instream and
Cataloged cases) ?
Answers were Sorted based on User's Feedback
Answer / karthik
A PROC can call another proc in catalog procedure, You can
go upto maxiumum of 15 levels
| Is This Answer Correct ? | 8 Yes | 0 No |
Is their any set of rules for dd? Explain.
I have Job A and Job B. I want to trigger Job B from Job A. Please advise.
Hi, Please clear me when COND=ONLY and COND=EVEN. Explain me with example.
what is the meaning of keyword in jcl?what is is opposite?
If a JOBSTEP abends, AND without using COND also, all the subsequent steps execute, then what is the use of using EVEN ? Why do we use EVEN when without it also all the JOBSTEPs execute ?
Explain about LMMLIST�list a library's members
What is a Dummy Utility and what it does ?
wht is step lib n job lib ? where can we code joblib n steplib ?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
What is a COND parameter in JCL?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
How do you skip a particular step in a proc/JOB?