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


data study;
input Subj : $3.
Group : $1.
Dose : $4.
Weight : $8.
Subgroup;
x= input(Weight,5.1);
datalines;
001 A Low 220 2
002 A High 90 1
003 B Low 193.6 1
004 B High 165 2
005 A Low 123.4 1
;

Why does X get truncated? X shows up as 22 instead of 220,9
instead of 90 and 19.8 instead of 198? This problem doesnt
happen with the values 193.6 and 123.4.

This does not happen if x is read on the 5. informat instead
of the 5.1 informat

Answers were Sorted based on User's Feedback



data study; input Subj : $3. Group : $1. Dose : $4. Weight : ..

Answer / kumaraswamy maduri

Informat 5.1 or 5.2 tell the SAS processor to allocate
specified number of decimals from right to left of the
value and the remaining to the number.
Informat 5. is good if you have one decimal even this fails
when you have more than one decimal.

Is This Answer Correct ?    3 Yes 0 No

data study; input Subj : $3. Group : $1. Dose : $4. Weight : ..

Answer / kumaraswamy maduri

Informat 5.1 or 5.2 tell the SAS processor to allocate
specified number of decimals from right to left of the
value and the remaining to the number.
Informat 5. is good if you have one decimal even this fails
when you have more than one decimal.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More SAS Interview Questions

how to perform paired t-test using Base/SAS & SAS/Stat?

2 Answers  


what is chi-square test? have you used that?

1 Answers   Accenture, Quintiles,


What do you code to create a macro? : sas-macro

0 Answers  


Please, anyone, let me know the style or an example of using 'by='/'by' variable of a PDV(Program Data Vector)

3 Answers   Verinon Technology Solutions,


WHAT IS DEBUGGING? HOW TO TEST THE DEBUGGING IN SAS?

3 Answers   Accenture,


How many versions came upto now in SAS?

3 Answers   CTS, TCS,


how does sas handle missing values in procs? : Sas programming

0 Answers  


which domain is better in sas? clinical trails or banking

3 Answers  


what is sas data set?

0 Answers  


why is a stop statement needed for the point=option on a set statement? : Sas programming

0 Answers  


What does error:1 mean?

8 Answers   Accenture,


how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming

0 Answers  


Categories