What are SAS/ACCESS and SAS/CONNECT?
No Answer is Posted For this Question
Be the First to Post Answer
What are the rows present in protocol Violation table?
2 Answers Accenture, Quintiles,
How would you keep from overlaying the a SAS set with its sorted version?
How necessary is it to be creative in your work?
What is the difference between SAS functions and procedures?
what other SAS features do you use for error trapping and data validation?
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 its between 1975 and 1985. How would you accomplish this in data step code? Using only PROC FORMAT.
I need to find the numeric field which contains blank in between..Ex:123 456...there is blank in between the 123 456..I need to know if there is any SAS function to find a field.. Please suggest...
how to read the variables in sas? : Sas-administrator
Explain the purpose of retain statement.
what are the methods that you would employ to fine tune your SQL extract process using SAS/Access or Proc SQL?
How did you use the round function?give an example(don't say it will round to the nearest intger) eg1:round(84.55,.1) =84.6 eg2:round(92.64,.1)=92.6,How it is happening like this tell me the logic,that is how the round function works when we have deimal values?
How to specify variables to be processed by the freq procedure?