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

How do you submit a JCL under CICS environment ?

5 Answers   Wipro,


how many types of sorts are there in jcl?

2 Answers   IBM,


What is catelog procedure and how many catelog procedure to use in one job?

2 Answers   Infosys,


What are the difference between jcl and jes?

0 Answers  


What do you know about jcl?

0 Answers  


How to pass values in jcl to cobol?

4 Answers   IBM, Infosys,


What is the use of disp parameter?

0 Answers  


i have 3 steps in my jcl, where i want to run only one step at a time depending on the variable. How should i give the condition statement... I have tried this with two steps which is working but not able to add condn for the 3rd step. can anyone help me... I want to know the cond stmt which i can code in step 3 and step4, so that only either step2 or step3 or step4 executes

3 Answers  


What are hierarchy levels in jcl?

0 Answers  


which utility is used to update pds?

1 Answers   IBM,


Suppose there are 10 steps in a PROC, I want to execute only step5. How do you give the condition in the JCL that calls this PROC?

3 Answers   IBM,


what does mvs stand for?

1 Answers   IBM,


Categories