IBM Support

OA45929: SA Z/OS V3R5 - APAR INTEGRATION AND GA FIXES

A fix is available

Subscribe

You can track all active APARs for this component.

 

APAR status

  • Closed as unreproducible in next release.

Error description

  • SA z/OS V3R5 - APAR INTEGRATION AND GA FIXES
    

Local fix

Problem summary

  • ****************************************************************
    * USERS AFFECTED: All SA z/OS V3R5 customers.                  *
    ****************************************************************
    * PROBLEM DESCRIPTION: The APAR fixes problems that were       *
    *                      found after the PID tape was built.     *
    *                                                              *
    *                      Also, the following SA V3R4 APARs have  *
    *                      been integrated into SA V3R5:           *
    *                      OA45737                                 *
    *                      OA45870                                 *
    *                      OA45633                                 *
    *                      OA45461                                 *
    *                      OA45488                                 *
    *                      OA45381                                 *
    *                      OA45852                                 *
    *                      OA45766                                 *
    *                      OA45601                                 *
    *                      OA45657                                 *
    *                      OA44743                                 *
    ****************************************************************
    * RECOMMENDATION:                                              *
    ****************************************************************
    Defects found after the PID tape for SA V3R5 was built have been
    addressed and several SA V3R4 APARs have been retrofitted.
    

Problem conclusion

Temporary fix

