SAS Data Management

SAS Data Integration Studio, DataFlux Data Management Studio, SAS/ACCESS, SAS Data Loader for Hadoop, SAS Data Preparation and others
BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
kyle_fredette
Calcite | Level 5

I am currently building a solution in Excel that will allow users to enter information on a template and have SAS import the template for calculations. The template will include start and end dates for a given condition. In this case, the condition refers to the department that employees work within. Since employees change departments, we want to track data based on which department they completed the work for.

Currently, I am looking at this in two different ways (see charts below). Table one has the employees enter changes by including new rows of data. Table two has the employees enter changes by including new columns of data. Does anyone have experience with which of these data structures works best for longevity and flexibility? I want the best long term solution.

Thanks for your time!

Kyle

Vertical
EmployeeDepartmentStart dateEnd date
JohnFinance1/1/20153/31/2015
JohnMarketing3/31/201512/31/2015
MaryOperations1/1/201512/31/2015
SusanSales1/1/2015

12/31/2015

Horizontal
EmployeeDepartmentStart dateEnd dateTeamStart dateEnd date
JohnFinance1/1/20153/31/2015Marketing3/31/201512/31/2015
MaryOperations1/1/201512/31/2015
SusanSales1/1/201512/31/2015
1 ACCEPTED SOLUTION

Accepted Solutions
Reeza
Super User

Vertical, it is a common data structure, and you can easily determine which is the latest/first via sorting by date. You can either leave the end date missing for current positions or set it to something like Dec 31 9999.

FYI This is called a Type 2 Slowly Changing Dimension (SCD)

Slowly changing dimension - Wikipedia, the free encyclopedia

View solution in original post

3 REPLIES 3
Steelers_In_DC
Barite | Level 11

I think vertical is the way to go, add a date field for when the record was added and changed and you can sort by that if necessary, horizontal can get ugly depending on how long this is in use.

Reeza
Super User

Vertical, it is a common data structure, and you can easily determine which is the latest/first via sorting by date. You can either leave the end date missing for current positions or set it to something like Dec 31 9999.

FYI This is called a Type 2 Slowly Changing Dimension (SCD)

Slowly changing dimension - Wikipedia, the free encyclopedia

sas-innovate-white.png

Our biggest data and AI event of the year.

Don’t miss the livestream kicking off May 7. It’s free. It’s easy. And it’s the best seat in the house.

Join us virtually with our complimentary SAS Innovate Digital Pass. Watch live or on-demand in multiple languages, with translations available to help you get the most out of every session.

 

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
  • 3 replies
  • 4445 views
  • 7 likes
  • 4 in conversation