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
How to alter the parameters for the existing gdg?
what is DD statement is used in JCL?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
which utility is used to sort a file in jcl?
In job processing, what happens in execution stage?
What is timing concept in mainframe?
What are the jcl procedures?
Are there any set of rules for the names of the steps used in a job?
Explain dd statement in jcl?
what is a jcl?
In job processing, what happens in conversion stage?
what is the resolution for sb37 error
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
What are the difference between jcl and jes?
Can I send output of job to my remote device careerride123?