Answer Posted / guest
Jcl which changes during run time i.e. the values for the
jcl such as pgm name , dd name will change .ie same jcl can
be used for various job, equivalent to dynamic sql...
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
Explain the purpose of dd dummy statement?
For what purpose steplib and joblib are used ?
Define concatenating?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
what is SOC4 error?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
How is a type of file defined in the jcl that executes the cobol program?
define cond parameter in jcl?
Explain the function of job statement in jcl?
A dd statement consists of 4 fields. Name them?
What is the significance of addrspc parameter in the exec statement?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
Which dd parameters are required?
What are s0c1, s0c4, s0c5, s0c7 and socb?