If there are five steps in a JCL i have to execute the 3rd
step, bypass the 4th step and execute the 5th step how do i
do this?
Answer Posted / raj
//STEP001 EXEC PGM=IEBEDIT
//SYSPRINT DD SYSOUT=*
//SYSUT1 DD DSN=XXX.GENERAL.STUDY(TEST001),DISP=SHR
//SYSUT2 DD SYSOUT=(A,INTRDR)
//SYSIN DD *
EDIT TYPE=EXCLUDE,STEPNAME=(STEP003,STEP005)
/*
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
which utility is used to sort a file in jcl?
For what purpose steplib and joblib are used ?
Explain how can the attributes of one sms dataset be copied to another dataset?
What is the function of dd disp parameter?
How can unused space allocation be returned to the system when a dataset is closed?
Name what parameter directs the output of the job log dataset?
Explain how can an in-stream dataset be terminated?
What is the use of disp parameter?
Explain the function of job statement in jcl?
what sort card you will use to copy the data from one dataset to another dataset?
what is DSN parameter and DISP parameter is used for?
how you can access an uncataloged dataset in a JCL?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
which utility is used to run a cobol-db2 program?
What dd statement is used to supply the name of a dataset?