Chapter Contents |
Previous |
Next |
Compiling C Programs |
The compiler detects syntax and semantic errors during compilation and generates a return code for error conditions and warnings. These codes are summarized in Compiler Return Codes.
Note:
Under USS, the
-mrc
compiler option requests
that the compiler return the same return codes as on OS/390 and CMS. If
-mrc
is not specified, the compiler conforms to UNIX conventions and returns 0
if there were no errors and a non-zero code if errors were detected.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright © 2001 by SAS Institute Inc., Cary, NC, USA. All rights reserved.