i have the job which has written updated 100 records into
the table and for 101th record it got abended and i want to
start the job again and should wirte from 101th record not
from 1st record..how to do it..?
Answer Posted / chakri
Hi Ram question is on tables so we have to use Restart-Logic
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
How you can characterize tables in cobol?
How many bytes S(8) comp field occupy and its maximum value?
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.
Describe the cobol database components?
what is difference between cobol and cobol/400
i want a program using by if, evaluate , string, unstring, perform, occurs?
What is redefines clause in COBOL?
Which division and paragraphs are mandatory for a COBOL program?
what are decleratives in cobol?
how can i see junk values in dclgen or in hostvariable of comp ?
What the difference is between continue and next sentence?
how to convert the recors form vsam file to db2 table tru file aid
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?