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


Please Help Members By Posting Answers For Below Questions

Brief description of inline procedure of jcl.

764


How gdg are concatenated?

754


How does jcl specify the job to the operating system?

851


What do you understand by the terms: joblib and steplib?

722


hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u

1762






WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99 VALUE 123.45. PROCEDURE DIVISION. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. compiler : IGYGR1080-S A "VALUE" clause literal was not compatible with the data category o subject data item. The "VALUE" clause was discarded. WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99. PROCEDURE DIVISION. MOVE 123.45 TO W-B. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. 2375

1150


how do you access an uncataloged dataset in a jcl?

1054


What is the motivation behind coding class parameter in job statement?

773


What is condition checking in jcl? Is this possible?

706


What does a disposition of (MOD,DELETE,DELETE) mean ?

762


how to compare two datasets without using superce because output is limited to 133 bytes

1614


What is jcl in mainframe?

832


What are the 2 types of parameters in dd statement?

729


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?

836


Give the syntax of job specifying jcl statement.

713