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 | 5 No |
Post New Answer View All Answers
what is use of dsn parameter in dd statement?
List the various advantages of using jcl language?
What is the motivation behind coding class parameter in job statement?
how you can direct the data to spool using SYSOUT option?
Suppose I have five jobs to do. But I want to hold one?
Does jcl support automatic restart?
Explain the job statement in jcl?
what is JCL?
What is the purpose of dd dummy statement?
Explain how can a jobs execution priority be modified?
What dd statement is used to supply the name of a dataset?
Explain the function of //jcllib statement?
What is the use of symbol // in jcl?
How can a fb file convert to vb file using sort program?
In job processing, what happens in conversion stage?