Locally defined date/time formats on VM

QMF's support of DATE, TIME and TIMESTAMP data types makes it possible for your users to use local date/time exit routines. When planning for local date/time exits, remember that theses are DB2 for VM exits, not QMF exits. For details about how these exits are created, refer to the DB2 Server for VM System Administration manual.

For QMF to use a local date/time exit, the text files containing the date/time exits "ARIUXDT" and "ARIUXTM" must be placed on a minidisk that is accessible to QMF when QMF starts. If QMF is started using DCSS mode, two relocatable module files must be created from the existing exit text files "ARIUXDT" and "ARIUXTM". To create the relocatable module files, issue the following CMS commands:

      LOAD    ARIUXDT ( RLDSAVE )
      GENMOD  ARIUXDT
      LOAD    ARIUXTM ( RLDSAVE )
      GENMOD  ARIUXTM
[ Previous Page | Next Page | Contents | Index ]