BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
zz
Calcite | Level 5 zz
Calcite | Level 5

Could someone help how best I can go about finding which dataset a field is in by the field label from a group of datasets please?  Thank you in advance!

1 ACCEPTED SOLUTION

Accepted Solutions
RW9
Diamond | Level 26 RW9
Diamond | Level 26

By "field" I assume you mean variable?  If so then look in SASHELP.VCOLUMN (or DICTIONARY.COLUMNS for SQL).  These hold the metadata for all the datasets in the SAS system.  If you don't mean the above, please provide some examples of what you mean.

View solution in original post

4 REPLIES 4
RW9
Diamond | Level 26 RW9
Diamond | Level 26

By "field" I assume you mean variable?  If so then look in SASHELP.VCOLUMN (or DICTIONARY.COLUMNS for SQL).  These hold the metadata for all the datasets in the SAS system.  If you don't mean the above, please provide some examples of what you mean.

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 4 replies
  • 1441 views
  • 1 like
  • 3 in conversation