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
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
What is the difference between goback, stop run and exit program in cobol?
What is the use of intialize verb?
what is difference between cobol and cobol/400
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
What is cobol?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
What is the problem of ordered sequential files access?
What is difference between static and dynamic call in cobol?
explain sorting techniques in cobol program?
How many bytes S(8) comp field occupy and its maximum value?