Answer Posted / jayanth
MODEL PARAMETER ENSURES THAT SAME DCB AND EXPDT INFO IS
USED TO CREATE ALL GENERATIONS.ENSURES GREATER CONSISTENCY
AMONG GENERATIONS.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Is it possible to left uncode disp?
Explain the function of the steplib dd statement?
How is a type of file defined in the jcl that executes the cobol program?
Differentiate between the joblib and the steplib statements?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
What is one line to pass PARM from JCL to COBOL?
What is the syntax of JCL statement?
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.
What is multithreading in jcl?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
How to pass the parameter in parm using linkage section ? (syntax)?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
when can a job time-out occur? How to overcome that?
Can I share my data with other jobs? How?
what is DD statement is used in JCL?