How do you override a specific DDNAME/SYSIN in PROC from a JCL?
Answers were Sorted based on User's Feedback
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 |
Answer / nikhil
To override a specific ddname in procedure.
//STEPNAME DDNAME DDDSN=XYZ.NIK.PS
| Is This Answer Correct ? | 5 Yes | 28 No |
What is a procedure?
Explain the function of dd disp parameter?
Explain about RECORDING MODE Clause
What is the differentiation between TRK,cyl, and Bytes... how they can be connected??
How gdg are concatenated?
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.
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
List the various advantages of using jcl language?
Can we able insert data into a PS file Using IEBUPDTE utility??? If Yes can anyone describe it please..
What is the use of ikjeft1b utility in jcl?
how to concatenate datasets