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
Mention the guidelines to write a structured cobol program?
What is the difference between comp and comp-3 usage?
How to print 10 to 1 if the input have only 10 digit number?
What is the difference between PIC 9.99 and 9v99 in COBOL?
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
Write a program that uses move corresponding.
How do you get the data to code the BMS macro?
) How do u handle errors in BMS macro
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
What is comp-1 and comp-2?
How to remove 2 duplicate records and copy only one using job control language?
Give some examples of command terminators?
What the difference is between continue and next sentence?
What is the problem of ordered sequential files access?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.