IBM Support

PI91439: MISCELLANEOUS FIXES

A fix is available

Subscribe

You can track all active APARs for this component.

 

APAR status

  • Closed as program error.

Error description

  • 1) When using Preserve Mirror Requested a not capable reasons of
    PM TARGET NOT PPRC PRIMARY and PM NOT IN DUPLEX should be
    ignored. Preserve Mirror Preferred can be treated as Preserve
    Mirror Required because the latest IBM DASD does not support
    Preserve Mirror Preferred.
    2) It is possible to get CKZ06025E in the BACKINFO-REFORMAT
    command when the backup volumes are offline. CKZ06025E BACKUP
    VOLSER: xxxxxx IS NOT ONLINE. The BACKINFO-REFORMAT command
    should not require the backup volumes to be online.
    3) SIMULATE is misspelled in messages CKZ42147I and CKZ42247I,
    it should be corrected
    4) Missing qualifier for three binds in template CKZBSS. Bind
    members CKZ00246, CKZ00281, and CKZ00283 in template CKZBSS are
    missing a QUALIFIER statement.
    This is a TCz standards violation and should be corrected.
    5) Correct the logic for selection/unselection of input and
    output DD names for REPAIR utility:
    - If TARGET-JOB-REPAIR-EXECUTE(Y) then
    TARGET-JOB-REPAIR-SELECT(Y) is required.
    - If TARGET-JOB-REPAIR-SELECT(Y) then user should specify
    TARGET-JOB-REPAIR-EXECUTE(Y) or/and TARGET-JOB-REPAIR-DDN and
    Input and output DD names for REPAIR.
    - TARGET-JOB-REPAIR-TEST(Y) is allowed when
    TARGET-JOB-REPAIR-EXECUTE(Y).
    - If TARGET-JOB-REPAIR-EXECUTE(Y) and
    TARGET-JOB-REPAIR-SELECT(Y) then Input and output DD names for
    REPAIR and TARGET-JOB-REPAIR-DDN are not required.
    - If TARGET-JOB-REPAIR-EXECUTE(N) and
    TARGET-JOB-REPAIR-SELECT(Y) then Input and output DD names for
    REPAIR and TARGET-JOB-REPAIR-DDN are required.
    - If TARGET-JOB-REPAIR-DDN is specified then
    TARGET-JOB-REPAIR-SELECT(Y) is required.
    - If TARGET-JOB-REPAIR-DDN is specified and
    TARGET-JOB-REPAIR-SELECT(Y) then Input and output DD names for
    REPAIR should always be selected.
    6) Change default values for the parameters according to user's
    guide
    Default values of parameters for COPY command:
    - ALWAYS-COPY-INDEXSPACES ( Y )
    - LONGVAR-COMPATIBILITY ( Y )
    - SIMULATE ( N )
    Default values of parameters for SET command:
    - MAX-COPY-RC ( 8 )
    - MAX-RC ( 4 )
    - REBUILD-INDEXES-EXECUTE ( Y )
    - TARGET-JOB-REPAIR-EXECUTE ( Y )
    - TARGET-JOB-REPAIR-SELECT ( Y )
    7) Resolve IEW2456E when applying HCKZ320:
    IEW2456E 9207 SYMBOL CKZNBLKT UNRESOLVED. MEMBER COULD NOT BE
    INCLUDED FROM THE DESIGNATED CALL LIBRARY.
    

Local fix

