what are the softwares and applications that are used most frequently used by sas bi applications developers? : Sas-bi
No Answer is Posted For this Question
Be the First to Post Answer
Which statement does not perform automatic conversions in comparisons?
How can I remove header from output data set?
What data sets do you need to produce the report?
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
What is shift table? have you ever created shift that?
2 Answers Accenture, Clinical Research, Quintiles,
how can get the first and last observations in a dataset using Proc SQl?
What is LOGICAL VARIABLES in SAS.And how it can be used..Can anyone support..???
How did you use the round function?give an example(don't say it will round to the nearest intger) eg1:round(84.55,.1) =84.6 eg2:round(92.64,.1)=92.6,How it is happening like this tell me the logic,that is how the round function works when we have deimal values?
explain what is factor analysis? : Sas-administrator
i have a null dataset with 20 variables. i want to upload the variables which contain name like a or k or anything in another dataset.how can we create the dataset?
what is sas? is a package or tool? give me introduction about sas?
Give some ways by which you can define the variables to produce the summary report (using proc report)?