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 do you reference the variable unblock file formats from cobol programs
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
When is inspect verb is used in cobol?
What is the difference between external and global variables in COBOL?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
How do you define a variable of comp-1 and comp-2?
What is perform what is varying?
How do u write test cases?
Write a cobol program making use of the redefine clause.
i need a small 3d program using inline and outline.
) How do u handle errors in BMS macro
Which mode is used to operate the sequential file?
Difference between cobol and cobol-ii?
What is the difference between PIC 9.99 and 9v99 in COBOL?