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
Hello!Is it possible to re-bind a GO binary from omvs to a PDS-E like a C compiled binary?
/bin/cp -X gopgm "//`LIB.PDSE(GOPGM)'"
it's not re-binding, just copying. Running Go does need USS though.
Thank you Bill!