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
Which Search verb is equivalent to PERFORM…VARYING?
what happens if parmparameter passes zero bytes to the program
i need a small 3d program using inline and outline.
What is the use of intialize verb?
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?
how do you reference the ksds vsam file formats from cobol programs
What is a SSRANGE and NOSSRANGE?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
Why did you choose to work with ibm mainframe cobol programming?
What are the pertinent COBOL
How many sections are there in data division in COBOL?
What are the different rules for performing sort operation?
Define cobol?
How do we get current date from system with century in COBOL?