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
is there any way to execute more than one proc in the same exec statement at the same time..?
Explain how can an in-stream dataset be terminated?
Explain dfsort utility?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
What is the motivation behind coding class parameter in job statement?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
What is the format of comment statement?
Is it possible to code instream data in a PROC?
what are JCLLIB and STEPLIB in JCL?
Where & How Do You Code Identifier In Jcl?
which parameter is use to declare the name of dataset in dd statement?
What is the function of the steplib dd statement?