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
What is timing concept in mainframe?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
Explain the function of the steplib dd statement?
which utility is used to sort a file in jcl?
Explain the purpose of dd * statement in jcl?
how you will the direct the data to spool using sysout option?
For what purpose steplib and joblib are used ?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
what are the types of abends that occur on job failure? And explain the possible causes of these
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
In job processing, what happens in execution stage?
Differentiate between the joblib and the steplib statements?
How can the attributes of one sms dataset be copied to another dataset?
What are the jcl procedures?
How to run cobol program using jcl?