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 an job having three job steps.Suppose i want to call
a pgm in step2 and aproc in step3.How to write the code?

Answers were Sorted based on User's Feedback



I have an job having three job steps.Suppose i want to call a pgm in step2 and aproc in step3.How t..

Answer / siva

//jobname JOB ---------
//PROCLIB DD DSN=MYPROCLIB,DISP=SHR
//step1 EXEC PGM=PGM1
//
****END OF step1********
//step2 EXEC PGM=PGM2
//
//
*****END OF step2********
//step3 EXEC <PROC NAME SPECIFIED>
//

Is This Answer Correct ?    11 Yes 0 No

I have an job having three job steps.Suppose i want to call a pgm in step2 and aproc in step3.How t..

Answer / kiran

//jobname job ---------------
//proclib dd dsn=procAddress,disp=shr
//step1 exec pgm=pgmA
//step2 exec pgm=pgmB
//step3 exec peocNAme
//

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More JCL Interview Questions

i have records from 1 t0 100 . i need to open records from 10 to 18 and change the values in tht ? how can i do tht ?

2 Answers   Syntel,


Name the parameters which can be used to limit the number of records written to a sysout dataset?

0 Answers  


What is the function of //cntl statement?

0 Answers  


WHAT IS DUMMY IN JCL? HOW TO USE IT? CAN ANYBODY SEND PROGRAM ON THIS?

3 Answers  


When we give TYPERUN = SCAN , what are the syntax errors we get?

5 Answers   Kanbay,


How can you trap abends in the JCL?

3 Answers  


In jcl i have 255 steps. In 255 step i declared proc. In proc i have 20 steps this job is executable or not? why?

4 Answers  


What are the default system and catalog libraries in JCL?

2 Answers   Infosys,


I have three files for one step i need to override the third file how to do that in jcl?

1 Answers   UST,


If a job has 3 steps and step 1 and step 3 should get executed and step 2 should not get executed irrespective of the return code from the previous steps. How can it be done?

5 Answers   TCS,


what is XSUM in some fields= none, xsum ??

7 Answers   Xansa,


i have 5 steps to execute in that i want to skip 3nd step and start execute from forth step how can u do this.

7 Answers   Syntel,


Categories