COBOL for AIX

 View Only
Expand all | Collapse all

How generate UUID or UETR by Cobol program

  • 1.  How generate UUID or UETR by Cobol program

    Posted Tue July 14, 2020 10:57 PM

    Hi everyone... good day...

    We need generate a UUID for complete the generation of MT103 outgoing message to Swift, however seems like our ECOBOL6 does not works with this function (FUNCTION UUID4), can we generate UUID in other way into the cobol program?

    I see that we have this component (UUIDSupport Member) into our sys1 library, and this command in TSO works (TSO EZAUIDGN), can we call or link in some way into the program?

    Thanks a lot...


    #COBOLforAIX
    #Support
    #SupportMigration


  • 2.  RE: How generate UUID or UETR by Cobol program

    Posted Tue January 12, 2021 07:38 PM

    https://www.ibm.com/support/pages/apar/PH20081

    UUID4 has been added the Enterprise COBOL 6.3 via APAR PH20081


    #SupportMigration
    #Support
    #COBOLforAIX