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
2 5717Hi I have list of products in a dataset, which are classified by other name for eg:- there is a product A> Malambo Shiraz Malbec 750ML(0388) which is a Red wine.Now i need to generate a report where it shows if this product appears then it should b displayed as red wine,similarly for other products and other classification. I dont wan use proc format.
4 7103There are 200 observations in a dataset, i want to pull out the observation no's 100, 150,180,190 by using Proc SQL? How you can get it?
5 13312What is the difference between Regression and Logistic Regression? Can u explain the Assumptions/Conditions?
3 24028Does anybody has lastest SAS certification dumps,if anybody has please mail me at akshara_SAS@ymail.com Thanks Akshara
55 71954Does anybody has lastest SAS certification dumps,if anybody has please mail me on saggydesai@gmail.com
2 5140
which date functions advances a date time or date/time value by a given interval? : Sas programming
Approximately what date is represented by the SAS date value of 730?
What is the difference between SAS functions and procedures?
what are all the reports you generated in your recent project?
In ARRAY processing, what does the DIM function do?
Which function is used to count the number of intervals between two sas dates?
How does proc sql work?
Enlist the functions performed by sas.
what is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming
What are the special input delimiters used in SAS?
How you are maintaining sas programmes in your company...any specific version control software you are using? If so, tell me the name?
How does the internal authentication work in sas? : sas-grid-administration
explain the use of % includes a statement in sas? : Sas-administrator
In sas admin differentiate between roles and capabilities? : sas-grid-administration
What are the automatic variables for macro? : sas-macro