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 |
Why we us SYSTSIN DD with IKJEFT01 (TSO Utility) to execute a COBOL DB2 program? Why can't we use SYSIN DD?
What happens if both JOBLIB and STEPLIB is specified ?
Hi, I have a requirement File A : I have 6 records out of which 4 are same. File B: I have 8 records out of 6 records are same. The 4 records in FILEA and 6 records in FILE B are same. If we substract we will get two records, I need these two records in output file This is because to remove the duplicates from the database. Through easytrieve we can compare but for that there should not duplicates, but in my file I have duplicates. Thanks in advance!!
i have a jcl calling proc which has 10 steps, i want to execute from step5 to step10, where can i code RESTART and COND parameter?
how to see the latest generation in gdg?
In job processing, what happens in conversion stage?
in step1 of a jcl,disp=(mod,delete,delete) step02 exec pgm=ccc,cond=(0,le) will step02 be executed? i)never ii)always iii) iv)... i dont remember options
how can we pass parameters from JCL to cobol subprogram...my requirement is i should not get data from mainprogram but i need it from JCL directly
i created one base gdg with lrecl = 100 , now i need to create versions with different lrecl =150,200 can it be possible to create like tht ?
What is COND=EVEN ?
What is the function of the dd dcb keyword?
Explain the function of the steplib dd statement?