Interview Questions  

Go Back   Interview Questions > Interview Questions & Answers > Information Technology > Data Warehousing > SAS

SAS SAS Interview Questions, Learn by sharing SAS Interview Questions asked in various companies, Get Career advices, Interview Procedures from SAS experts, Post asked SAS Interview Questions and Answers.

   

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 02-24-2008, 05:21 AM
Senior Member
 
Join Date: Feb 2008
Posts: 266
Default How can you import .csv file

How can you import .csv file in to SAS? tell Syntax?
Reply With Quote
  #2 (permalink)  
Old 05-27-2008, 11:20 AM
Junior Member
 
Join Date: May 2008
Posts: 1
Default

PROC IMPORT DATAFILE="c:\sas\assets.xls" OUT=js.pc DBMS=EXCEL2000
Reply With Quote
  #3 (permalink)  
Old 06-03-2008, 10:53 AM
Junior Member
 
Join Date: Jun 2008
Posts: 2
Default answer Q1

proc import datafile="c:\.." out=*** dbms=csv replace;
getnames=yes; datarow=2;run;
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On