TAA Tools
DSPRPGIGN     DISPLAY RPG IGNDECERR OPTION             TAARPGD

The Display RPG  IGNDECERR option displays  the value of  the CRTRPGPGM
IGNDECERR option.  This value is not displayed on DSPPGM.

DSPRPGIGN  is useful when  you are trying  to determine if  an existing
RPG  program  uses the  IGNDECERR  option.   RPG  ILE programs  are not
supported.

A typical command would be entered as:

       DSPRPGIGN   PGM(PGMA)

The command  uses the debug  function (ADDBKP  display) to display  the
value  of the  ZIGNDECD field.   A  '1' means  IGNDECERR(*YES).   A '0'
means IGNDECERR(*NO).

After  you have  seen the  value, use  the F3  key to  end.   This will
properly terminate the  function without  any intervening displays  and
end debug mode.

It is  only valid  to use  DSPRPGIGN specifying  an RPG  program.   The
IGNDECERR  setting can only be  displayed if the  program is observable
(you have not removed the debugging information).

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

   PGM           The qualified program  name of the  RPG program to  be
                 displayed.

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

  **   The program  to  be displayed  must have  it's observability  in
       place (the debug tables must not have been removed).

  **   RPG ILE programs are not supported.

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

The following TAA Tools must be on your system:

         RTVPGMA       Retrieve program attributes
         SNDESCMSG     Send escape message

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

None, the tool is ready to use.

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

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

   DSPRPGIGN     *CMD                      TAARPGD        QATTCMD
   TAARPGDC      *PGM          CLP         TAARPGDC       QATTCL
					

Added to TAA Productivity tools April 1, 1995


Home Page Up to Top