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
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
Can an individual step be restricted from using all the jobs allowed cpu time?
Explain the function of dd disp parameter?
what is the purpose of coding notify parameter in job statement?
How can the submitting users racf authority be overridden in a job stream?
How to submit jcl through a cobol program?
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?
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 2 types of parameters in dd statement?
What statement can be used to send data to another mvs jes3 node?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
What is NOTCAT ?
List the different components of jcl statement?
which utility is used to run a cobol-db2 program?
How to pass the parameter in parm using linkage section ? (syntax)?