How can i execute 5th step without executing first 4 steps?
Answer Posted / satheesh
To Execute particular step, use IEBEDIT option.
Below Sample version
//STEP001 EXEC PGM=IEBEDIT
//SYSPRINT DD SYSOUT=*
//SYSUT1 DD DSN=MYDSN.JCL(MEMBER),DISP=SHR
//SYSUT2 DD SYSOUT=*
//SYSIN DD *
EDIT TYPE=INCLUDE,STEPNAME=(STEP5)
/*
//*
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Explain the function of the dd dcb keyword?
can any one plzzzzzz tell the jcl code for creating ps using idcams
What is the purpose of dd?
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?
Explain the purpose of the dd keylen parameter?
how you can direct the data to spool using SYSOUT option?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
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 is the function of dd disp parameter?
Can I share my data with other jobs? How?
Mention the types of job control statements?
write a jcl to execute a job by 7:00 am on jan 20,1986?
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?
How can the attributes of one sms dataset be copied to another dataset?