How to code fscode 10 in cobol program? Where yoy code in your
pgm?give ans for the question.
Answer Posted / adarsh
File status 10 specifies that there are no records to read
in a file.
We can use anywhere in the program after opening the file
and before closing the file.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
How many sections are there in data division in COBOL?
how do you reference the variable unblock file formats from cobol programs
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
What is difference between static and dynamic call in cobol?
What are the pertinent COBOL commands?
What is the problem of ordered sequential files access?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
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 are the different types of condition in cobol and write their forms.