Mention the way of highlighting as well as putting a cursor to use in a cobol program.
No Answer is Posted For this Question
Be the First to Post Answer
What is cobol db2?
How to resolve the -305 error code in DB2? And also please let me know, how to resolve the db2 error codes.
Compare a subselect to a join?
My SQL is not performing well. Describe how will you fine tune it?
What is the maximum number of columns in a db2 table?
Why might full image copies be faster to implement than an incremental image copy?
What is lock escalation in db2?
what is the role of the cursor in db2?
what is difference between random and sequence file access
File not opened because library is *PROD and debug is UPDPROD(*NO). ? what may be the reason? how to solve it..?
What is the function of buffer manager?
in the CURSOR declare statement, if i am using an where clause and trying to compare the value with a host-varialble. EXEC SQL DECLARE C1 CURSOR FOR SELECT DEPTNO, DEPTNAME, MGRNO FROM DEPARTMENT WHERE ADMRDEPT = :ADM-DEPT Where would i need to provide value to this host-variable in the where clause. how could i pass value to this host-variable to check it.