Comments

  • REXX modules AOFRACF0 and AOFRANT3 have been modified to
    correct the call to AOFEXINT.
    
    Modules KAHDINFO, KAHDRNEW, KAHJSTMS, KAHJSTPS and KAHJSTPW
    have been modified to fix missing and incorrect help and
    version number.
    
    REXX modules INGRYPA0 and INGRYPA1 have been modified to
    address some minor issues with the INGPAC command.
    
    +------ System Automation for z/OS Version 3 Release 5 --------+
    |                                                              |
    |PROGRAM NUMBER: 5698-SA3                                      |
    |                                                              |
    |TITLE:       System Automation for z/OS          SC34-2720-00 |
    |             Operator's Commands                              |
    |                                                              |
    |Chapter 2. System Operations Commands                         |
    |Topic      INGSET                                             |
    |                                                              |
    |CHANGE:                                                       |
    |                                                              |
    | In the Syntax diagram, under 'Heading Flags:' add the        |
    | following after AUTOFLAG and HOLDFLAG:                       |
    |                                                              |
    |           -.--------------------.-|                          |
    |            '-GRPFAILED=-.-YES-.-'                            |
    |                         '-NO--'                              |
    |                                                              |
    | After the explanation for HOLDFLAG add the following:        |
    |                                                              |
    | GRPFAILED                                                    |
    |  Specifies the group failed flag. It can be either YES or NO.|
    |                                                              |
    +--------------------------------------------------------------+
    
    +------ System Automation for z/OS Version 3 Release 5 --------+
    |                                                              |
    |PROGRAM NUMBER: 5698-SA3                                      |
    |                                                              |
    |TITLE:       System Automation for z/OS          SC34-2719-00 |
    |             Messages and Codes                               |
    |                                                              |
    |Chapter 10. Messages ING001I to INGY1326I                     |
    |Topic       INGY1326I                                         |
    |                                                              |
    |CHANGE:                                                       |
    |                                                              |
    | Replace the System Programmer Response with the following:   |
    |                                                              |
    | System Programmer Response:  Determine the reason why the job|
    | id is not available. After the task DSIRQJOB has received a  |
    | job id again (refer to message DWO154I) the task INGTJLM is  |
    | automatically restarted.                                     |
    |                                                              |
    |--------------------------------------------------------------|
    |                                                              |
    |Chapter 7. Messages HSAH001I to HSAL6999I                     |
    |Topic      HSAL1105E                                          |
    |                                                              |
    |CHANGE:                                                       |
    |                                                              |
    | Replace msgHSAL1105E with the following:                     |
    |                                                              |
    | HSAL1105E IO OPERATION ON THE TAKEOVER FILE FAILED.          |
    |           REASON: diag_info                                  |
    |                                                              |
    | Explanation:                                                 |
    |                                                              |
    | The automation manager failed to access or use the takeover  |
    | file. The variable diag_info contains further details.       |
    |                                                              |
    | diag_info = "DSN=xxxxx: ALLOC ERROR nnnn RC=rr RSN=ssss"     |
    |                                                              |
    | The automation manager tried to allocate or deallocate the   |
    | takeover file xxxxx. If a dynalloc error occurs the variable |
    | diag_info provides an error code and the dynalloc return and |
    | reason code.                                                 |
    | Meaning of alloc or dealloc error codes                      |
    |  n008  invalid dataset or member or dd-name                  |
    |  n012  dynalloc error                                        |
    |  n016  open error                                            |
    |  n020  internal error                                        |
    | where n=1 means allocate and n=2 means deallocate.           |
    | Example:                                                     |
    |   diag_info = "ALLOC ERROR 1012 RC=4 RSN=1056"               |
    |   means allocation of the takeover file failed because       |
    |   takeover file is already open.                             |
    |                                                              |
    | For more details about dynalloc return and reason code refer |
    | to MVS Authorized Assembler Services Guide Chapter 26        |
    | "Interpreting DYNALLOC Return Codes".                        |
    |                                                              |
    | For other types of diag_info see following description:      |
    | The automation manager tried to write or update the takeover |
    | file. A file operation function failed.                      |
    |                                                              |
    | o   DSN= is the name of the takeover file.                   |
    |                                                              |
    | o   The variable diag_info provides the following information|
    |     about the error:                                         |
    |                                                              |
    |     C library function The file operation function that      |
    |               failed, for example, fopen.                    |
    |                                                              |
    |     C library error code The error code issued by the file   |
    |               operation function (errno).                    |
    |                                                              |
    |     C library error message The error message text provided  |
    |               by the failing file operation function.        |
    |                                                              |
    | For more details about errno for C/C++ library functions see |
    | z/OS XL C/C++ Library Reference.                             |
    |                                                              |
    | System Action:                                               |
    |                                                              |
    | The automation manager continues running.                    |
    |                                                              |
    | Operator Response:                                           |
    |                                                              |
    | Check for I/O error messages and notify your system          |
    | programmer.                                                  |
    |                                                              |
    | System Programmer Response:                                  |
    |                                                              |
    | Perform a cold or warm start. Note that the automation       |
    | manager must not perform a hot-start or takeover, because the|
    | takeover file may be damaged or contain old data.            |
    |                                                              |
    |--------------------------------------------------------------|
    |                                                              |
    |Chapter 3. Messages AOFS000I to AOFS820I                      |
    |Topic      AOFS030I                                           |
    |                                                              |
    |CHANGE:                                                       |
    |                                                              |
    | Replace the Explanation with the following:                  |
    |                                                              |
    | SDF did not find an entry for the component aa.              |
    |                                                              |
    |   The variable aa shows the name of the component in one of  |
    |   the following formats:                                     |
    |                                                              |
    |    status_comp                                               |
    |    root.status_comp                                          |
    |    root.status_comp(group_comp)                              |
    |    root.status_comp(major_group_comp.group_comp)             |
    |                                                              |
    |--------------------------------------------------------------|
    |                                                              |
    |Topic      AOFS090I                                           |
    |                                                              |
    |CHANGE:                                                       |
    |                                                              |
    | Replace the Explanation with the following:                  |
    |                                                              |
    | Explanation:  A request to use status descriptor information |
    | has been processed for the status component identified in    |
    | this message. Messages AOFS091I, AOFS092I, AOFS093I, and     |
    | AOFS094I are generated after this one and show the contents  |
    | of the status descriptors matching the request search        |
    | arguments.                                                   |
    |                                                              |
    |   The variable aa shows the status component name in one of  |
    |   the following formats:                                     |
    |                                                              |
    |     root                                                     |
    |     root.group_comp                                          |
    |     root.status_comp(group_comp)                             |
    |     root.status_comp(major_group_comp.group_comp)            |
    |                                                              |
    |--------------------------------------------------------------|
    |                                                              |
    |Topic      AOFS091I                                           |
    |                                                              |
    |CHANGE:                                                       |
    |                                                              |
    | Replace the message text with the following:                 |
    |                                                              |
    | AOFS091I  aa.bb( ii. cc),PR=dd,RV=ee,CO=ff,HL=gg,DP=hh       |
    |                                                              |
    |CHANGE:                                                       |
    |                                                              |
    | After the explanation for varaible hh, add the following:    |
    |                                                              |
    | The variable ii shows the major component name of the        |
    | alternate status component name if present.                  |
    |                                                              |
    |--------------------------------------------------------------|
    |                                                              |
    |Topic      AOFS093I                                           |
    |                                                              |
    |CHANGE:                                                       |
    |                                                              |
    | Replace the message text with the following:                 |
    |                                                              |
    | AOFS093I IN=aabbcc                                           |
    |                                                              |
    |--------------------------------------------------------------|
    |                                                              |
    |Topic      AOFS094I                                           |
    |                                                              |
    |CHANGE:                                                       |
    |                                                              |
    | Replace the message text with the following:                 |
    |                                                              |
    | AOFS094I  DA=aa                                              |
    |                                                              |
    |--------------------------------------------------------------|
    |                                                              |
    |Topic      AOFS095I                                           |
    |                                                              |
    |CHANGE:                                                       |
    |                                                              |
    | Replace the message text and the explanation with the        |
    | following:                                                   |
    |                                                              |
    | AOFS095I  End of aa status information                       |
    |                                                              |
    | Explanation:  This message identifies the end of the status  |
    |               information:                                   |
    |                                                              |
    |   The variable aa shows the status component name in one of  |
    |   the following formats:                                     |
    |                                                              |
    |     root                                                     |
    |     root.group_comp                                          |
    |     root.status_comp(group_comp)                             |
    |     root.status_comp(major_group_comp.group_comp)            |
    |                                                              |
    |--------------------------------------------------------------|
    |                                                              |
    |Topic      AOFS098I                                           |
    |                                                              |
    |CHANGE:                                                       |
    |                                                              |
    | Replace the message text and the explanation with the        |
    | following:                                                   |
    |                                                              |
    | AOFS098I  aa bb cc                                           |
    |                                                              |
    | Explanation:  This message is generated by the command       |
    | SDFQNM. It provides the name of an SDF tree component for a  |
    | selected root component.                                     |
    |                                                              |
    |   The variable aa shows the level of the tree component      |
    |   right-justified.                                           |
    |                                                              |
    |   The variable bb shows the SDF tree component name.         |
    |                                                              |
    |   The variable cc shows the major component name in          |
    |   parentheses. The name makes the tree component name unique |
    |   if necessary.                                              |
    |                                                              |
    |--------------------------------------------------------------|
    |                                                              |
    |Topic      AOFS508I                                           |
    |                                                              |
    |CHANGE:                                                       |
    |                                                              |
    | Replace the message text with the following:                 |
    |                                                              |
    | AOFS508I  Status element in tree not found, Element=aa.      |
    |                                                              |
    |CHANGE:                                                       |
    |                                                              |
    | Delete the explanation for variable bb and replace the       |
    | explanation for variable aa with the following:              |
    |                                                              |
    | The variable aa shows the name of the status component. The  |
    | status component can be preceded by the root component or by |
    | the root component and the major component name separated by |
    | periods.                                                     |
    |                                                              |
    |--------------------------------------------------------------|
    |                                                              |
    |Topic      AOFS509I                                           |
    |                                                              |
    |CHANGE:                                                       |
    |                                                              |
    | Replace the message text with the following:                 |
    |                                                              |
    | AOFS509I  Status element major error, Element=aa.            |
    |                                                              |
    |CHANGE:                                                       |
    |                                                              |
    | Delete the explanation for variable bb and replace the       |
    | explanation for variable aa with the following:              |
    |                                                              |
    | The variable aa shows the name of the status component. The  |
    | status component can be preceded by the root component or by |
    | the root component and the major component name separated by |
    | periods.                                                     |
    |                                                              |
    +--------------------------------------------------------------+
    

