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
List the various advantages of using jcl language?
Explain the function of job statement in jcl?
Explain the function of dd name parameter with a 2 part structure; audit.report?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
How do you create a temporary dataset?
What is the syntax of JCL statement?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
What is the function of the dd avgrec keyword in sms datasets?
What is the function of the dd dcb keyword?
What is the function of the steplib dd statement?
what sort card you will use to copy the data from one dataset to another dataset?
Is their any limit for data sets?
List the different components of jcl statement?
What is the purpose of dd * statement in jcl?
write a jcl to execute a job by 7:00 am on jan 20,1986?