On Mon, Sep 17, 2018 at 10:52 PM Ze'ev Atlas < [email protected]> wrote:
> Gil, I do NOT use make! I use JCL for this particular port, as it is > designed to be used without Unix Services. > > The fact that your product is designed to work without z/OS Unix is irrelevant. IMO, you are much better off putting your source in zFS and using z/OS make (or even better gmake), makedepend. For a C/C++ project of any size, incremental builds will save you lots of time. The z/OS Unix c89 command can be used as a front end to the z/OS binder and you and target z/OS PDS/PDSE libraries directly, or just "cp -X" the program objects from zFS to PDS/Es. Bonus: this will feel more like your day job on Unix/Windows. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
