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 / ankit
it will work normally until the data fetched is of 4 bytes
but if it will be fetching a data of 5 bytes, then a
exception will occur and program will abend with abend code
SOC7.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Define cobol?
Write down the divisions of cobol program?
Explain how to differentiate call by context by comparing it to other calls?
Which is not true about evaluate statement
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
What is the compute verb? How is it used?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
What is the utilization of copybook in cobol?
In COBOL programming, what is PERFORM? What is VARYING?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
What is a report item?
What do you understand by psb and acb?