How to Write the RESTART Logic Using COBOL?
Answer Posted / sandeep
Using SPICE restart logic.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
What is the difference between binary search and sequential search?
how do you reference the variable unblock file formats from cobol programs
how do you reference the fixed unblock file formats from cobol programs
How do you reference the fixed block file formats from cobol programs
Write a cobol program making use of the redefine clause.
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
How to know whether the module is dynamical or statistical?
What is length is cobol?
IF I mention stop run in CICS what happens?
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
What is the LINKAGE SECTION used in COBOL?
Write a program that uses move corresponding.
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?