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

what is the one statement to set the criteria of data that can be coded in any step? : Sas programming

1099


if the Id has more then two transcatiion then show the first observation, IF Id has only two observation then It show both the observation

1566


How can you limit the variables written to output dataset in data step?

1254


Mention the difference between ceil and floor functions in sas?

1107


what is sas data set?

1062


What is maximum number of rows and cols can be handled in SAS?

1497


how would you create multiple observations from a single observation? : Sas programming

958


which date functions advances a date time or date/time value by a given interval? : Sas programming

907


Mention the validation tools used in SAS?

1114


What is a macro routine?

2652


Explain how you can debug and test your SAS program?

957


what is the difference between unique key and primary key? : Sas-di

1067


What can you learn from the SAS log when debugging?

1321


how to create the AE dataset by using SDTMIG specifications and SAP plan by using UNIX platform?

2714


What are pdv and it functions?

1051