The MAXTEMP option determines when the compiler flags statements using an excessive amount of storage for compiler-generated temporaries.
>>-MAXTEMP--(--max--)------------------------------------------><
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.