what is the purpose of _error_? : Sas programming
Tell me about % include and % eval? : sas-macro
I have a dataset with variables empid and doj how to calculate retirement age?
what is the limit of the number of the rows and columns available in the worksheet? : Sas-bi
What can you learn from the SAS log when debugging?
what versions of sas have you used (on which platforms)? : Sas programming
How to get top scorer student from a class-table having different sections A,B, C & D? Each section having same number of students.
i have a null dataset with 10 variables; i want to print only name of the varibales in log window and also output window.how can we do this one?
How we can create SAS USER DEFINED CODE?
Explain what is data step?
Explain the message ‘MERGE HAS ONE OR MORE DATASETS WITH REPEATS OF BY VARIABLE’.
Hot to suppress characters from a given string?
How will you assign all the variables of an dataset into a macro variable separated by a space? For example if a dataset has variables A,B,C. Assign them to a macro variable X as X=A B C