What is sqlca and why is it needed in any cobol-db2 program?
Answer / 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 |
What is a scope terminator? Give examples.
Can printer files (having 133 characters) be of variable length?
without performing any operations on a file how can i know whether it contains data or not
COMP field occupy ?
What are VS COBOL 11 special features?
Hi , I am posting some questons which are asked at interview. These may help u for ur interview... what is static and dynamic call?
How to display string in the reverse order using occurs clause?
Suppose i have a Cobol field of 10 byte. it contains a decimal sign.How to know where is the point location?
How do u sort the table for Search ALL? Is it only using ASCENDING KEY IS statement in occurs clause? If the data is input in non ascending order, will the ASC KEY IS automatically sort the data? or will it throw compile time error?
i have n records in one file and in this file there is some fields and i want to count that how many sharma in my file so plz give the coding that how we read sharma ?
what are the utilities for load and unload the DB2 tables
What are different file OPEN modes available in COBOL?