Tuning tips for the compiler utilities

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.