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!
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.
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.
take a look at the dictionary tables:
http://support.sas.com/documentation/cdl/en/sqlproc/62086/HTML/default/viewer.htm#a001385596.htm
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
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.
Ready to level-up your skills? Choose your own adventure.