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
How do you reference the fixed block file formats from cobol programs
Write a program to explain size error.
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
Name the divisions, which are available in a cobol program?
Write a cobol program making use of the redefine clause.
What is redefines clause in COBOL?
How do u write test cases?
Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks
What is the difference between comp and comp-3?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
What is inspect in cobol ?
Name some of the examples of COBOl 11?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
What is static and dynamic call in cobol?
what is the use of outrecord?