Date: Sat, 27 Jan 2007 21:41:31 GMT
Reply-To: Mark Fisher <net.sbcglobal@FISHER_M.UGA.EDU>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Mark Fisher <net.sbcglobal@FISHER_M.UGA.EDU>
Organization: SBC http://yahoo.sbc.com
Subject: Re: sas procedure
http://support.sas.com/rnd/base/topics/sxle82/TW8774.pdf
Regards,
Mark
<kevin20142000@yahoo.com> wrote in message
news:1169929937.390392.50950@l53g2000cwa.googlegroups.com...
> Hello All,
>
> I have a program contained a procedure called proc cdisc as following:
>
> PROC CDISC MODEL=SDTM;
> SDTM SDTMVersion = "3.1";
> DOMAINDATA DATA = ae
> DOMAIN = AE
> CATEGORY = EVENTS;
> RUN;
>
> I could not find in sas ver9 document. Could any one help me to locate
> the procedure in sas document and the syntax?
>
> Thank you in advance.
>
|