Re: Trying to get the 'go' language to work..

2021-06-04 Thread Dave Jones
Found the problem: the directory where the bash executable is installed must be in the PATH variable. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INF

Re: Trying to get the 'go' language to work..

2021-06-04 Thread Colin Paice
you might try *sh -x go build hello.go* -x says trace the flow of the shell command On Fri, 4 Jun 2021 at 18:15, Dave Jones wrote: > Hello, all. > I have downloaded and installed the IBM 'golang' package here on my z/OS > 2.44 USS system. However when I attempt to compile and run a very simple >

Trying to get the 'go' language to work..

2021-06-04 Thread Dave Jones
Hello, all. I have downloaded and installed the IBM 'golang' package here on my z/OS 2.44 USS system. However when I attempt to compile and run a very simple test program (hello.go which does exactly what you thing), I get the following message, which makes no sense to me as a lowly mainframe ty