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.
1211When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
IBM,
1219A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
IBM,
1289
List in order the hierarchical levels of jcl?
in ways data can be passed to a COBOL program from JCL?
Explain how can return codes be tested before execution of a job step?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
What does a disposition of (new,catlg,keep) for a dsn mean?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
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.
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
What are the difference between jcl and jes?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
Explain the function of the steplib dd statement?
how you will the direct the data to spool using sysout option?
Define concatenating?
How to submit jcl through a cobol program?
For what purpose steplib and joblib are used ?