IBM Support

PH29021: DBB BUILD FAILS WITH ERROR BGZTK0040W INVALID OUTPUT FROM JOBSTATUS

Subscribe

You can track all active APARs for this component.

 

APAR status

  • Closed as duplicate of another APAR.

Error description

  • IBM Dependency Based Build (DBB) fails with error BGZTK0040W and
    without a return code:
    
    com.ibm.dbb.build.JCLExec [main] Submitting job
    'MYDBBJOB(J0415621)' at Aug 13, 2020 10:48:20 AM
    ...
    com.ibm.dbb.build.internal.jcl.JclSubmitStatusRetriever [main]
    BGZTK0040W Invalid output from jobStatus child process
    ACF0C038 ACF2 LOGONID ATTRIBUTES HAVE REPLACED DEFAULT USER
    ATTRIBUTES.
    com.ibm.dbb.build.JCLExec [main] return code attempt:1
    ...
    com.ibm.dbb.build.JCLExec [main] return code attempt:6
    com.ibm.dbb.build.JCLExec [main] Max RC:
    

Local fix

  • A workaround is to ignore ACF2 messages in jobStatus REXX, like
    for example:
    
    X = OUTTRAP('SYSOUTLINE.')
    address tso "STATUS" jobname
    X = OUTTRAP('OFF')
    /*
    ================================================================
    ====== */
    /* Skips response lines,equal to ACF...
    */
    /* ACF0C038 ACF2 LOGONID ATTRIBUTES HAVE REPLACED DEFAULT USER
    ATTRIBUTES */
    /*
    ================================================================
    ====== */
    do i = 1 to SYSOUTLINE.0
       if left(SYSOUTLINE.i,3) = "ACF" then nop
       else say SYSOUTLINE.i
    end
    

Problem summary

Problem conclusion

Temporary fix

Comments

  • Fixed in UI69156 / PH24716 DBB V1.0.9 PTF
    

APAR Information

  • APAR number

    PH29021

  • Reported component name

    DEPEND BASED BU

  • Reported component ID

    DBBZOS000

  • Reported release

    109

  • Status

    CLOSED DUB

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt / Xsystem

  • Submitted date

    2020-09-01

  • Closed date

    2021-09-20

  • Last modified date

    2021-09-20

  • 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

[{"Line of Business":{"code":"LOB35","label":"Mainframe SW"},"Business Unit":{"code":"BU058","label":"IBM Infrastructure w\/TPS"},"Product":{"code":"SS6T76","label":"IBM Dependency Based Build"},"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"109"}]

Document Information

Modified date:
21 September 2021