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
what is use of disp parameter in dd statement?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
List the various advantages of using jcl language?
Can I send output of job to my remote device careerride123?
What are s0c1, s0c4, s0c5, s0c7 and socb?
What are the difference between jcl and jes?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
how to compare two datasets without using superce because output is limited to 133 bytes
what is the difference between JES3 and JES2?
Explain in DD statement what is the use of DCB parameter?
What is the purpose of disp parameter?
What parameter of the job statement is used to limit the cpu time consumed by the job?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
how to do automated restart when a job abends?