hi friends........if u know syntax of IEBEDIT IN JCL
Answer Posted / girish kumar
EIBEDIT is used to execute particular steps
Ex. if u have 10 steps and u want to execute only 1.5,8
steps only with out any condition. In this situation we can
use EIBEDIT
ASN: write all steps in one saparate PDS member and then
create another PDS member write JOB CARDS give PGM=IEBEDIT
in sysout give like
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=(STEP1,STEP5,STEP8)
/*
//
Is This Answer Correct ? | 12 Yes | 4 No |
Post New Answer View All Answers
What statement can be used to send data to another mvs jes3 node?
What are the parameter we cannot use in procedure?
What is Cataloged Procedures?
How to submit a jcl from cics?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
how to do automated restart when a job abends?
What is the format of comment statement?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
In sms datasets, what is the function of the dd avgrec keyword?
What is NOTCAT ?
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
What is the significance of addrspc parameter in the exec statement?
Is there any command to check wether the ps file is in sorted order?
what is the resolution for sb37 error