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

use INFLE statement

data dsname;
infile 'path of file' <options>;
input var1 var2................varn;
run;

options like dsd dlm missover firstobs obs ..etc

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the difficulties u faced while doing vital signs table or dataset?

2446


what are several options for creating reports in web report studio? : Sas-bi

1221


How do you test for missing values?

1683


What do the sas log messages “numeric values have been converted to character” mean? What are the implications?

1245


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

2796


what is the primary data source for the wrs? : Sas-bi

1329


Explain what is SAS informats?

1130


How do you convert basic cube to transaction cube and transaction cube to basic cube?

2282


How necessary is it to be creative in your work?

2522


Mention few capabilities of sas framework.

1235


What are the applications primarily used by business analyst? : Sas-bi

1049


how sas deals with business intelligence? : Sas-bi

1100


What is the basic syntax of a sas program?

1257


How would you define the end of a macro?

1143


What is the maximum length of the macro variable? : sas-macro

1146