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 |
What is the difference between an informat and a format. Name three informats or formats.
Difference between sum function and using “+” operator?
How to get part of string form the source string without using sub string function in SAS?
How the date 04oct1994 is stored in SAS,not only give the answer explain in brief?
is data integration and etl programming is same? : Sas-di
how to do user inputs and command line arguments in sas?
how does sas handle missing values in assignment statements? : Sas programming
What is the role of unrestrictive users? : sas-grid-administration
Can anyone help me about SAS Realtime scenarios in Clinical field
What is the difference between the proc sql and data step?
What’s the difference between var b1 – b3 and var b1 — b3?
Given an unsorted data set, how to read the last observation to a new data set?