What report output formats can you generate using SAS?
Answers were Sorted based on User's Feedback
Answer / joe
Sas generates output formats like RTF,HTML,listings using
Sas ods.
| Is This Answer Correct ? | 18 Yes | 0 No |
Answer / sheetal
Following report o/p we can execute through sas:
html, pdf, rtf, dat, txt, xls, csv, cross tabular, list
report, summary report
| Is This Answer Correct ? | 4 Yes | 0 No |
In SAS how to read the variable values having different formats. eg:mar99,mar1999 (in a single variable)
8 Answers GSK GlaxoSmithKline,
What are the advantages of using sas?
What was the last computer book you purchased? Why?
What statement do you code to write the record to the file?
in which companies SAS openings are there? List of companies using SAS technology.
Name statements that function at both compile and execution time?
What is the function of Stop statement in a SAS Program?
What does the RUN statement do?
What is the basic structure of the SAS base program?
List out some key concept of SAS
Hi I have list of products in a dataset, which are classified by other name for eg:- there is a product A> Malambo Shiraz Malbec 750ML(0388) which is a Red wine.Now i need to generate a report where it shows if this product appears then it should b displayed as red wine,similarly for other products and other classification. I dont wan use proc format.
Name statements that are execution only?