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 / satish
Hi Raj,
Can u tell me how to do this with files.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
how do you reference the rrds file formats from cobol programs
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?
) How do u handle errors in BMS macro
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
What is the difference between comp and comp-3?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
What are the pertinent COBOL commands?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
how can i see junk values in dclgen or in hostvariable of comp ?
Why occurs cannot be used in 01 level in COBOL?
i want a program using by if, evaluate , string, unstring, perform, occurs?
What is length is cobol?
What is the use of intialize verb?
Write some characteristics of cobol as means of business language.
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?