CompuServe Messages

#SAS Stack setting?

    03-Jan-93 23:51:26
Fm: John Toebes/SYSOP 70007,3467
To: Harold Scadden 71401,3035
The basic problem is that there is no way to free up the stack which has been allocated by the CLI to run your program. There is another option to consider – CBACK which will cause your program to be run as a separate task (automatically detached from the main CLI) and as a side effect allows you to set exactly what the stack size will be.