What do the PUT and INPUT functions do?
No Answer is Posted For this Question
Be the First to Post Answer
What is a macro routine?
what is chi-square test? have you used that?
1 Answers Accenture, Quintiles,
How will you react when, while consulting a SAS documentation manual to get an answer to a problem, someone says hey, I thought you were supposed to know all that stuff already, and not have to look it up in a book?
How does the internal authentication work in sas? : sas-grid-administration
What are SAS/ACCESS and SAS/CONNECT?
In PROC PRINT, can you print only variables that begin with the letter “A”?
how does sas know on which server the piece of code to be executed ? say if a proc olap code is written then how the sas application would detect on which server to execute.
How do you add a number to a macro variable? : sas-macro
How the Excel file enter into the SAS environment without Code of Infile & Import procs,if i have no file Conversion?
how are numeric and character missing values represented internally? : Sas programming
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
if i having variables named a b c d e f ,how to find total of each variable ????give syntax...??