We are using 2 files , file one has data, file two is
empty.Using jcl how can we find the other file is empty?
Answer Posted / deepak dada, jaipur
the handling would happen
if the file is empty then pass the zero to return code in
cobol program
then go to jcl step and check for the conditiom code( 0,
eq) where the program is getting called and do whatever you
want to do
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
What is the function of dd name parameter with a 2 part structure; audit.report?
Define concatenating?
what is “Cond= even” and “Cond=only”?
What are the 2 types of parameters in dd statement?
How to pass data to a program that is coded in an exec statement?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
Does jcl support automatic restart?
what are the various stages of job processing?
Are there any set of rules for the names of the steps used in a job?
Explain the purpose of dd * statement in jcl?
which parameter is used to check the syntax of a jcl without executing it?
what is DD statement is used in JCL?
What are steplib and joblib?
Explain how can the attributes of one sms dataset be copied to another dataset?