- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Posted 10-21-2017 11:40 PM
(1081 views)
Hi Team,
I have a csv file , i want to create a bat file using libname function.
i tried using the following line of code under the project code
libname sample "path of csv file";
i cannot find the bat file created.
Any suggestion appreciated
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
I'm sorry but I cant find how the different things in the post are related.
Enterprise Miner is used for data mining. Not importing data.
Why has creating a bat file to do with this?
If you are in 9.4 this is just not the way it works. Your options are either to import the file to a SAS data set, or create a data step view that points to it.
Enterprise Miner is used for data mining. Not importing data.
Why has creating a bat file to do with this?
If you are in 9.4 this is just not the way it works. Your options are either to import the file to a SAS data set, or create a data step view that points to it.
Data never sleeps
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
A .bat contains commands for execution, a .csv contains tabular data in text form. The only thing they have in common is the fact they can be read/edited with a simple text editor.
All this has nothing to do with Enterprise Miner.
If code does not work as you expected, look at the log first.
To get proper help, post complete code, log and example data.