/[no]static

Syntax:

/static or /nostatic

The /static option is the same as the /noautomatic option. The default is /static, which causes all local variables to be statically allocated. The /nostatic option is the same as /automatic. In the visual development environment, specify /nostatic as Variables Default to Automatic in the Fortran Data Compiler Option Category.

If you specify /recursive, the /automatic option is set.