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 to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
How can you get the ksds file records into your cobol program?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
how do you reference the rrds file formats from cobol programs
What is a scope terminator give example?
What is Pic 9v99 Indicates in COBOL?
What are the different open modes available in cobol?
What is rmode(any) ?
Write the code to count the sum of n natural numbers.
What type of SDLC u followed? Why?
what is difference between cobol and cobol/400
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
What are the different rules to perform a Search?
how do you reference the variable unblock file formats from cobol programs
What is difference between static and dynamic call in cobol?