Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What SAS statements would you code to read an external raw
data file to a DATA step?

Answer Posted / sankar

using proc import procedure

synatax :for text file

proc import datafile='path' out=datasetname
dbms=dlm;
delimiter='specific delimiter';
run;

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Difference between nodup and nodupkey options?

1267


Name validation tools used in SAS

1216


what is the use of proc contents and proc print in sas? : Sas-administrator

1103


Differentiate input and infile.

1148


How will you use the WHO Drug Dictionary for Reporting Clinical Trials?

2394


what is the difference between floor and ceil functions in sas? : Sas-administrator

1311


Are you involved in writing the inferential analysis plan? Tables specifications?

4004


Tell e how how dealt with..

2263


What is the use of the %include statement?

1210


How do you test for missing values?

1688


What are the different types of sas functions?

1358


what is proc Index? and what is proc document?

2763


What is the function of output statement in a SAS Program?

1121


for whom is sas data integration studio designed? : Sas-di

1058


What are the different servers in sas? : sas-grid-administration

1099