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 is data manager?
How do I import data from excel to db2?
difference between group clause and order clause
what is consistency token
How to define the a field which accepts value till 99999.99 in db2
How does DB2 use multiple table indexes?
What is reorg in database?
Normalization in DB2 – first normal form, second normal form
what is differnece between DROP TABLE & DELETE TABLE .
How does coalesce work?
What's the maximum number of characters that a tablename can have?
What are the bind parameters ibm db2?