Compiling under z/OS® batch
To compile your C/C++ source program under batch, you can either use the cataloged procedures that IBM supplies, or write your own JCL statements.
Using cataloged procedures for IPA Link
You can use one of the following IBM-supplied cataloged procedures.
- EDCI
- Run the IPA link step for a non-XPLINK 31-bit C program
- EDCQI
- Run the IPA link step for a 64-bit C program
- EDCXI
- Run the IPA link step for a 31-bit or 64-bit XPLINK C program
- CBCI
- Run the IPA link step for a 31-bit non-XPLINK C++ program
- CBCQI
- Run the IPA link step for a 64-bit C++ program
- CBCXI
- Run the IPA link step for a 31-bit or 64-bit XPLINK C++ program