Can we have compound SQLs in cobol370 and DB2 V 6.1 . Something like :-
EXEC SQL BEGIN COMPOUND ATOMIC STATIC
INSERT INTO SPEC_INSTR (INSTR_CDE,INSTR_DESC)
VALUES (2001,'TEST ONE');
INSERT INTO SPEC_INSTR (INSTR_CDE,INSTR_DESC)
VALUES...
Yes I think I tried the first method mentioned by you.
Here are the details:-
The SQL statement that I was using was:-
INSERT INTO D2DCIIU.VSN_APP
(ARR_ID_APP,VSN_APP)
VALUES...
Hi;
I am trying to insert multiple rows in a DB2 table but it i salways giving me error?
DB2 Version : 6.1
I was trying these SQLs in SPUFI.. and it was giving me
error that it was not able to identify the "end-of-statement" after the
first row. Can anyone help me out.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.