Rational Developer for System z, Version 7.6


Run the DB2 application in TSO mode

This lesson describes how to run the application in TSO mode.
You can run a DB2® application in same way that you debug a DB2 application. The difference is in the LE parameters that the application runs with. If you wish to run the application without the debugger, remove the TEST LE runtime option from the PARMS option in the SYSTSIN instruction.

To run the DB2 application in TSO mode, do these steps:

  1. Open the JCL Job Card and Data Set Properties page.
  2. Depending on how your z/OS® system is configured, you may need to add a JCLLIB card to point to the DB2 data sets.
  3. Change the runtime options to handle running a DB2 application in TSO mode. Enter ELAXFTSO in the Run Procedure Name entry field. This is the JCL Procedure that invokes IKJEFT01.
  4. Override the SYSTSIN card in the Additional JCL entry field.
    //******* ADDITIONAL RUNTIME JCL HERE ******
    //TSOGO.SYSTSIN   DD  *
    DSN SYSTEM(DB2SUBSYSTEMNAME)
    RUN PROGRAM(RDZDB2) -
    PLAN(PLANNAME) -
    LIB('USERID.LOAD')
    /*
  5. Once the properties are set, you can right-click the load module in the z/OS Projects view and select Run Application.

Terms of use | Feedback



This information center is powered by Eclipse technology. (http://www.eclipse.org)