I have an xlsx file that appears to be output from a SAS process. It contains one worksheet with a table of data. The column headers in the table of data are varnum, memname, name, label, type, length, format, and thru_dt. All of the values in the memname column are the same string.
Question 1: I know that memname means member name, but what is a member? Is it a library? A variable? A dataset? An observation? Does it depend on the context?
Question 2: This appears to be output from PROC CONTENTS. Does that sound right? If so, what does memname mean in this context?
memname stands for
1) table name
2) view name
3) category name
......
| Member Type |
|---|
| CATALOG |
| DATA |
| ITEMSTOR |
| MDDB |
| VIEW |
If it is from PROC CONTENTS, then MEMNAME is the data set name.
The data set is a member of a library.
Nearly 200 sessions are now available on demand with the SAS Innovate Digital Pass.
Explore Now →SAS' Charu Shankar shares her PROC SQL expertise by showing you how to master the WHERE clause using real winter weather data.
Find more tutorials on the SAS Users YouTube channel.