IBM Support

PI50001: RDZ USER BUILD FAILS WITH IGYOS4054-E WHEN USING OPTFILE COMPILEPARAMETER

Subscribe

You can track all active APARs for this component.

 

APAR status

  • Closed as program error.

Error description

  • Rational Developer for System z 9.0.1 User Build fails with
    IGYOS4054-E when using OPTFILE compile parameter.
    
    IGYOS4054-E THE "OPTFILE" OPTION WAS SPECIFIED IN THE "SYSOPTF"
    FILE.
    THIS SPECIFICATION OF "OPTFILE" WAS IGNORED.
    
    Problem is that the OPTFILE is specified in the in-line JCL for
    SYSOPTF DD. This specification is needed for RTC builds but
    should be ignored for user builds.
    
    The reason is that in an RTC build, if you want to use SYSOPTF
    DD, you need to:
    1- specify the OPTFILE parameter on the default options field
       of your translator definition
    2- define a SYSOPTF DD allocation
    
    But when performing a user build with such configuration, RDz
    generates a JCL like
    //STEP1 EXEC PGM=IGYCRCTL,
    // PARM='OPTFILE'
    //SYSOPTF DD DATA,DLM='@@'
    ADATA
    EX(ADX(ELAXMGUX))
    OPTFILE
    @@
    
    RDz user build considers anything specify on the "Default
    options" of the translator as content for the SYSOPTF inline DD.
    So if OPTFILE is specified then it is added to the inline
    SYSOPTF DD
    

Local fix

  • Temporary remove OPTFILE from the default options field when
    submitting a user build
    

Problem summary

  • The following is a COBOL specific description.  Similar issues
    exist for PLI and C/C++.
    
    Currently the User Build JCL generation code always specifies
    the OPTFILE compiler option and generates a SYSOPTF DD statement
    with inline options.  This can conflict with user defined
    options files.
    

Problem conclusion

  • The code has been modified to honor a user specified options
    file.  In addition, any options specified in the translator
    "Default options" field are placed in a PARM= statement.
    
    The problem listed in this APAR has been resolved with
    IBM Rational Developer for System z V9.0.1.6 Fix Pack which
    is available from the Recommended Fixes support download page:
    http://www-1.ibm.com/support/docview.wss?rs=2294&uid=swg27006335
    

Temporary fix

Comments

APAR Information

  • APAR number

    PI50001

  • Reported component name

    RATL DEV FOR SY

  • Reported component ID

    5724T0700

  • Reported release

    900

  • Status

    CLOSED PER

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt / Xsystem

  • Submitted date

    2015-10-06

  • Closed date

    2017-05-11

  • Last modified date

    2017-05-11

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

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

Fix information

  • Fixed component name

    RATL DEV FOR SY

  • Fixed component ID

    5724T0700

Applicable component levels

  • R901 PSY

       UP

[{"Business Unit":{"code":"BU058","label":"IBM Infrastructure w\/TPS"},"Product":{"code":"SSTRMM","label":"IBM Developer for z\/OS"},"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"900","Line of Business":{"code":"LOB35","label":"Mainframe SW"}}]

Document Information

Modified date:
16 October 2021