how to resolve the file status 47.......
Answer / ramnivas
ATTEMPT TO READ FROM A FILE WHICH IS NOT OPEN IN INPUT OR I-
O MODE
So please "OPEN" the file first.
| Is This Answer Correct ? | 19 Yes | 4 No |
How arrays can be defined in COBOL?
In INITIALIZE what is Repalcing Word will do
if a dataset is already created with fixed length but after that i want to change fixed length to variable length then how is it possible
can we use the two 01 level in file discription ?
Which of the following EDITind and PICTURE symbols is to be used if a minus(-) is to appear before the value if the value is -ve and a plus(+) is to appear before the value if the value is +ve? (a) + (b) - (c) + OR (d) It is not possible
what are the isolation levels and where we use it in the db2 program
when COMP-3 is preferrable?
How do you come out of an EVALUATE statement?
What is the maximum length of a field you can define using COMP-3 in COBOL?
why 02 level number can't be use as a separate level number like 01 or 77 ?
diffrence between z(2) and z9(2)
i want to store 20 digits . h will u do it in cobol ?