What is sqlca and why is it needed in any cobol-db2 program?
Answer Posted / vegeta
Sqlca is SQL communication area.SQLCA will have all the information like return code, error id, error details etc,. after the DB2 query execution.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do define dynamic array in cobol.
Write down the divisions of cobol program?
How do you reference the following file formats from cobol programs?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
How to remove 2 duplicate records and copy only one using job control language?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
how to refer the data field?
What is the local-storage section?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
What is link edit in cobol?
What is report-item in COBOL?
What is a report item?
What are the different data types in cobol?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.