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 |
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
how we separate the cobol cics statements from cobol&cics programming?
When can the USING phrase be included in the call statement ?
in a indexed file what is procedure for read the records from 12 to 18. please give the code example
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
Consider the following code: 77 A PIC 99V99 VALUE 55.35 77 B PIC 99V999 VALUE 32.754 ADD B TO A ON SIZE ERROR DISPLAY "ERROR!!!" What will be the result ? (a) A=88.10, B=32.754 (b) A=87.00 B=32.754 (c) A=87.10 B=32.754 (d) ERROR!!! will be DISPLAYed on the screen.
how do you reference the esds vsam file formats from cobol programs
Should I use STOP RUN in the sub program??why?
hi is there any means of deletin a record from a ps usin cobol not using jcl?eg if i am reading a record and if some condition is matched tat particular record must be deletd fom the ps
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
write a program to eliminate duplicate records in a input file and send them to output file.THIS IS IGATE RECENT QUESTIONN.....JUST 1 WEEK BACKKKK...
The maximum number of dimensions that an array can have in COBOL-85 is ?