Go

Go on z/OS

Go on z/OS

This group is a space for open discussions and sharing technical information, and also provides a connection to the wider Go open source community for anyone who is interested in Go on z/OS

 View Only
  • 1.  GO binaries to PDS-E

    Posted 04/10/26 05:25 PM

    Hello!
    Is it possible to re-bind a GO binary from omvs to a PDS-E like a C compiled binary?



    ------------------------------
    Breton Imhauser
    ------------------------------


  • 2.  RE: GO binaries to PDS-E

    Posted 04/11/26 02:22 PM

    /bin/cp -X gopgm "//`LIB.PDSE(GOPGM)'"

    it's not re-binding, just copying. Running Go does need USS though.



    ------------------------------
    Bill O'Farrell
    Senior Technical Manger, Go on z/OS
    ------------------------------



  • 3.  RE: GO binaries to PDS-E

    Posted 04/22/26 05:17 PM

    Thank you Bill!



    ------------------------------
    Breton Imhauser
    ------------------------------