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
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
Which mode is used to operate the sequential file?
Write the code to count the sum of n natural numbers.
What do you understand by psb and acb?
What is an in line perform? When would you use it? Anything else you wish to say about it.
What is rmode(24)
What is amode(24)?
explain sorting techniques in cobol program?
What are literals?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
What rules are to be followed while using the corresponding options?
What is the difference between next sentence and continue in cobol programing language?
What is the difference between a binary search and a sequential search what are the pertinent cobol?