what is dynamic cursor?gives syntax for this?
Answer / harsha
Working-Storage Section.
01 WS-FIELD.
49 WS-FIELD-TEXT PIC X(40).
49 WS-FIELD-LEN PIC S9(4) COMP.
PROCEDURE DIVISION.
MOVE +45 TO WS-FIELD-LEN.
MOVE 'UPDATE TAB1
SET ----=:----- WHERE ---=:----'
TO WS-FIELD-TEXT.
EXEC-SQL
EXECUTE IMMEDIATE:WS-FIELD
END-EXEC.
Is This Answer Correct ? | 1 Yes | 0 No |
What does CURRENTDATA option in bind indicate
quary for 1> fetch last record 2> fetch in reverse order 3> fetch last 5 row 4> fetch second last record (their is no primary key) i think concept of count can be use for this in 4th
what is difference between random and sequence file access
What are the functions of Bind?
What is db2 purescale?
max number of columns in a db2 table?
What is the syntax for FETCH in DB2 ?
What is bind and rebind in db2?
what is cursor stability?
What is buffer pool in the db2 database?
explain about index with examples
What is the database descriptor?