Can someone please help how to set environment for compile.
I am trying to compile (just as a Proof Of Concept that it works) but getting errors that modules are missging (tried pli, cobol, c)
but getting error messages like this:
cc hello.c -o hello
CEE3501S The module CCNDRVR was not found.
FSUM3066 The COMPILE step ended with return code -1: EDC5083I An error occurred attempting to load a module into storage.
FSUM3017 Could not compile hello.c. Correct the errors and try again.
pbandzi