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 |
What is ASKTIME, SUSPEND
Explain what you understand by passing by value.
a. Can the OPTIONAL clause in COBOL only be coded for input files? b. If it is coded for files opened in OUTPUT, I-O or EXTEND mode, will it give a compilation error? c. If there are no compilation errors and if such files are not coded in the JCL, will the OPEN statement run fine when these files are opened? d. How will a WRITE statement work for the above files?
How many sections are there in data division in COBOL?
What is the reference modification.
What are the divisions in a cobol program? Which one is the mandatory division among them?
how we separate the cobol cics statements from cobol&cics programming?
How include time & date in the report generation in cobol programing?
how do you reference the variable unblock file formats from cobol programs
Describe the cobol database components?
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.
How to use the same COBOL program in Batch and CICS on lines? explain with an example