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 is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
How to pass the parameter in parm using linkage section ? (syntax)?
in ways data can be passed to a COBOL program from JCL?
How does the jcl specify the job to os?
What does a disposition of (new,catlg,keep) for a dsn mean?
What is jcl in mainframe?
What do you understand by the term job time – out and how can you overcome that?
Give the syntax of job specifying jcl statement.
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
how you will the direct the data to spool using sysout option?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
Describe the various parameters utilized in the creation of a gdg?
Can I send output of job to my remote device careerride123?
How do you access an uncatalogued dataset in a jcl?