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 notcat 2 - gs?

0 Answers  


Explain how can an in-stream dataset be terminated?

0 Answers  


How I sort the records in a file and copy the first 10 records to another file

5 Answers  


What is primary allocation for a dataset?

4 Answers  


ihave ten flatfile in that iwant to concatinate all the files except file 5,6 into output file by uing jcl? how to do this? give me detail yntax for tis?

4 Answers   IBM,






Can comments be specified at the very beginning of a jobcard? Will the JCL execute?

3 Answers  


i have a base gdg consisting of 12 versions like jan to dec. i need to concatante this gdg to another gdg which have version 1 or to the base gdg itself can anyone give me the code pls ?

4 Answers   IBM,


by using cond parameter maximum 8 cond can be coded in single cond means ?explain

0 Answers  


A job has 150 steps i want to execute only 57th step

3 Answers   Cognizant,


What is STEPLIB, JOBLIB? What is it used for?

2 Answers  


In sms datasets, what is the function of the dd mgmtclas keyword?

0 Answers  


We are using 2 files , file one has data, file two is empty.Using jcl how can we find the other file is empty?

9 Answers   CSC, IBM,


Categories