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
Brief description of inline procedure of jcl.
How gdg are concatenated?
How does jcl specify the job to the operating system?
What do you understand by the terms: joblib and steplib?
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
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
how do you access an uncataloged dataset in a jcl?
What is the motivation behind coding class parameter in job statement?
What is condition checking in jcl? Is this possible?
What does a disposition of (MOD,DELETE,DELETE) mean ?
how to compare two datasets without using superce because output is limited to 133 bytes
What is jcl in mainframe?
What are the 2 types of parameters in dd statement?
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?
Give the syntax of job specifying jcl statement.