Is there a way to check for an empty file in JCL other than
using IEBCOMPR and the command PRINT COUNT(1)?
Answer Posted / mdv
Simple Sort job'll do.
Give PARM='nullout=rc4'
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is concatenating?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
How jcl is used for testing batch programs?
What is the purpose of dd?
What is one line to pass PARM from JCL to COBOL?
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?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
Which dd parameters are required?
How can the attributes of one sms dataset be copied to another dataset?
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.
How can a stopped job be started again?
In sms datasets, what is the function of the dd mgmtclas keyword?
what is SOC4 error?
How does jcl act on a cobol code?
Explain about ISPF/TSO Commands