How to identify in JCL that an input file is empty without
reading it?
Answer Posted / sivakumar sekharannair
You can use IEBCOMPR
Used to compare two sequential data sets, two partitioned data sets or two PDSEs at the logical record level to verify a backup copy. Fixed, Variable, or undefined records from blocked or unblocked data sets or members can also be compared. However, you should not use IEBCOMPR to compare load modules.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
in ways data can be passed to a COBOL program from JCL?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
What is use of restart and how to use it?
how JCL works?
what happens in execution stage in job processing?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
Where can program checkpoints be stored for use in a restart?
What are steplib and joblib?
What is the function of //jcllib statement?
How can a fb file convert to vb file using sort program?
Is their any limit for data sets?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
What is multithreading in jcl?
List the different components of jcl statement?
what is DD statement is used in JCL?