/[no]automatic

Syntax:

/automatic, /noautomatic, /4Ya, or /4Na

The /automatic or /4Ya option requests that local variables be put on the run-time stack. In the visual development environment, specify Variables Default to Automatic in the Fortran Data (or Optimizations) Compiler Option Category.

The /noautomatic or /4Na option is the same as the /static option. The default is /noautomatic or /4Na, which causes all local variables to be statically allocated.

If you specify /recursive, the /automatic (/4Ya) option is set.