Compiling All Sample Programs Using the make.sh Script
This section contains the instructions on how to compile all the C sample programs using the provided make.sh script.
Procedure
-
Start the Qshell environment:
QSH
-
Change to the samples directory:
cd EMI_HOME/samples/c
- Run the make.sh script:
- Optional:
If you want to change any of these default settings, export the following environment variables prior to running the
make.sh script:
- Use the COMPILELIB environment variable to change where the object modules and program objects are created.
- Use the CLIENTLIB environment variable to change where the LIBTIBEMS service program is located.
- Use the TGTRLS environment variable to change the target release of the resulting program.
export COMPILELIB=MYDEVLIB export CLIENTLIB=MYEMSLIB export TGTRLS=V7R1M0 /bin/sh ./make.sh
- To remove all *PGM and *MODULE objects, as well as all *SYMLNK related to the sample program, run the following:
Copyright © 2022. Cloud Software Group, Inc. All Rights Reserved.