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 / name is no need

we can import the an external file in three ways to a sas
data set
1.libname libref<location of the sas data set library>;
filname fileref<path of the raw data file>;
data <data set name>;
infile <fileref>;
input <variable declarations>;
run;
2.proc import

3.by using the proc import option in the sas wizard of file
menu option.

Is This Answer Correct ?    8 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain append procedure?

1129


in the flow of data step processing, what is the first action in a typical data step? : Sas programming

1107


In sas, what are the areas that you are most interested in? : sas-grid-administration

1127


what is the Population you used in your project, is it ITT or PP?

2798


How sas treats the dsd delimiters?

1260


What is the command used to find missing values?

1142


how do you test for missing values? : Sas programming

1094


what is hash files in sas and why we are using this one in sas?

2266


what are some problems you might encounter in processing missing values? In data steps? Arithmetic? Comparisons? Functions? Classifying data? : Sas programming

1291


What is the purpose of _character_ and _numeric_?

1105


Hi all, If Anybody has Advance SAS Certification dumps??? Please share with me. Email: pramod.kalugade03@gmail.com

2084


If you have a dataset that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variables?

1205


I need level 2 to 5 sas using companies in india

2432


Describe the ways in which you can create macro variables? : sas-macro

1113


What is the difference between order and group variable in proc report?

1480