TAA Tools
RTVDBFOVR       RETRIEVE DATA BASE OVERRIDE            TAADBLF

The Retrieve Data  Base Override command retrieves the  override values
assigned to a  data base file.  The OVRDBF command  is passed back in a
large  variable.  RTVDBFOVR  reads the spooled  file created by DSPOVR.
The command requires an upper/lower case English language system.

A typical series of commands would be:

             DCL           &CMD *CHAR LEN(3000)
              .
             RTVDBFOVR     FILE(xxx) TOFILE(yyy) CMD(&CMD)
             CALL          QCMDEXC PARM(&CMD 3000)

Note that the &CMD value  being returned is an OVRDBF command  ready to
be run using  QCMDEXC.  This allows you to make  changes in the command
string before executing the command.

All possible OVRDBF keywords are supported.

RTVDBFOVR escape messages you can monitor for
---------------------------------------------

None.  Escape messages from based on functions will be re-sent.

Command parameters                                    *CMD
------------------

   FILE          The  name of the  data base file  to retrieve override
                 values for.

   TOFILE        The qualified name  of the  To file  to be  overridden
                 to.     The  library  qualifier  defaults   to  *LIBL.
                 *CURLIB or a specific library may be named.

   MRGOVR        A  *YES/*NO  value  for  whether  to merge  overrides.
                 *YES is  the default.   For  a full  explanation,  see
                 the same parameter on DSPOVR.

   LVL           The call level  to be considered.   * is  the default.
                 *JOB may  be specified.   For a full  explanation, see
                 the same parameter on DSPOVR.

   ACTGRP        The  activation  group to  be  considered.   *  is the
                 default.   A specific activation  group may be  named.
                 For  a full  explanation,  see the  same parameter  on
                 DSPOVR.

   CMD           The  command to be  returned.  This  must be specified
                 as *CHAR LEN(3000).

Restrictions
------------

RTVDBFOVR reads  the  spooled file  created  by  DSPOVR.   The  command
requires an upper/lower case English language system.

Prerequisites
-------------

The following TAA Tools must be on your system:

     RSNLSTMSG       Resend last message
     SNDESCINF       Send escape information
     SNDESCMSG       Send escape message

Implementation
--------------

None, the tool is ready to use.

Objects used by the tool
------------------------

   Object        Type    Attribute      Src member    Src file
   ------        ----    ---------      ----------    ----------

   RTVDBFOVR     *CMD                   TAADBLF       QATTCMD
   TAADBLFC      *PGM       CLP         TAADBLFC      QATTCL
					

Added to TAA Productivity tools July 15, 2006


Home Page Up to Top