/Sh Compiler Option

Syntax: Default:
/Sh[+|-] /Sh-

Use /Sh to allow the use of data definition names (ddnames).

A ddname is the part of the data definition before the equal sign. Use a ddname in a call to fopen or freopen to refer to the data definition stored in the environment.

By default, the compiler does not allow ddnames.



Open Streams Using ddnames


Summary of Compiler Options