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 |
How is the keyword DUMMY used in JCL?
What is the purpose of dd?
Please explain with syntax and an example, the Inrec fields and Outrec build in sort.
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
What is a MODEL Paramater in GDG ?
How jcl work to handle various input output file operations?
What are the causes for S0C1, S0C4, S0C5, S0C7, S0CB abends ?
oza017.myorg.emp has 100 records ,oza018.myorg.staff has 200 records but 50 are the common records in both files copy all the common records into oza017.myorg.xyz dataset
define cond parameter in jcl?
Suppose a proc step has a DD statement like //ABC DD DSN=TEST.FILE1,DISP=SHR DSN=TEST.FILE2,DISP=SHR and the above DD name is overridden from the JCL as given below //procstepname.ABC DD DSN=TEST.FILE3 - Will the DD statement now have just TEST.FILE3 or it will be TEST.FILE3 and TEST.FILE2? Suppose if it is overridden twice like //procstepname.ABC DD DSN=TEST.FILE3 //procstepname.ABC DD DSN=TEST.FILE4 Will this give a JCL error? If not, what will be final output?
HOW TO CONVERT VARIABLE BLOCK TO FIXED BLOCK ?
how to eliminate the duplicates in sorting