how can you check if a file is empty using jcl?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between specifying DISP=OLD and DISP=SHR for a dataset?
which utility is used to run a cobol-db2 program?
What do you understand by the term job time – out and how can you overcome that?
what is the meaning of keyword in jcl?what is is opposite?
How to execute a set of JCL statements from a COBOL program ?
Explain how can an in-stream dataset be terminated?
How can a fb file convert to vb file using sort program?
I have a dataset with record length 40 in production, due to some requirements it was changed to 80. Then how can we know the jobs which are effected by this change and how can we resolve it.
In job processing, what happens in conversion stage?
If a jcl has just 1 step and the input file to this does not exist, then what will happen if we submit this job?
List the different components of jcl statement?
I have four steps in jcl they are STEP1,STEP2,STEP3 and STEP4. Can it possible to run the reverse order like step4 first then step3,step2,step1?