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 Call and a Link?
How do we get current date from system with century in COBOL?
What is Pic 9v99 Indicates in COBOL?
What is the difference between Global and External Variables?
What are different data types in cobol?
Have you used comp and comp-3 in your project? And how?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
What is the use of intialize verb?
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
Name the sections present in data division.
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What do you understand by psb and acb?
how do you reference the variable block file formats from cobol programs
Why occurs cannot be used in 01 level in COBOL?
Whats the difference between search & search ALL?