Rational Developer for System z
PL/I for Windows, Version 8.0, 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.

Rational Developer for System z
PL/I for Windows, Version 8.0, Programming Guide