Displaying 1 result from an estimated 1 matches for "xnamedlongerthan8char".
2002 Dec 25
0
Part II Re: read.ssd {foreign} (Reading a permanent SAS d ataset into an R data frame)
...> 41 * using SAS ;
> 42 libname check xport 'e:\testing.xpt' ;
> NOTE: Libref CHECK was successfully assigned as
> follows:
> Engine: XPORT
> Physical Name: e:\testing.xpt
> 43
> 44 data a;
> 45
> 46 do i = 1 to 10 ;
> 47 xnamedlongerthan8char = 1 + i ;
> 48 yalsonamedlongerthan8char =
> 50/xnamedlongerthan8char ;
> 49 output;
> 50 end;
> 51
> 52 run;
>
> NOTE: The data set WORK.A has 10 observations and 3
> variables.
> NOTE: DATA statement used:
> real time...