BookmarkSubscribeRSS Feed
Valesca_1012
Calcite | Level 5

I have a lib with ten sas tables ( dataset )
I would like to create a control sas table containing 3 variables :
First - the name of table
Second - how much observations ( registers ) are in each table ( count )
Third : what date the process was being run. ( datetime )

So, how could I get this using a EG program ? Somebody could help me please...

1 REPLY 1
Reeza
Super User

Not sure what you mean about the third item, but look at the SASHELP.VTABLE data set. And search 'dictionary tables SAS' and you'll find a lot of write ups on how to use those data sets for metadata creation or data dictionaries.

 


@Valesca_1012 wrote:

I have a lib with ten sas tables ( dataset )
I would like to create a control sas table containing 3 variables :
First - the name of table
Second - how much observations ( registers ) are in each table ( count )
Third : what date the process was being run. ( datetime )

So, how could I get this using a EG program ? Somebody could help me please...


 

SAS Innovate 2025: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

SAS Enterprise Guide vs. SAS Studio

What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.

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
  • 1 reply
  • 681 views
  • 0 likes
  • 2 in conversation