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 do you understand by the term job time – out and how can you overcome that?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
What dd statement is used to supply the name of a dataset?
how do you code a null statement?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
List the different components of jcl statement?
In sms datasets, what is the function of the dd mgmtclas keyword?
what is DSN in JCL and what are the parameters to declare the DSN?
How to pass the parameter in parm using linkage section ? (syntax)?
what are the types of abends that occur on job failure? And explain the possible causes of these
Explain the function of the dd dcb keyword?
What is the function of the dd avgrec keyword in sms datasets?
How do you overcome this limitation ?
What is multithreading in jcl?