| Date: | Sat, 6 Sep 2008 20:16:43 -0700 |
| Reply-To: | "Richard A. DeVenezia" <rdevenezia@WILDBLUE.NET> |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | "Richard A. DeVenezia" <rdevenezia@WILDBLUE.NET> |
| Organization: | http://groups.google.com |
| Subject: | Re: syntax check option |
|
| Content-Type: | text/plain; charset=ISO-8859-1 |
On Sep 4, 11:35 am, yingtao...@GMAIL.COM (yingtao) wrote:
> Anybody remember what is the option to check the SAS code syntax
> without actually running the code.
> Is there a similar option to check macro syntax as well?
> Thanks.
> Tao
From the helps
"
If you want processing to stop when a statement in a DATA step has a
syntax error, you can enable SAS to enter syntax check mode by setting
the SYNTAXCHECK system option in batch or non-interactive mode, or by
setting the DMSSYNCHK system option in the windowing environment. In
syntax check mode, SAS internally sets the OBS= option to 0 and the
REPLACE/NOREPLACE option to NOREPLACE....
"
http://support.sas.com/documentation/cdl/en/lrcon/59522/HTML/default/a000993436.htm
--
Richard A. DeVenezia
http://www.devenezia.com
|