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 / mallu

Yes Ravi is correct, We can use Restart Logic

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are literals?

622


what is the use of outrecord?

1765


There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.

920


Can we change the password using ALTER? anyone tried and changed?

1536


Mention the guidelines to write a structured cobol program?

603






What is the difference between Global and External Variables?

654


How to traceback if I am getting SOC7 or SOC4 abend? List down the steps

481


explain sorting techniques in cobol program?

682


how we sort two input files based on a common column and giving one o/p file please send me the coding logic?

1639


Define static linking and dynamic linking.

655


I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......

10543


Write a program to explain size error.

667


how do you reference the variable block file formats from cobol programs

674


i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?

883


Give some examples of command terminators?

749