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


Specifying options

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

Options can be specified to the workstation compiler, linker, or other tool by using the architecture definition CMD statement. This statement must be followed by the keyword PARMS and the parameters that are passed to the workstation tool. In the following example, the option ‘/Ss’ is added to the options passed to the workstation tool.

Figure 1. Specifying Options in a Workstation Architecture Definition
SINC  SAMPLE   C       * source member
OBJ   SAMPLE   OBJBIN  * generated object member
LIST  SAMPLE   LISTING * listing file
*
* The following CMD statement has compile options for this member
*
CMD PARMS /Ss

If multiple CMD PARMS statements appear in the architecture member, the options are passed to the workstation tool in the order they appear in the architecture member. They are added to the workstation command as specified in the ACTINFO input to the FLMLTWST translator.

If you want to add options to be passed to the FLMLTWST translator, you can use the PARM and PARMx architecture statements. However, these options are considered FLMLTWST options rather than options for the workstation command.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014