TAA Tools
FNDMSGID       FIND MESSAGE ID                       TAAMFIL

The Find Message  ID command searches  all message files on  the system
for  the specified message  id.   A message  will be returned  for each
message  file containing  the message  id.   If the  message ID  is not
found at all, an escape message will be issued.

RTVJOBOUTQ can  be very  helpful when diagnosing  a problem  and it  is
unclear what product  is issuing a message.   Locating the message file
can usually identify the product issuing the message.

A typical command would be:

             FNDMSGID MSGID(CPF9999)

A message would be returned for each message file where CPF9999 was
found.

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

   MSGID         The  message  ID  to  be  searched  for.    This is  a
                 required  parameter.    It  must  be  declared   as  a
                 CHAR(7).

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

None.

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

The following TAA Tools must be on your system:

     RTVOBJLST       Retrieve object list
     CHKMSGID        Check message ID
     SNDPGMMSG2      Send program message 2
     SNDESCMSG2      Send escape message 2
     SNDESCINF       Send escape information

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

None, the tool is ready to use.

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

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

   FNDMSGID      *CMD                   TAAMFIL       QATTCMD
   TAAMFILC      *PGM       CLP         TAAMFILC      QATTCL
					

Added to TAA Productivity tools October 15, 2018


Home Page Up to Top