◄Up► ◄Contents► ◄Index► ◄Back► ─────Syntax Errors (/Zs)──────────────────────────────────────────────────── The /Zs option tells the compiler to perform a syntax check only. Syntax: /Zs This is a quick way to find and correct syntax errors before compiling a source file. No code is generated, and no object files or object listings are produced. However, you can specify the /Fs option on the same command line to generate a source listing. The /Zs option applies to source files following the option but does not affect source files preceding the option. See Also: ◄/4Yb► ◄/4Yd► -♦-