How to find whether a Flat file is empty or not without
Reading a file in COBOL Program. (not using JCL)
Answer Posted / sharmila_g
IEBPTPCH is used to check empty dataset.. if it returns 4 the dataset is empty or if it returns 0 it is not empty.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
In which area will you utilize 88 level items in cobol?
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
What are 77 levels used for?
) How do u handle errors in BMS macro?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
What is the difference between binary search and sequential search?
Can we redefine the field of x(200) to less than 200?
What do you understand by psb and acb?
What is redefines clause in COBOL?
Name some of the examples of COBOl 11?
What are the pertinent COBOL
Explain how you can characterize tables in cobol?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
how do you reference the rrds file formats from cobol programs