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
Explain the function of //cntl statement?
How gdg are concatenated?
what is DD statement is used in JCL?
Explain the function of a dd statement?
Why block size is multiple of lrecl in jcl?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
How can the disposition of sysout datasets be set for an entire jobstream?
How to do automated restart when a job abend?
Explain the function of dd name parameter with a 2 part structure; audit.report?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
Explain about LMFREE�free data set from its association with data ID
How can a jobs execution priority be modified?
Differentiate between addressing mode and run mode.
what is DSN parameter and DISP parameter is used for?