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

Which is the most widely used batch performance monitor for DB2?

2 Answers  


i have 10 steps in my jcl. -->if i want to execute my program from 5th step what i have to do? don't give //* in ur previous steps --> if i want to execute my program from 1to 5 steps only what i have to do?

2 Answers  


How much space OS allocates when you create a PS or PDS?

4 Answers  


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

7 Answers   CSC, Polaris,


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  






How is a type of file defined in the jcl that executes the cobol program?

0 Answers  


THERE IS ONE STEP AS BELOW: //STEPJS060 EXEC PGM=XYX, COND=((200,EQ,JS010),(0,NE,JS020.C),EVEN) COULD ANY ONE EXPLAIN HOW COND PARAMETER WORKS HERE? I AM CONFUSED BECOZ OF "EVEN".

2 Answers  


Is there a way to check for an empty file in JCL other than using IEBCOMPR and the command PRINT COUNT(1)?

8 Answers  


how to run JCL thru COBOL.

1 Answers   Patni,


what is mainframe?

4 Answers   CGI,


how to set dependancy for jobs?

4 Answers  


how will be submit 1 jcl by other jcl? means that how 'll submit one job by other job??

3 Answers   Steria,


Categories