IBM Support

II07592: REMOVE UNWANTED MESSAGES FROM SYSLOG AND/OR JESLOG.

Subscribe

You can track all active APARs for this component.

 

APAR status

  • Closed as canceled.

Error description

  • Msgs ELR1515I and ELR1516I appear on the MVS console as
    highlighted non-deletable messages every time an operator
    signs on to  an HPTS workstation.  It is not felt that such
    notification is noteworthy to the MVS console operators!
    Though all ELR* messages can be filtered to no longer appear
    on the console, there is fear that a useful important message
    will be missed.
    .
    Additional Keywords:
         5752SC1CK  5752SC1BH  howto
    

Local fix

Problem summary

Problem conclusion

  • Remove unwanted messages from SYSLOG and/or JESLOG.
    .
    Statement of support for this informational APAR:
    To assist the users in removing unwanted messages
    from SYSLOG and/or JESLOG, the following instructions
    and the sample exit are provided. This sample is tested
    at one installation under one set of conditions.
    The user assumes responsibility of making any changes
    to fit his installation. This solution may not be the best
    solution available and it may not be possible to tailor
    this to a specific installation needs. IBM provides no
    warranty of any kind for the provided sample.
    Use of this sample to remove unwanted messages may cause
    future problems for the people supporting the
    products whose messages are removed (especially if JESLOG
    and SYSLOG are the only places the messages are written
    for that product). So use of any techniques to remove
    messages including this sample, is not recommended by IBM.
    
    Instructions to use this sample:
    1. Determine if the messages need to be removed from
    JESLOG and/or SYSLOG and comment out the appropriate
    lines of code in the following sample exit ELRHMPFE.
    2. Assemble and linkedit the user exit into an appropriate
    system library.
    3. Specify the user exit name in SYS1.PARMLIB member MPFLSTXX
    Example: To delete all messages starting with ELR an entry
    can be made as follows in MPFLSTXX:
    ELR*,SUP(NO),USEREXIT(ELRHMPFE)
    
    ***THE FOLLOWING IS THE SAMPLE USER EXIT PROGRAM ELRHMPFE ***
    
    
    ELRHMPFE TITLE 'REMOVE MESSAGES FROM CONSOLE, SYSLOG AND JOBLOG'
    
    **==============================================================
    *
    * THIS EXIT (ELRHMPFE) IS USED TO ALTER MPF PROCESSING TO INSURE
    * THAT MESSAGES DEEMED UNNECESSARY MAY BE SUPPRESSED.
    *
    * THIS MODULE MUST BE LINKED AS REENTRANT AND REUSEABLE IN A
    * LNKLST LIBRARY.
    *
    * THIS EXIT IS ENABLED IN MEMBER "MPFLSTXX" OF SYS1.PARMLIB
    * BY ADDING THE FOLLOWING LINE :
    *
    *     XXXXXXX,SUP(NO),USEREXIT(ELRHMPFE)
    *
    *     XXXXXXX = THE MESSAGE NUMBER TO PROCESS
    *
    * *=============================================================
    ELRHMPFE CSECT
    ELRHMPFE AMODE 31
    ELRHMPFE RMODE ANY
    R1       EQU    1
    R5       EQU    5
    R12      EQU   12
    R13      EQU   13
    R14      EQU   14
    R15      EQU   15
             EJECT
             STM   R14,R12,12(R13)        SAVE CALLER'S REGISTERS
             BASR  R12,0                  ESTABLISH MODULE BASE
             USING *,R12                  REGISTER
             L     R5,0(R1)               EXTABLISH ADDRESSABILITY
             USING CTXT,R5                TO THE CTXT
    * ===========================================================
    * THE NEXT LINE OF CODE SUPPRESSES CONSOLE AND SYSLOG OUTPUT *
    * ===========================================================
             OI    CTXTRFB2,CTXTRDTM      NO HARDCOPY/NO DISPLAY
    * ===========================================================
    * THE NEXT LINE OF CODE SUPPRESSES JOBLOG OUTPUT *
    * =========================================================== *
             OI    CTXTERF3,CTXTESJL      SUPPRESS FROM THE JOBLOG
             LM    R14,R12,12(R13)        RESTORE CALLERS REGISTERS
             BR    R14                    RETURN TO CALLER
             IEZVX100
             END   ELRHMPFE
    

Temporary fix

Comments

APAR Information

  • APAR number

    II07592

  • Reported component name

    PA LIB INFO ITE

  • Reported component ID

    INFOPALIB

  • Reported release

    001

  • Status

    CLOSED CAN

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt / Xsystem

  • Submitted date

    1994-02-08

  • Closed date

    1994-02-09

  • Last modified date

    1999-02-04

  • APAR is sysrouted FROM one or more of the following:

  • APAR is sysrouted TO one or more of the following:

Fix information

Applicable component levels

[{"Business Unit":{"code":"BU054","label":"Systems w\/TPS"},"Product":{"code":"SG19N","label":"APARs - OS\/390 environment"},"Component":"","ARM Category":[],"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"001","Edition":"","Line of Business":{"code":"","label":""}},{"Business Unit":{"code":"BU054","label":"Systems w\/TPS"},"Product":{"code":"SG32M","label":"APARs - VSE\/ESA environment"},"Component":"","ARM Category":[],"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"001","Edition":"","Line of Business":{"code":"","label":""}},{"Business Unit":{"code":"BU054","label":"Systems w\/TPS"},"Product":{"code":"SG19M","label":"APARs - z\/OS environment"},"Component":"","ARM Category":[],"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"001","Edition":"","Line of Business":{"code":"","label":""}},{"Business Unit":{"code":null,"label":null},"Product":{"code":"SG19O","label":"APARs - MVS environment"},"Component":"","ARM Category":[],"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"001","Edition":"","Line of Business":{"code":"","label":""}},{"Business Unit":{"code":"BU054","label":"Systems w\/TPS"},"Product":{"code":"SSSN3L","label":"z\/OS Communications Server"},"Component":"","ARM Category":[],"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"001","Edition":"","Line of Business":{"code":"LOB35","label":"Mainframe SW"}},{"Business Unit":{"code":"BU054","label":"Systems w\/TPS"},"Product":{"code":"SG27M","label":"APARs - z\/VM environment"},"Component":"","ARM Category":[],"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"001","Edition":"","Line of Business":{"code":"LOB16","label":"Mainframe HW"}}]

Document Information

Modified date:
14 December 2020