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


Please Help Members By Posting Answers For Below Questions

How can you get the ksds file records into your cobol program?

639


Can we redefine the field of x(200) to less than 200?

814


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

680


how do you reference the fixed unblock file formats from cobol programs

703


which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad

1019






How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?

704


What is the difference between comp and comp-3 usage?

674


what is the use of outrecord?

1768


What guidelines should be followed to write a structured cobol prgm?

668


How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?

1926


What is static and dynamic call in cobol?

590


In which area will you utilize 88 level items in cobol?

712


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.

928


how do you reference the esds vsam file formats from cobol programs

627


Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning

676