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. kick2006

    How to create a cobol subroutine(sub PGM) as DB2 interface

    to Frederico for the first sample,the program will be : PERFORM UNTIL 'data not found' CALL DBI USING 'read next' ... ****** PERFORM 'edit-process' ****** END-PERFORM my question is whether the CURSOR can be kept in per execution(CALL) in the loop. the flow of the loop will be ...
  2. kick2006

    How to create a cobol subroutine(sub PGM) as DB2 interface

    To all, thanks for your response. Now I am doing a migration project from XXX to DB2. the request is all of the COBOL programs will access DB2 via DBI program(subroutine) not use a direct SQL. I think it needs Dynamic SQL in the DBI. for easy to do it, 1) The DBI will SELECT all records from...
  3. kick2006

    How to create a cobol subroutine(sub PGM) as DB2 interface

    Hi guys: I am a mainframe cobol programmer, and now i need some helps. I want to write a cobol subroutine it can provide functions for accessing DB2. ex. there is a subroutine called DBI0000. In cobol program, I can access DB2 use the DBI0000 as below. CALL DBI0000 USING PARM-OPTION...

Part and Inventory Search

Back
Top