proc1,proc2,up to proc5 is there if i want to call proc1 and
proc5how can u write the code
Answer Posted / mr. cooooool
Hi..............
we can call proc as following.
//COOLJCL JOB NOTIFY=&SYSUID
//PROCFILE JCLLIB ORDER='PROCEDURE-FILE-NAME'
//STEP1 EXEC PROC1
//SYSPRINT DD SYSOUT=*
.
. * OVERRIDE STATEMENT
.
//STEP2 EXEC PROC5
.
. * OVERRIDE STATEMENT
.
//
THANKS..........
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
Differentiate between the joblib and the steplib statements?
What is jcl in mainframe?
What are steplib and joblib? What for they are used?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
What is Cataloged Procedures?
Name the statement which can be used to send data to another mvs jes3 node?
List the various advantages of using jcl language?
What is the function of job statement in jcl?
what happens in conversion stage in job processing?
What are hierarchy levels in jcl?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
How do you submit a job for execution?
what is the difference between JES3 and JES2?
How can unused space allocation be returned to the system when a dataset is closed?
Explain the function of //cntl statement?