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 the meaning of the EXEC statement keyword, COND? What is its syntax?
If we want to see the eliminated duplicate record thru SORT, how its output file will be managed
Is condition checking possible in jcl?
Explain about RECORDING MODE Clause
what r the types of job control statements?
what are the types of abends that occur on job failure? And explain the possible causes of these
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
Hi, can we call catalog( say myproc } proc n times in jcl if so how please explain Thanks in advance
what is fixed length and variable length and difference between them
how can we pass parameters from JCL to cobol subprogram...my requirement is i should not get data from mainprogram but i need it from JCL directly
can we write a proc with in a proc
can we modify the code in copy book? if it possible how to submit ofter the modification.