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


How do you override a specific DDNAME/SYSIN in PROC from a JCL?

Answers were Sorted based on User's Feedback



How do you override a specific DDNAME/SYSIN in PROC from a JCL?..

Answer / raak

u have to give //procstep.ddname dsn=.....

Is This Answer Correct ?    59 Yes 4 No

How do you override a specific DDNAME/SYSIN in PROC from a JCL?..

Answer / madhuri tungal

Take a look @ below example.

in JOB

//.......JOB....
//.... JCLLIB OREDR=(PROC-LIB)
//STEP1 EXEC PROC-NAME
//PROCSTEP.DDNAME DD DSN=.......
//...
//...
/*

Is This Answer Correct ?    56 Yes 6 No

How do you override a specific DDNAME/SYSIN in PROC from a JCL?..

Answer / mak

//Stepname.DDname DD DSN=XXXXX.YYYYY.ZZZZZ
//*

Is This Answer Correct ?    12 Yes 3 No

How do you override a specific DDNAME/SYSIN in PROC from a JCL?..

Answer / abhi

JCL should have :

//PROCSTEP.DD DSN=XYZ

Is This Answer Correct ?    19 Yes 16 No

How do you override a specific DDNAME/SYSIN in PROC from a JCL?..

Answer / nikhil

To override a specific ddname in procedure.

//STEPNAME DDNAME DDDSN=XYZ.NIK.PS

Is This Answer Correct ?    5 Yes 28 No

How do you override a specific DDNAME/SYSIN in PROC from a JCL?..

Answer / guest

// DSN=...

Is This Answer Correct ?    12 Yes 41 No

Post New Answer

More JCL Interview Questions

What is a procedure?

1 Answers  


Explain the function of dd disp parameter?

0 Answers  


Explain about RECORDING MODE Clause

1 Answers  


What is the differentiation between TRK,cyl, and Bytes... how they can be connected??

2 Answers  


How gdg are concatenated?

0 Answers  


A. Job Abended in STEP03. Now run job again to execute STEP03, STEP04 (STEP01,STEP02 should not execute again)

3 Answers   Cap Gemini, CSC, Xchanging,


How different is the JCL executing a COBOL program? 1) if the program is using VB file as input. 2) if the program is using FB file as input.

1 Answers   HSBC,


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

0 Answers   IBM,


List the various advantages of using jcl language?

0 Answers  


Can we able insert data into a PS file Using IEBUPDTE utility??? If Yes can anyone describe it please..

1 Answers  


What is the use of ikjeft1b utility in jcl?

1 Answers  


how to concatenate datasets

5 Answers   EDS,


Categories