标题: about data attributes [打印本页] 作者: shiyiming 时间: 2004-6-12 18:23 标题: about data attributes i met a problem <!-- s:( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":(" title="Sad" /><!-- s:( -->
when browse the descriptor portion of the data (proc contents....)
under [b:01a24]the alphabetic list of variables and attributes...[/b:01a24]
there are only #, variable, type, len, but [i:01a24]pos[/i:01a24] is missing???
who knows how to add this ?
thanks a lot!作者: shiyiming 时间: 2004-7-12 13:39 标题: Re: about data attributes 我用的SAS v8.2能显示出"Pos"。你可试一下proc contents data=yourdata position; run;