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 5629Hi 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 6952There 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 13126What is the difference between Regression and Logistic Regression? Can u explain the Assumptions/Conditions?
3 23927Does anybody has lastest SAS certification dumps,if anybody has please mail me at akshara_SAS@ymail.com Thanks Akshara
55 70417Does anybody has lastest SAS certification dumps,if anybody has please mail me on saggydesai@gmail.com
2 5040
What is the SAS data set?
how sas deals with business intelligence? : Sas-bi
Name and describe few sas character functions that are used for data cleaning in brief.
Give some ways by which you can define the variables to produce the summary report (using proc report)?
I have a dataset concat having variable a b & c. How to rename a b to e & f?
How to read an input file in sas?
What is the order of application for output data set options, input data set options and SAS statements?
in the flow of data step processing, what is the first action in a typical data step? : Sas programming
How many ways to overcome a missing values???
What are common programming errors committed in sas
how would you create multiple observations from a single observation? : Sas programming
How will you generate test data with no input data?
What is the difference between reading data from an external file and reading data from an existing data set?
What areas of SAS are you most interested in?
Differentiate between sas functions and sas procedures.