hi friends........if u know syntax of IEBEDIT IN JCL
Answer Posted / muttaiah
Adding to Girish Answer.
The jcl for IEBEDIT utility would look like this.
//Jobcard
//Stepname exec pgm=IEBEDIT
//DDNAME DD DSN=PDS(WHICH CONTAIN THE JCL)
//Sysout DD sysout=(*,Intrdr)
//sysprint dd sysout=*
//sysin dd *
EDIT start=Jobname, Type=Include/exclude,
Stepname=(steps)
/*
//
Hope this will give the complete syntax of IEBEDIT utility.
People who voted the answer as 'No' justify with your
answer.
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
What are the parameter we cannot use in procedure?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
What do you understand by the term job time – out and how can you overcome that?
how do you code a null statement?
Explain about LMQUERY�give a dialog information about a data set
what are the statements that are not valid to be included in an include statement?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
Differentiate between addressing mode and run mode.
Explain the function of the dd dcb keyword?
Explain about ISPF/TSO Commands
Is it possible to define dd statements as you want?
Brief description of inline procedure of jcl.
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
what is JCL?
Explain how can a jobs execution priority be modified?