BookmarkSubscribeRSS Feed
gcarterIT
Calcite | Level 5

I've attempted to import various csv files but saving them in different libraries. After each import,  each different file is saved as em_save_TRAIN in the new and different libraries. I then attempt to create a new data source for each of the files in the various libraries. However, each time I create new library for a new csv file import, all my past created data sources point to the new library

 

Any clues?

 

Thanks.

2 REPLIES 2
VDD
Ammonite | Level 13 VDD
Ammonite | Level 13

Please post sample SAS code that you have tried or are using in order for us to fully understand you request.

Also post sample data in the form of a SAS datastep using datalines or cards to input the information and data type.

Thank you.

ballardw
Super User

@gcarterIT wrote:

I've attempted to import various csv files but saving them in different libraries. After each import,  each different file is saved as em_save_TRAIN in the new and different libraries. I then attempt to create a new data source for each of the files in the various libraries. However, each time I create new library for a new csv file import, all my past created data sources point to the new library

 

Any clues?

 

Thanks.


Are you reusing library names with different folders? Then what you have as a result would be expected: The last library definition is the only one active for that library.

 

If that is not the case, then apparently you are not using the library names correctly. Show some code including 1) library definitions 2) proc import (or what ever you do to import the data) and 3) two of the other steps that are creating data in the new library.

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!

How to choose a machine learning algorithm

Use this tutorial as a handy guide to weigh the pros and cons of these commonly used machine learning algorithms.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 2 replies
  • 1069 views
  • 1 like
  • 3 in conversation