what is AE onset date and what is RDS?
Answers were Sorted based on User's Feedback
Answer / solasa
AE onset date is the date at whcih the adverse event was
noticed and reported .....
RDS is respiratory distress syndrome...
not sure of RDS...
| Is This Answer Correct ? | 3 Yes | 3 No |
If reading a variable length file with fixed input, how would you prevent SAS from reading the next record if the last variable didn?t have a value?
Are you familiar with special input delimiters? How are they used?
what are sas bi dashboard components? : Sas-bi
Difference between sum function and using “+” operator?
How to convert a numeric variable to a character variable?
What are common programming errors committed in sas
In SAS how to read the variable values having different formats. eg:mar99,mar1999 (in a single variable)
8 Answers GSK GlaxoSmithKline,
Can you calculate the mean, median and mode of the following data set using data step logic? Don't use any function or procedure. data a; input age @@; datalines; 22 32 32 32 43 23 24 56 45 54 28 29 27 26 25 28 30 20 18 37 36 47 46 56 19 20 ; run; I have calculated the mean which i have posted in the answer section.
what are the component of range? : Sas-bi
If you use a symput in a data step, when and where can you use the macro variable? : sas-macro
i have multiple .csv files in a unix directory. every file is having variable names as header.even for empty file also. suppose take 3 files a.csv b.csv c.csv a.csv contains data as name;age,salary; raja;34;4000; ravi;33;5000; kumar;25;3000; b.csv contains data as name;age,salary; ajay;40;4500; and c.csv contains name;age,salary; (only headers) Now i want to import and append all these files in to a single dataset. i tried infile statement with *.csv to import all at a time. but i m not getting correct data. please help me . its urgent. thank you in advance
Name the option to produce a frequency line items rather that a table.