after udatingg first 110 rows, my job abends. now how do i
change my cobol program so that when i restart the Job it
will start updating from 111th row ( i.e in next run I
di=ont want to update those 110 rows which are already been
updated in the first run before job abend)
Answer Posted / navjeet kumar
we have to use restart command to update from 111th row
| Is This Answer Correct ? | 0 Yes | 7 No |
Post New Answer View All Answers
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
What is an in line perform? When would you use it? Anything else you wish to say about it.
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
What are the different data types in cobol?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
Why occurs cannot be used in 01 level in COBOL?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
In COBOL, what is the different between index and subscript?
Write the code implementing the perform … varying.
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
How do you reference the following file formats from cobol programs?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
How many sections are there in data division in COBOL?
How many bytes S(8) comp field occupy and its maximum value?