Rational Developer for System z
Enterprise PL/I for z/OS, Version 3.8, Programming Guide

MAXTEMP

The MAXTEMP option determines when the compiler flags statements using an excessive amount of storage for compiler-generated temporaries.

Read syntax diagramSkip visual syntax diagram>>-MAXTEMP--(--max--)------------------------------------------><
 
max
The limit for the number of bytes that can be used for compiler-generated temporaries. The compiler flags any statement that uses more bytes than those specified bymax . The default for max is 50000.

You should examine statements that are flagged under this option - if you code them differently, you may be able to reduce the amount of stack storage required by your code.


Terms of use | Feedback

This information center is powered by Eclipse technology. (http://www.eclipse.org)