z/OS UNIX System Services Planning
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Tuning tips for the compiler utilities

z/OS UNIX System Services Planning
GA32-0884-00

On systems where application development is a critical activity, you can improve the performance of the compiler utilities c89, cc, cxx,c++ by loading CBC.SCCNCMP into dynamic LPA if space allows. If common area space is an issue, selected modules can be put into the LPA.

Example: If space allows, load the entire load library into dynamic LPA.
SYS1.PARMLIB(PROGxx)
		.  .  .
		LPA	  ADD MASK(*)    DSNAME(CBC.SCCNCMP)
 		.  .  .
		LNKLST ADD NAME(LLZB) DSNAME(CEE.SCEERUN)               
		LNKLST ADD NAME(LLZB) DSNAME(CEE.SCEERUN2)
		.  .  .

For more information about the PROGxx parmlib member, see z/OS MVS Initialization and Tuning Reference.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014