How to find whether a Flat file is empty or not without
Reading a file in COBOL Program. (not using JCL)
Answer Posted / anusha
Hope the dataset browse option (ISPF option) will tell
you 'DATASET is EMPTY' if no records in the file.
| Is This Answer Correct ? | 3 Yes | 8 No |
Post New Answer View All Answers
Describe the cobol database components?
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
What are the different open modes available in cobol?
Can you please let me know the centre name of INS certification in Kolkata.
what is the use of outrecord?
how do you reference the fixed unblock file formats from cobol programs
What is length is cobol?
What is difference between static and dynamic call in cobol?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
What is the difference between structured cobol programming and object alternativelyiented cobol?
Can we change the password using ALTER? anyone tried and changed?
In which area will you utilize 88 level items in cobol?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
How arrays can be defined in COBOL?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that