what is the meaning of keyword in jcl?what is is opposite?
Answer Posted / deb
keyword parameter could be in any order but positional
parameter must be in specific order if specified.
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
List the different jcl statements that are not permitted in the procedures?
How to alter the parameters for the existing gdg?
Define concatenating?
define cond parameter in jcl?
Differentiate between the joblib and the steplib statements?
Differentiate between addressing mode and run mode.
Suppose I have five jobs to do. But I want to hold one?
How would you understand error(execution phase)?
Explain dd statement in jcl?
What is the significance of addrspc parameter in the exec statement?
Explain about LMQUERY�give a dialog information about a data set
Explain the function of the steplib dd statement?
Explain about LMFREE�free data set from its association with data ID
How to do automated restart when a job abend?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.