Go on z/OS: Connecting Compiled Binary Programs to Go Programs

Go on z/OS: Connecting Compiled Binary Programs to Go Programs 

Wed May 19, 2021 04:25 AM

This tutorial covers how to use Go programs to call a script or binary programs. Calling outside scripts or programs from Go can be done to achieve program interoperability. The tutorial consists of two parts: 

Part 1: The basics of connecting another binary program to your Go program

Part 2: Refactoring the program to address inconsistent output