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 dd statement is used to supply the name of a dataset?
what is DD statement is used in JCL?
What is one line to pass PARM from JCL to COBOL?
Which dd parameters are required?
how you can access an uncataloged dataset in a JCL?
whats the diff bw the evaluate also and and?
What are the parameters that are used in creating a gdg?
what is DSN parameter and DISP parameter is used for?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
how to compare two datasets without using superce because output is limited to 133 bytes
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
What is the syntax of JCL statement?
what are the various stages of job processing?
How can a jobs execution priority be modified?