Answer Posted / muttaiah
Jeetendra,
I'm not sure what you are going to say..But, it's possible
to code a proc(procedure) within a proc(procedure).
I mean proc can also be referred as procedure...vice-
versa.EX:
//job1 job Operands/Parameters
//Proclib JCLLIB order=(
proc1.library,
proc2.library,
proc3.library)
//Jstep1 exec pgm=
//step3 exec Proc=Proc1 or //step3 exec proc1
//Proc1 Proc
//pc1step1 exec pgm=
//pc1step2 exec proc2
//proc1 pend
//proc2 proc
//pc2step1 exec pgm=
Remember in proc1 i have not coded JCLLIB since job,
jcllib, joblib are not allowed here.
proc2 will be pulled from the library mentioned in the job.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the motivation behind coding class parameter in job statement?
How is a type of file defined in the jcl that executes the cobol program?
How can an in-stream dataset be terminated?
Is their any limit for data sets?
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?
What are some jcl statements that are not allowed in procedures?
List the various advantages of using jcl language?
How gdg are concatenated?
Explain the function of job statement in jcl?
What do you know about jcl?
How to run cobol program using jcl?
What statement can be used to send data to another mvs jes3 node?
What happens if both JOBLIB & STEPLIB is specified ?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
what is the compile process of cobol program expalin with code