How to find whether a Flat file is empty or not without
Reading a file in COBOL Program. (not using JCL)
Answer Posted / sroul4
Just write COUNT in front of the data set it will show thw
record count in it. 0 in this case.
| Is This Answer Correct ? | 1 Yes | 10 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 we sort two input files based on a common column and giving one o/p file please send me the coding logic?
What is a scope terminator give example?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
Explain how you can characterize tables in cobol?
What is the difference between Call and a Link?
What is the Purpose of Pointer in the string?
What is the difference between PIC 9.99 and PIC9v99?
What is a report item?
Which Search verb is equivalent to PERFORM…VARYING?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
What is comp-1 and comp-2?
What is the difference between external and global variables in COBOL?
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
In COBOL programming, what is PERFORM? What is VARYING?