How to execute step2,step1,step3 when step1,2&3 are in order
Answer Posted / maruthi
PGM=IEBEDIT
DDNAME DD DSN=(DATA SET ALONG WITH PDS MEMBER(where we write
all the steps)
SYSOUT DD (*,INTRDR)
SYSIN DD *
EDIT TYPE=INCLUDE,STEPNAME=(STEP2,STEP1,STEP3)
/*
//
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
how can the same proc be re-used and called by many jobs?
Explain the function of dd disp parameter?
How does the jcl specify the job to os?
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 is the function of //jcllib statement?
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 the motivation behind coding class parameter in job statement?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
what are the types of abends that occur on job failure? And explain the possible causes of these
what is the compile process of cobol program expalin with code
Name the statement which can be used to send data to another mvs jes3 node?
What are the utility programs in jcl?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
how to run batch program without jcl?
Explain how can the submitting users racf authority be overridden in a job stream?