what are sas/access and sas/connect? : Sas programming
No Answer is Posted For this Question
Be the First to Post Answer
what is Business Intelligence?
Under what circumstances would you code a SELECT construct instead of IF statements?
name the scheduler for scheduling job and explain the scheduler? : Sas-di
How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?
What procedure you used to calculate p-value?
2 Answers Accenture, Quintiles,
explain the key concept of sas? : Sas-administrator
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 are the features of base sas system?
In the flow of DATA step processing, what is the first action in a typical DATA Step?
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?
How to merge the data using merge statement and proc format? Is the result is same ?
When looking for data contained in a character string of 150 bytes, which function is the best to locate that data: scan, index, or indexc?