Size of a column has been changed in DB2 table (Suppose it
was of 5 characters and later changed to 4 characters) and
forgot to change the DCLGEN in COBOL program, what will
happen during the execution of code? If the program Abends
then what will be the error? If it doesn't abend then hpw
the error can be catched?
Answer Posted / chitra
The program will get abended and the error will data
exception error.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Write a program that uses move corresponding.
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
I have a File that has duplicate records. I need only those records that occur more than thrice.?
What is length is cobol?
How to remove 2 duplicate records and copy only one using job control language?
Define static linking and dynamic linking.
What is the utilization of copybook in cobol?
how do you reference the printer file formats from cobol programs
how can i see junk values in dclgen or in hostvariable of comp ?
How do we get current date from system with century in COBOL?
What are the rules of the move verb?
In COBOL programming, what is PERFORM? What is VARYING?
What is redefines clause in COBOL?
) How do u handle errors in BMS macro?
A table has two indexes defined. Which one will be used by the SEARCH?