Can anyone help me about SAS Realtime scenarios in Clinical field
No Answer is Posted For this Question
Be the First to Post Answer
explain about sas business intelligence? : Sas-bi
What would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?
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?
Under what circumstances would you code a SELECT construct instead of IF statements?
is there any differnce between proc means and proc summary?
What do you know about symput and symget?
In SAS how to read the variable values having different formats. eg:mar99,mar1999 (in a single variable)
8 Answers GSK GlaxoSmithKline,
What is the Program Data Vector (PDV)? What are its functions?
what are the benefits of data integration? : Sas-di
Have you ever used the SAS Debugger?
What is the one statement to set the criteria of data that can be coded in any step?
What would the following datastep do? Data _null_; Set Dist end=eof; Call Symput("xx"!!left(put(_n_,2.)),&dimension); If EOF then Call Symput('numrows',left(put(_n_,2.))); Run; dimension is a macro variable that is being passed here