Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. sauravdb2

    Compound statement in Cobol370

    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...
  2. sauravdb2

    How to insert multiple rows in DB2 V 6.1

    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...
  3. sauravdb2

    How to insert multiple rows in DB2 V 6.1

    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.

Part and Inventory Search

Back
Top