From: rjf2 on
perhaps you mean the attribute statement
which allocates data structure?

http://www.sascommunity.org/wiki/Attribute_statement


Ron Fehd the data structure maven CDC Atlanta GA USA RJF2 at cdc dot
gov

> -----Original Message-----
> From: owner-sas-l(a)listserv.uga.edu [mailto:owner-sas-
> l(a)listserv.uga.edu] On Behalf Of Abc
> Sent: Monday, March 08, 2010 10:34 AM
> To: SAS-L(a)LISTSERV.UGA.EDU
> Cc: Abc Xyz
> Subject: Mock ups
>
> Hi,
> I am in SAS learning phase. I need to know, how you guys are making
> mock
> ups (Table shells)in clinical trials. Any apecific methods, macros.
The
> topic has not been adequately dealt with elsewhere,
>
> Thanks,
From: Abc Xyz on
On Mon, 8 Mar 2010 10:49:14 -0500, Fehd, Ronald J. (CDC/CCHIS/NCPHI)
<rjf2(a)CDC.GOV> wrote:

>perhaps you mean the attribute statement which allocates data structure?
>
>http://www.sascommunity.org/wiki/Attribute_statement
>
>Ron Fehd the data structure maven CDC Atlanta GA USA RJF2 at cdc dot gov
>
>> -----Original Message-----
>> From: owner-sas-l(a)listserv.uga.edu [mailto:owner-sas-
>> l(a)listserv.uga.edu] On Behalf Of Abc
>> Sent: Monday, March 08, 2010 10:34 AM
>> To: SAS-L(a)LISTSERV.UGA.EDU
>> Cc: Abc Xyz
>> Subject: Mock ups
>>
>> Hi,
>> I am in SAS learning phase. I need to know, how you guys are making mock
>> ups (Table shells)in clinical trials. Any apecific methods, macros.
>The topic has not been adequately dealt with elsewhere,
>> Thanks,

I meant How to create a mock up Table, listing for the Statistical
Analysis Plan (SAP) in clinical trials to give SAS programmer a template
for his work- This is what is needed as a final product from the data. I
hope I explained clearly this time.

Thank you,
From: Ya Huang on
The common way would be to make up the fake data, then use the
standard tools in your shop, being it proc report, data _null_, or
homegrown macro etc.

With the new "ODS report writing interface", mock up will be much
easier and no need of fake data.

On Mon, 8 Mar 2010 10:34:04 -0500, Abc <abcxyaz(a)GMAIL.COM> wrote:

>Hi,
>I am in SAS learning phase. I need to know, how you guys are making mock
>ups (Table shells)in clinical trials. Any apecific methods, macros. The
>topic has not been adequately dealt with elsewhere,
>
>Thanks,