Date: Sat, 3 Oct 2009 20:37:19 -0700
Reply-To: Patrick <patrick.matter@GMX.CH>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Patrick <patrick.matter@GMX.CH>
Organization: http://groups.google.com
Subject: Re: system option GENERIC/NOGENERIC
Content-Type: text/plain; charset=ISO-8859-1
It seems to be one of these internal undocumented system options which
should be used with care - but as it looks like options generic does
nothing else than suppress host specific messages.
http://www2.sas.com/proceedings/sugi29/040-29.pdf
You can list the internal options via:
proc options internal;
run;
|