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 compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
How can the disposition of sysout datasets be set for an entire jobstream?
How to submit a jcl from cics?
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.
what is DSN parameter and DISP parameter is used for?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
What are the difference between jcl and jes?
How to pass data to a program that is coded in an exec statement?
Is condition checking possible in jcl? If yes, how?
Explain in DD statement what is the use of DCB parameter?
Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You
In job processing, what happens in execution stage?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
how to run batch program without jcl?
Name the parameters which can be used to limit the number of records written to a sysout dataset?