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 many times the loop runs here 01 a pic 9(2) value 10. perform para1 a times stop run. para1: move 20 to a.
How can we find out wether to declare the data items like Integer, Char,Comp? If comp types how can we decide wether it is Comp and Comp3.How it is? Please Explain... Cheers.
can we use 77 level no for Redefines?if we use give an example?
I have two sequential files, FILE-1 and FILE-2. FILE-1 contains 2 columns(A,B) and FILE-2 contains 3 columns (C,D,E).I want an output file, FILE-3 which has all five columns with duplicates eliminated from column A.
what is MSGLEVEL?
What type of Call you would use if you don;t want the control back to the calling program?
How to Write the RESTART Logic Using COBOL?
4 Answers GalaxE, L&T, Syntel, TCS,
How do you compile cobol program..?
Difference between lrecl, blksize among PS, PDS issues? i.e in jcl at dcb
Can printer files (having 133 characters) be of variable length?
what is the difference between COBOL2 AND COBOL390?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?