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
what happens if parmparameter passes zero bytes to the program
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
how to convert the recors form vsam file to db2 table tru file aid
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?
What are the rules of the move verb?
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
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
How can you get the ksds file records into your cobol program?
How many bytes S(8) comp field occupy and its maximum value?
What is length is cobol?
Can we redefine the field of x(200) to less than 200?
What are the different rules to perform a Search?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
What is the Purpose of POINTER Phrase in STRING command in COBOL?