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 / suga
you can use IEBPTPCH utility.it is used to check whether it
is empty or not.If the return code is 4 then the file is
empty.
| Is This Answer Correct ? | 10 Yes | 4 No |
Post New Answer View All Answers
what is JCL?
can any one plzzzzzz tell the jcl code for creating ps using idcams
What is the purpose of dd dummy statement?
What is the use of symbol // in jcl?
How can an in-stream dataset be terminated?
Explain the function of job statement in jcl?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
what is the resolution for sb37 error
What are s0c1, s0c4, s0c5, s0c7 and socb?
Explain how can an in-stream dataset be terminated?
what is the JCL statement consists of?
what are the types of abends that occur on job failure? And explain the possible causes of these
Explain how can return codes be tested before execution of a job step?
What do you know about jcl?
how can the same proc be re-used and called by many jobs?