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
In job processing, what happens in conversion stage?
Explain about ISPF/TSO Commands
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
How can a jobs execution priority be modified?
How would you understand error(execution phase)?
Explain about LMQUERY�give a dialog information about a data set
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
Explain about LMFREE�free data set from its association with data ID
What is concatenating?
Are there any set of rules for the names of the steps used in a job? What are they?
which parameter is use to declare the name of dataset in dd statement?
What is the significance of addrspc parameter in the exec statement?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
How jcl is used for testing batch programs?