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...


i have five step in jcl.my forth step is gdg.gdg was
abend.when will job complete,hoe to handle you

Answers were Sorted based on User's Feedback



i have five step in jcl.my forth step is gdg.gdg was abend.when will job complete,hoe to handle you..

Answer / anji

not clear ur question first of all.

Is This Answer Correct ?    3 Yes 0 No

i have five step in jcl.my forth step is gdg.gdg was abend.when will job complete,hoe to handle you..

Answer / shailendra

if you know abend is happning on forth step. so for the
next execution give restart parameter on job statment
restart=5stepname

Is This Answer Correct ?    3 Yes 0 No

i have five step in jcl.my forth step is gdg.gdg was abend.when will job complete,hoe to handle you..

Answer / suneet

If there is an ABEND after the fourth step then the
execution will stop after the fourth step itself (i.e. the
fifth and the steps ahead will not be executed). If you
want the steps after the fourth step to be executed then
code COND=EVEN or COND=ONLY for those steps causing them to
be executed "even though" or "only when" the ABEND occurs.

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More JCL Interview Questions

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?

0 Answers   IBM,


How we can code in a jcl to execute a job in a particular time and date without using any job shudular?. (Eg) i want to execute a particular job at 8 am on 01/01/2010.

2 Answers   Target,


Hi, I have a requirement File A : I have 6 records out of which 4 are same. File B: I have 8 records out of 6 records are same. The 4 records in FILEA and 6 records in FILE B are same. If we substract we will get two records, I need these two records in output file This is because to remove the duplicates from the database. Through easytrieve we can compare but for that there should not duplicates, but in my file I have duplicates. Thanks in advance!!

2 Answers  


Can we have a JOBSTEP without any EXEC ?

6 Answers   IBM,


what is meant by jobtrac?

4 Answers   CSC,


How can we see data in TEMPARARY DATA SET in JCL ?

7 Answers   CSC, Polaris,


if in a job, region is mentioned in both jobcard and in step then which is cosidered at the step level? A job has region 4k in jobcard and step1 with region 0k and step2 with 16k, then what is the region allocated for the entire job? what is the region step1 takes? what is the region step2 takes?

4 Answers  


write a jcl to execute a job by 7:00 am on jan 20,1986?

0 Answers   IBM,


what is a null indicator in db2?

5 Answers   Fiserv, IBM,


What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?

0 Answers   IBM,


Explain about LMMLIST�list a library's members

1 Answers  


There are 2PROCS in a JCL. I want following conditions to be carried out 1) 1st PROC should be executed as such In second PROC 2) First 4steps should not be executed 3) 5th step should not be executed 4) 6th and 7th step should be executed The change should be done only in the JCL and PROC should be untouched ?

3 Answers   ADP,


Categories