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...

how do you read binary data in sas?

Answer Posted / april

proc cimport procedure allows us to convert a binary format
data into SAS dataset.
Syntax:

proc cimport infile= <binary format file> data=<dataset
name>;
run;

Is This Answer Correct ?    9 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a method for assigning first.VAR and last.VAR to the BY group variable on unsorted data?

2625


Describe the function and utility of the most difficult SAS macro that you have written?

2625


How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data?

1152


name some data transformation used in sas di? : Sas-di

1028


For what purposes have you used sas macros? : sas-macro

1045


How do dates work in SAS data?

1221


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

1098


what is sas business intelligence? : Sas-bi

1260


What is the difference between input and infile statement?

1218


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

1049


Describe 5 ways to do a “table lookup” in SAS?

1185


Explain data_null_?

1104


What does P-value signify about the statistical data?

1396


explain the key concept of sas? : Sas-administrator

1045


how would you determine the number of missing or nonmissing values in computations? : Sas programming

1195