BookmarkSubscribeRSS Feed
SINNETIC
Calcite | Level 5

Hi.

 

I am New in sas di, and I  need to start my job invoking the sas table with most recent creation date between a library with a lot of tables with the same prefix, for example: I need to use the table clients_201709 within the following options

 

clients_201708

clients_201709

clients_201710

 

thanks in Advanced for all your help.

2 REPLIES 2
Patrick
Opal | Level 21

@SINNETIC

That's first of all a design question before it comes to implementation. How do you know which month to pick-up?

 

You can use macro variables for file names (i.e. clients_&yyyymm) so once you're able to populate such a macro variable things become simple.

 

 

LinusH
Tourmaline | Level 20
My personal preference is not to use any physical partitioning of data into separate date (or other categorizations). The exceptions to this rule are:
- source data, usually common in data in tranfered files. Timestamps in file name prevents from unintentional overwrites. But since you refer to SAS data sets, I assume they are not vonsifders5as source data.
- Data prepared for being part of a SPD Server cluster table (or even any other external data store that support partitioning).

The benefit by not having separate tables is you don't need to tamper with macro variable names in meta data objects physical names. That logic would then probably still need some considerations when defining where clauses.
Data never sleeps

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

How to connect to databases in SAS Viya

Need to connect to databases in SAS Viya? SAS’ David Ghan shows you two methods – via SAS/ACCESS LIBNAME and SAS Data Connector SASLIBS – in this video.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 2 replies
  • 732 views
  • 0 likes
  • 3 in conversation