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
Can a Search can be done on a table with or without Index?
How do u write test cases?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
What is the difference between goback, stop run and exit program in cobol?
What rules are to be followed while using the corresponding options?
What is the difference between perform … with test after and perform … with test before?
what are decleratives in cobol?
Write a program to enter and display the names of students in a class using the occurs clause.
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
What is the difference between a binary search and a sequential search what are the pertinent cobol?
what is the difference between COBOL2 AND COBOL390?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
What are the different rules of SORT operation?
Why did you choose to work with ibm mainframe cobol programming?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?