Can anyone help me about SAS Realtime scenarios in Clinical field
No Answer is Posted For this Question
Be the First to Post Answer
what is washout period?
Describe the ways in which you can create macro variables?
What would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?
There is a field containing a date. It needs to be displayed in the format "ddmonyy" if it's before 1975, "dd mon ccyy" if it's after 1985, and as 'Disco Years' if it's between 1975 and 1985. How would you accomplish this in data step code? Using only PROC FORMAT
what the use of proc glm
What is run-group processing?
What is difference between N and n????
why is sas considered self-documenting? : Sas programming
How might you use MOD and INT on numeric to mimic SUBSTR on character Strings?
Why is SAS considered self-documenting?
hi i am nipun can anybody tell me that if a clinical sas programmer write the code and after successfull execution where do they store it. how they submit tables to TL how work is assigned to programmers either both code, log, output to be submitted. can any one tell me the process
How do you debug and test your SAS programs? What can you learn from the SAS log when debugging? How do you test for missing values? How would you create multiple observations from a single observation? What are some good SAS programming practices for processing very large data sets? Briefly describe 5 ways to do a "table lookup" in SAS. Why is SAS considered self-documenting? Are you sensitive to code walk-throughs, peer review, or QC review? What other SAS features do you use for error trapping and data validation? How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?