Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

My JCL have five steps & I created new versions of GDG in
first step through fourth step & fifth step I was refered
Step one GDG version. My JCL got abend at 4th step and how
I can restart my JCL Please let me know the answers.

//STEP1 EXEC GDG1(+1) DISP=(NEW)
//STEP2 EXEC GDG1(+2) DISP=(NEW)
//STEP3 EXEC GDG1(+3) DISP=(NEW)
//STEP4 EXEC GDG1(+4) DISP=(NEW)
//STEP5 EXEC GDG1(+1) DISP=(OLD)

Answer Posted / chandrababu

JCL got Abended at 4th step, You need to restart from STEP4
In STEP4 use GDG1(+1),DISP=NEW
In STEP5 use GDG1(+1),Disp=SHR.
Hope this make correct .

Is This Answer Correct ?    2 Yes 24 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are hierarchy levels in jcl?

1573


How can values be passed from the job stream to an executable program?

1523


Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?

1291


What is the function of the dd dcb keyword?

1397


Give the syntax of job specifying jcl statement.

1205


Explain how can a jobs execution priority be modified?

1262


Explain the function of dd name parameter with a 2 part structure; audit.report?

1524


hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u

2187


Mention the types of job control statements?

1227


in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?

2799


How do you access an uncatalogued dataset in a jcl?

1273


What is use of restart and how to use it?

1362


What is the significance of addrspc parameter in the exec statement?

1132


Is automatic restart possible in jcl? If yes, how?

1174


Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?

1177