Good Afternoon,
I often need to go into DB to check the right name of column …. there is a data that show alla names of columns?
I read more document but i have not find a right refer.
Many thnks for your kindly help.
Tecla
Depends on the sas-tool you are using and the way you access the db.
If you are using EG 8.x and a library is assigned to the db, you can use the drill down to the variable names using the library-view.
When a SAS library for the remote DB schema is defined, the columns should appear in DICTIONARY.COLUMNS in PROC SQL.
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.