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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by hariuss

  1. hariuss

    DECLARATIVES for COBOL/DBW program

    It is possible and easy, I agree. But I don't have choice. I'm working on an old program, and changing it to read from DB2 instead of a flat file.
  2. hariuss

    DECLARATIVES for COBOL/DBW program

    Code: PROCEDURE DIVISION. DECLARATIVES. USER-HEADER-LABEL SECTION. USE AFTER STANDARD BEGINNING FILE LABEL PROCEDURE ON DTL-TAPE01. SUBMISSION-MOVE. MOVE USER-LABEL TO DATE-DETAIL. END DECLARATIVES. That is, when the file is opened in INPUT mode, I have to get the...
  3. hariuss

    DECLARATIVES for COBOL/DBW program

    I have to use DECLARATIVE in a Cobol/DB2 program. Program executes under IMS as DL/I batch. When I compile the program, DB2 pre-compiler puts DSNSQL SECTION just after PROCEDURE DIVISION. In the next step, my cobol compiler complains that DECLARATIVE is not immediately following PROCEDURE...

Part and Inventory Search

Back
Top