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

If reading a variable length file with fixed input, how
would you prevent SAS from reading the next record if the
last variable didn’t have a value?

Answer Posted / kumaraswamy maduri

Using MISSOVER or TRUNCOVER. TRUNCOVER is best because if
the last variable doesn't have value then it assigns
missing as just as missover one extra difference with
TRUNCOVER is, if you are using formatted input and the
width is more than the value still truncover reads the
available value but missover assigns a missing.

Eg: data t;
input num 3.;
cards;
1
12
121
;
run;
Check the above code using missover and truncover.

Is This Answer Correct ?    8 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the work of tranwrd function?

1297


How to convert a numeric variable to a character variable?

1255


What is the difference between %put and symbolgen? : sas-macro

1296


In SAS explain which statement does not perform automatic conversions in comparisons?

1369


How do you test for missing values?

1690


What is SAS?

1097


Explain proc univariate?

1104


Differentiate between ceil and floor functions.

1202


describe about metadata object? : Sas-di

1122


Tell e how how dealt with..

2312


if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming

1120


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

1376


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

2593


what are all the reports you generated in your recent project?

2253


what are the new features included in the new version of sas i.e., Sas 9.1.3? : Sas programming

1152