i want to restart frm step 2, previously i coded cond parameter on step2 wht happens at tht time ?
Answer Posted / lu
it restart step2 if u keep restart step2 in your JCL,you
have to modify COND...
Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
what is DSN in JCL and what are the parameters to declare the DSN?
Which dd parameters are required?
What is notcat 2 - gs?
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?
A dd statement consists of 4 fields. Name them?
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 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
when does a dataset go uncataloged?
Does jcl support automatic restart?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
Explain how can a jobs execution priority be modified?
What are the parameter we cannot use in procedure?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?