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?
Is condition checking possible in jcl? If yes, how?
How to submit jcl through a cobol program?
In job processing, what happens in execution stage?
What is the purpose of dd * statement in jcl?
How can a fb file convert to vb file using sort program?
what are the various stages of job processing?
how do you access an uncataloged dataset in a jcl?
What is the function of the dd mgmtclas keyword in sms datasets?
What do you understand by the term notcat 2 – gs?
When output dataset space is required, what quantity categories are used?
Explain the function of the steplib dd statement?
Is there any command to check wether the ps file is in sorted order?
Is their any set of rules for dd? Explain.
Matching Logic in Jcl not in cobol.Could any one please answer this question