z/OS ISPF Software Configuration and Library Manager Guide and Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Including outputs from other build steps

z/OS ISPF Software Configuration and Library Manager Guide and Reference
SC19-3625-00

Use the architecture definition statements INCLD, INCL, and SINC to include members that are outputs from building other members. Using the INCLD and INCL statements ensures that SCLM builds the correct member to generate the output.

When a CC or generic architecture definition is built, SCLM uses the language definition of the member on the first SINC statement. For LEC architecture definitions, the LE370 language is used. To override the language, specify the LKED architecture statement with the name of the language definition to use.

The following example shows an architecture member that can link several object members together to produce an .exe file. The language of EXE is used.

Figure 1. Including Outputs as Inputs
INCL  SAMPLE   ARCHDEF * archdef which produced sample object
INCLD COMMON   C       * source member which produced common object
*
LKED  EXE
*
LOAD  PROG1    EXEBIN  * .exe file
LMAP  PROG1    MAP     * listing file

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014