How to recover a deleted source physical file from library?
Answer / priyanka
WE can recover a file using File Aid option in ISPF panel. There is Hierarchy option to see if the backup is present and Recovery option to recover the file based on the Date and Time
| Is This Answer Correct ? | 0 Yes | 0 No |
can we read records in a file from botom to top. if possible how can we read
how many subpgms we can use in a main pgm ? how do u link sub pgm to main pgm ? how can i use the parameters declared in main pgm to sub pgm ?
file status 00 is checked after opening the file or reading the file
How to execute a set of JCL statements from a COBOL program?
input:- A 10 20 30 40 B 5 7 10 14 C 8 12 14 16.... output:- A = 100,B=36,C=50. Here spaces are considered between numbers. When we give input as above, the numbers should be added n displayed.So please help me out.
What is level 66 used for ?
How do define dynamic array in cobol.
Difference between cobol and cobol-ii?
When the working storage variables get allocated? a.At Compile time b.At starting of the run time c.At end of the run time. d.None of these
Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks
Can we call a CICS program from a batch program or viceversa?If so, how?
i have variable record in the 5th, i want to sort from 5th filed ? how ?