| Date: | Tue, 29 Mar 2011 18:07:04 -0500 |
| Reply-To: | "Data _null_;" <iebupdte@GMAIL.COM> |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | "Data _null_;" <iebupdte@GMAIL.COM> |
| Subject: | Re: Another PROC Question |
|
| In-Reply-To: | <AANLkTimv54ZopiO-6Pp9SZ5T6t=JZ_aB3Co_jinc4KSH@mail.gmail.com> |
| Content-Type: | text/plain; charset=ISO-8859-1 |
You can use it to expand a variable list into an indexed data set,
very useful. Plus this will also check that the names in the list
exist.
On Tue, Mar 29, 2011 at 5:37 PM, Joe Whitehurst <joewhitehurst@gmail.com> wrote:
> Ya,
>
> Why such behavior? What's the reason for it?
>
> Joe
>
> On Tue, Mar 29, 2011 at 4:52 PM, Ya Huang <ya.huang@amylin.com> wrote:
>
>> proc transpose.
>>
>> On Tue, 29 Mar 2011 16:47:37 -0400, Joe Whitehurst
>> <joewhitehurst@GMAIL.COM> wrote:
>>
>> >Which PROC outputs one observation if the input dataset has 0
>> observations?
>>
>
|