How to find whether a Flat file is empty or not without
Reading a file in COBOL Program. (not using JCL)
Answer Posted / amarnadh reddy
Hi,
Use 3.4 option,to see the flat file. After it display the
file is empty.
or
When the file reading, file status code is 23.
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
What is the difference between Global and External Variables?
Explain what you understand by passing by value.
What rules are to be followed while using the corresponding options?
What are various search techniques in cobol? Explain.
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
What is length is cobol?
) how do u code after getting data?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
What is the difference between PIC 9.99 and PIC9v99?
State the various causes of s0c1, s0c5 and s0c7.
what is the use of outrecord?
Explain how you can characterize tables in cobol?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
Explain how to differentiate call by context by comparing it to other calls?