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


Please Help Members By Posting Answers For Below Questions

what is DSN in JCL and what are the parameters to declare the DSN?

822


Which dd parameters are required?

802


What is notcat 2 - gs?

1056


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?

931


A dd statement consists of 4 fields. Name them?

1048






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?

2327


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

690


when does a dataset go uncataloged?

936


Does jcl support automatic restart?

855


what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?

886


Explain how can a jobs execution priority be modified?

835


What are the parameter we cannot use in procedure?

721


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?

9043


Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE

2072


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?

914