IBM Support

PH54026: ERROR RUNNING THE DBB TOOLKIT MVSEXEC API WITH SORT PROGRAM

Subscribe

You can track all active APARs for this component.

 

APAR status

  • Closed as duplicate of another APAR.

Error description

  • Using the Dependency Based Build (DBB) toolkit API MVSExec in a
    groovy script for running SORT program results in ICE007A error
    and no sorting is done.
    

Local fix

  • Instead of SORT, use ICEGENER program with MVSExec. Here is an
    excerpt from a DBB script:
    
    def NEW_SORT = new MVSExec().pgm("ICEGENER")
    NEW_SORT.dd(new
    DDStatement().name("SYSPRINT").dsn("USERA.DBB.SYSPRINT").options
    ("cyl space(5,5) unit(vio) blksize(27951) lrecl(121) recfm(f,ba)
    new catalog"))
    NEW_SORT.dd(new DDStatement().name("SORTWRK1").options("cyl
    space(1,1)"))
    NEW_SORT.dd(new
    DDStatement().name("SYSUT1").dsn("USERA.DBB.SORTIN").options("sh
    r"))
    NEW_SORT.dd(new
    DDStatement().name("SYSUT2").dsn("USERA.DBB.SORTOUT").options("s
    hr"))
    NEW_SORT.dd(new DDStatement().name("SYSIN").options("DUMMY"))
    
    NEW_SORT.dd(new DDStatement().name("DFSPARM").instreamData('''
    SORT FIELDS=(1,10,CH,A)\n SUM FIELDS=NONE\n OUTREC
    FIELDS=(1,10,33C' ')\n  '''))
    def rc =NEW_SORT.execute()
    

Problem summary

Problem conclusion

Temporary fix

Comments

  • Closed as duplicate of cumulative APAR PH56215
    

APAR Information

  • APAR number

    PH54026

  • Reported component name

    DEPEND BASED BU

  • Reported component ID

    DBBZOS000

  • Reported release

    200

  • Status

    CLOSED DUB

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt / Xsystem

  • Submitted date

    2023-04-19

  • Closed date

    2023-08-16

  • Last modified date

    2023-08-16

  • 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":"BU058","label":"IBM Infrastructure w\/TPS"},"Product":{"code":"SS6T76","label":"IBM Dependency Based Build"},"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"200","Line of Business":{"code":"LOB35","label":"Mainframe SW"}}]

Document Information

Modified date:
17 August 2023