Give e an example of..
No Answer is Posted For this Question
Be the First to Post Answer
if you have 365 no of data set and each one having different variable from each other. how will you read by creating macros and create a single data set.
what r the job openings SAS for fresher graduates !
What statement do you code to tell SAS that it is to write to an external file? What statement do you code to write the record to the file?
what is the use of catalog?
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
How do you use the do loop if you don’t know how many times you should execute the do loop?
What is the difference between Regression and Logistic Regression? Can u explain the Assumptions/Conditions?
If reading an external file to produce an external file, what is the shortcut to write that record without coding every single variable on the record?
What data sets do you need to produce the report?
Can anyone help to find a statement to get all the predefined formats?
3 Answers Verinon Technology Solutions,
What would be the value of month at the end of data step execution and how many observations would be there?
How many versions came upto now in SAS?