You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to anova...@googlegroups.com
In Level 2 practice - It says use a Dictionary Table , Dictionary.columns
Can someone help me where to find this Dictionary.columns table?
After working on Level2 task, IT's giving me error-
kardekardeepa
unread,
Oct 14, 2014, 12:11:42 PM10/14/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to anova...@googlegroups.com
Spelling of Dictionary.columns was not right , it was (Dictionay.columns ) that resolves my error message. But still wondering where is Dictionary.columns located?
Thanks,
Deepa.
Nisarg
unread,
Oct 15, 2014, 6:44:59 AM10/15/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to anova...@googlegroups.com
Hi Deepa, You can find Dictionary.columns in VTABLES.
Regards, Nisarg
Anova Groups
unread,
Oct 17, 2014, 1:59:46 AM10/17/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to anova...@googlegroups.com
SAS stores them internally, to know structure of each dataset in current session. Only way to access dictionary tables is by using PROC SQL. There are equivalent VIEW present in sashelp called as vtable, vcolumns etc.