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 jcl procedures?
how can the same proc be re-used and called by many jobs?
In job processing, what happens in conversion stage?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
What is notcat 2 - gs?
how would you create a temporary dataset? And where will you use them?
Is their any set of rules for dd? Explain.
what is the use of IEBGENER utility?
What are the parameters that are used in creating a gdg?
Explain the job statement in jcl?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
what are the types of abends that occur on job failure? And explain the possible causes of these
How is a type of file defined in the jcl that executes the cobol program?
which utility is used to run a cobol-db2 program?