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?