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


Please Help Members By Posting Answers For Below Questions

What parameter directs the output of the job log dataset?

748


How to run cobol program using jcl?

637


How would you understand error(execution phase)?

613


How does the jcl specify the job to os?

675


What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?

661






Where & How Do You Code Identifier In Jcl?

679


How do you submit a job for execution?

628


In job processing, what happens in conversion stage?

721


How does jcl specify the job to the operating system?

736


I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?

2087


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

1471


How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY

849


How to submit a jcl from cics?

647


Define concatenating?

650


What is the function of a dd statement?

694