How to test thru JCL if any file(PS or VSAM) is empty or
not. I do not want to use any COBOL prog or Ezytrieve and
want to do using utility.
Answer Posted / naren
IFEMPTY utility is used to check the file is empty or not,
if the return code of this step is 4 then the file is empty.
Is This Answer Correct ? | 15 Yes | 5 No |
Post New Answer View All Answers
A 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?
Explain the function of the dd dcb keyword?
What is the purpose of disp parameter?
When output dataset space is required, what quantity categories are used?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
What are hierarchy levels in jcl?
What is NOTCAT ?
what is the JCL statement consists of?
how JCL works?
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.
What are the parameter we cannot use in procedure?
What is the function of dd name parameter with a 2 part structure; audit.report?
What are steplib and joblib? What for they are used?
Explain how can a stopped job be started again?
What parameter directs the output of the job log dataset?