IN MY JCL I VE 8 STEPS I WANT TO EXCUTE STEP 8 FIRST THEN
EXCUTE STEP 4 ,HOW WILL EXCUTE STEP 8 BEFORE STEP 4?
Answer Posted / ravikumar. r
You can IEBEDIT utility for your requirement. The syntax as
follows.
Syntax:
//JOBCARD
//PS010 EXEC PGM=IEBEDIT
//SYSPRINT DD SYSOUT=*
//SYSUT1 DD DSN=path of your JCL,DISP=SHR
//SYSUT2 DD SYSOUT=(A,INTRDR)
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
EDIT TYPE=INCLUDE,STEPNAME=(PS008,PS004)
/*
| Is This Answer Correct ? | 26 Yes | 5 No |
Post New Answer View All Answers
which utility is used a dummy utility?
How jcl is used for testing batch programs?
What is Cataloged Procedures?
What is the significance of addrspc parameter in exec statement?
Are there any set of rules for the names of the steps used in a job?
What is the maximum length of a single line of jcl?
How does jcl act on a cobol code?
Give the syntax of job specifying jcl statement.
What are the parameters that are used in creating a gdg?
what is the purpose of coding class parameter in job statement?
What is the function of a dd statement?
how to compare two datasets without using superce because output is limited to 133 bytes
what JCL Procedures?
Matching Logic in Jcl not in cobol.Could any one please answer this question
is there any way to execute more than one proc in the same exec statement at the same time..?