APAR Information

  • APAR number

    OA45929

  • Reported component name

    SYSTEM AUTO Z/O

  • Reported component ID

    5698SA300

  • Reported release

    350

  • Status

    CLOSED UR1

  • PE

    NoPE

  • HIPER

    YesHIPER

  • Special Attention

    NoSpecatt / Xsystem

  • Submitted date

    2014-08-26

  • Closed date

    2014-10-29

  • Last modified date

    2014-12-01

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

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

    UA75304 UA75305 UA75306

Modules/Macros

  • AOFE     AOFEXINT AOFFTADV AOFFXMOF AOFFXREL AOFGXCPY AOFJ
    AOFRAAT1 AOFRACFH AOFRACF0 AOFRACF6 AOFRANT3 AOFRDSFL AOFRSGST
    AOFS03   AOFS09   AOFS50   AOFT0MMA AOF35    EVJRVCMD HSAL110
    ING#DB2  ING#LKUP ING#RDS  ING#SET  INGEMPF  INGENVSA INGH$IN
    INGMSGSA INGPCGLB INGPCGLX INGPNJLM INGRALRT INGRCMDH INGRCRDS
    INGRCRDX INGRCVAC INGRCVAL INGRVDB2 INGRVX80 INGRX805 INGRX810
    INGRYDS0 INGRYPA0 INGRYPA1 INGRYSE0 INGRYST1 INGY132  ING33
    ING34    ISQGCQRY ISQRCSRV ISQRCVM  ISQRMSRV ISQTCPI  KAHDINFO
    KAHDRNEW KAHJSTMS KAHJSTPS KAHJSTPW
    

Publications Referenced
SC34272000SC34271900   

Fix information

  • Fixed component name

    SYSTEM AUTO Z/O

  • Fixed component ID

    5698SA300

Applicable component levels

  • R35T PSY UA75304

       UP14/11/04 P F411 ¢

  • R350 PSY UA75305

       UP14/11/04 P F411 ¢

  • R351 PSY UA75306

       UP14/11/04 P F411 ¢

Fix is available

  • Select the PTF appropriate for your component level. You will be required to sign in. Distribution on physical media is not available in all countries.

[{"Business Unit":{"code":"BU058","label":"IBM Infrastructure w\/TPS"},"Product":{"code":"SSWRCJ","label":"IBM Tivoli System Automation for z\/OS"},"Component":"","ARM Category":[],"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"350","Edition":"","Line of Business":{"code":"LOB35","label":"Mainframe SW"}}]

Document Information

Modified date:
01 December 2014