file status 00 is checked after opening the file or reading
the file
Answer Posted / srinath
File status is checked at both times i.e while opening as
well as while reading the file also.
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
What is an in line perform? When would you use it? Anything else you wish to say about it.
What are the different data types in cobol?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What is amode(24)?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
What is static and dynamic call in cobol?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
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
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
What is the local-storage section?
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.
Name the sections present in data division.
What is comp-1 and comp-2?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?