what type of reports you are generating in your company...???
Answers were Sorted based on User's Feedback
Answer / chandu
The above answer doesn't be tasty for the interviewer. Because the HTML is file format. What he/she asking is types of reports. Usually with SAS we can create Listing, summary, custom reports.
Is This Answer Correct ? | 6 Yes | 0 No |
In PROC PRINT, can you print only variables that begin with the letter “A”?
%STPbegin;%STPEND; ERROR: No logical assign for filename _WEBOUT. WARNING: No body file. HTML output will not be created. unable to fix it.plz help
Give e an example of..
what is in stream data in SAS?
hi tell be about pfizer? how to compare the work with other companies ? please tell me how to login and work also?
sas macros
what are the scrubbing procedures in sas? : Sas programming
name the scheduler for scheduling job and explain the scheduler? : Sas-di
you have a data set like this. data qqq; input name $ total; cards; qq 22 ww 33 qq 22 ee 44 rr 33 ww 44 ; run; and you want output like this......... name total qq 22 ww 44 Do it by data set step.
how do we get duplicate observations in a separate dataset?
If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable? : sas-macro
what are system option ? give few examples ? what are dataset options and dataset statements ? if there is a keep option and keep statement ? which one is executed first ? Difference between a WHERE statement and IF statement ? what is the advantage of using WHERE statement option on the dataset ?