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 you can access an uncataloged dataset in a JCL?
What are steplib and joblib?
Is automatic restart possible in jcl?
what are the types of abends that occur on job failure? And explain the possible causes of these
what is the resolution for sb37 error
Explain the purpose of the dd keylen parameter?
Is their any set of rules for dd? Explain.
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
a dd statement has 2 types of parameters. Name them?
Why include statement is used in a jcl?
What is the function of a dd statement?
What is the motivation behind coding class parameter in job statement?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
How can an in-stream dataset be terminated?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one