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
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
How can you get the ksds file records into your cobol program?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
What is difference between static and dynamic call in cobol?
What is report-item in COBOL?
What are all the divisions of a COBOL program?
What are the different rules for performing sort operation?
what is difference between cobol and cobol/400
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
What is the local-storage section?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
how can i see junk values in dclgen or in hostvariable of comp ?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
Name the sections present in data division.