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
What is redefines clause in COBOL?
What is perform what is varying?
Write some characteristics of cobol as means of business language.
what is amode(24), amode(31), rmode(24) and rmode(any)?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
What is the difference between next sentence and continue in cobol programing language?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
what is the use of outrecord?
Define static linking and dynamic linking.
What rules are followed by the search verb.
What is amode(31)
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
What is Pic 9v99 Indicates in COBOL?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
How do u write test cases?