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 / suresh
The program will get abended and the error will data
exception error.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
how do you reference the esds vsam file formats from cobol programs
What guidelines should be followed to write a structured cobol prgm?
Explain how you can characterize tables in cobol?
What are the different data types in cobol?
What is length is cobol?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
What are the different rules for performing sort operation?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
What are the various section in data division and briefly explain them.
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
how do you define single dimensional array and multidimensional array in your cobol?
What is the difference between goback, stop run and exit program in cobol?
How do you differentiate between cobol and cobol-ii?