ILSTACKSIZE

Sets the size of the stack when the program is run.
Restriction: This directive is supported for .NET COBOL only.

Syntax:

>>----.---ILSTACKSIZE"size"---.------><
      +-NOILSTACKSIZE---------+

Parameters:

size
The size, in bytes, allocated to the stack.

Properties:

Default: NOILSTACKSIZE
IDE equivalent: None

Comments:

If no size is set using this directive, the default stack size under the .NET framework is 1MB.