Problem summary

  • ****************************************************************
    * USERS AFFECTED: Users of IBM DB2 Cloning Tool z/OS.          *
    ****************************************************************
    * PROBLEM DESCRIPTION: 1. When using Preserve Mirror           *
    *                      Requested a not capable reasons of      *
    *                      PM TARGET NOT PPRC PRIMARY and PM NOT   *
    *                      IN DUPLEX should be ignored. Preserve   *
    *                      Mirror Preferred can be treated as      *
    *                      Preserve Mirror Required because the    *
    *                      latest IBM DASD does not support        *
    *                      Preserve Mirror Preferred.              *
    *                      2. It is possible to get CKZ06025E in   *
    *                      the BACKINFO-REFORMAT command when the  *
    *                      backup volumes are offline. CKZ06025E   *
    *                      BACKUP VOLSER: xxxxxx IS NOT ONLINE.    *
    *                      The BACKINFO-REFORMAT command           *
    *                      should not require the backup volumes   *
    *                      to be online.                           *
    *                      3. SIMULATE is misspelled in messages   *
    *                      CKZ42147I and CKZ42247I, it should be   *
    *                      corrected                               *
    *                      4. Missing qualifier for three binds    *
    *                      in template CKZBSS. Bind members        *
    *                      CKZ00246, CKZ00281, and CKZ00283 in     *
    *                      template CKZBSS are missing a           *
    *                      QUALIFIER statement. This is a TCz      *
    *                      standards violation and should be       *
    *                      corrected.                              *
    *                      5. Correct the logic for                *
    *                      selection/unselection of input and      *
    *                      output DD names for REPAIR utility:     *
    *                      - If TARGET-JOB-REPAIR-EXECUTE(Y) then  *
    *                      TARGET-JOB-REPAIR-SELECT(Y) is          *
    *                      required.                               *
    *                      - If TARGET-JOB-REPAIR-SELECT(Y) then   *
    *                      user should specify                     *
    *                      TARGET-JOB-REPAIR-EXECUTE(Y) or/and     *
    *                      TARGET-JOB-REPAIR-DDN and Input and     *
    *                      output DD names for REPAIR.             *
    *                      - TARGET-JOB-REPAIR-TEST(Y) is allowed  *
    *                      when TARGET-JOB-REPAIR-EXECUTE(Y).      *
    *                      - If TARGET-JOB-REPAIR-EXECUTE(Y) and   *
    *                      TARGET-JOB-REPAIR-SELECT(Y) then Input  *
    *                      and output DD names for REPAIR and      *
    *                      TARGET-JOB-REPAIR-DDN are not required. *
    *                      - If TARGET-JOB-REPAIR-EXECUTE(N) and   *
    *                      TARGET-JOB-REPAIR-SELECT(Y) then Input  *
    *                      and output DD names for REPAIR and      *
    *                      TARGET-JOB-REPAIR-DDN are required.     *
    *                      - If TARGET-JOB-REPAIR-DDN is specified *
    *                      then TARGET-JOB-REPAIR-SELECT(Y) is     *
    *                      required.                               *
    *                      - If TARGET-JOB-REPAIR-DDN is specified *
    *                      and TARGET-JOB-REPAIR-SELECT(Y) then    *
    *                      Input and output DD names for           *
    *                      REPAIR should always be selected.       *
    *                      6. Change default values for the        *
    *                      parameters according to user's          *
    *                      guide:                                  *
    *                      Default values of parameters for COPY   *
    *                      command:                                *
    *                      - ALWAYS-COPY-INDEXSPACES ( Y )         *
    *                      - LONGVAR-COMPATIBILITY ( Y )           *
    *                      - SIMULATE ( N )                        *
    *                      Default values of parameters for SET    *
    *                      command:                                *
    *                      - MAX-COPY-RC ( 8 )                     *
    *                      - MAX-RC ( 4 )                          *
    *                      - REBUILD-INDEXES-EXECUTE ( Y )         *
    *                      - TARGET-JOB-REPAIR-EXECUTE ( Y )       *
    *                      - TARGET-JOB-REPAIR-SELECT ( Y )        *
    *                      7. Resolve IEW2456E when applying       *
    *                      HCKZ320:                                *
    *                      IEW2456E 9207 SYMBOL CKZNBLKT           *
    *                      UNRESOLVED. MEMBER COULD NOT BE         *
    *                      INCLUDED FROM THE DESIGNATED CALL       *
    *                      LIBRARY.                                *
    ****************************************************************
    * RECOMMENDATION: APPLY the PTF.                               *
    ****************************************************************
    Code has been changed to correct this condition.
    

Problem conclusion

  • APPLY the PTF.
    

Temporary fix

Comments

APAR Information

  • APAR number

    PI91439

  • Reported component name

    DB2 CLONING TOO

  • Reported component ID

    5655N1000

  • Reported release

    320

  • Status

    CLOSED PER

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt / Xsystem

  • Submitted date

    2017-12-12

  • Closed date

    2017-12-26

  • Last modified date

    2018-01-03

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

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

Modules/Macros

  •    CKZ00619
    

Fix information

  • Fixed component name

    DB2 CLONING TOO

  • Fixed component ID

    5655N1000

Applicable component levels

  • R320 PSY UI52920

       UP17/12/29 P F712

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":"BU059","label":"IBM Software w\/o TPS"},"Product":{"code":"SSAUUE","label":"IBM Db2 Cloning Tool for z\/OS"},"Component":"","ARM Category":[],"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"3.2.0","Edition":"","Line of Business":{"code":"LOB10","label":"Data and AI"}}]

Document Information

Modified date:
03 January 2018