|
More site info...
ODS and Base Reporting
| Forum profile
|
|
Forum profile page for ODS and Base Reporting
on http://www.sas.com.
This report page is the aggregated overview from a single forum: ODS and Base Reporting
, located on the Message Board at http://www.sas.com.
This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period.
Additional forum profile information for "ODS and Base Reporting
" on the Message Board at http://www.sas.com is also shown in the following ways:
1) Latest Active Threads
2) Hot Threads for Last Week
Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.
|
|
|
|
|
Posting activity on ODS and Base Reporting
:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
26
|
73
|
156
|
|
Post:
|
72
|
175
|
359
|
|
|
ODS and Base Reporting
Posting activity graph:
|
Top authors during last week:
user's latest post:
Prevent Tabs on Multiple Print...
Published (2009-11-27 12:23:00)
Hi: Run your job with the sub-option for doc: ods tagsets.excelxp file='xxxx.xml' options(doc='Help'); and then look for the SHEET_INTERVAL sub-option. I believe that you can control whether a new tab starts by using that sub-option. In addition, if you want more control over printing of the ExcelXP spreadsheet from within Excel, this is a very useful paper: http://www.nesug.org/proceedings/nesug08/ap/ap06.pdf cynthia
user's latest post:
How to give conditonal color...
Published (2009-11-27 09:14:00)
Suggested Google advanced search argument for the SAS support http://support.sas.com/ website where you will find technical conference papers with examples as well as SAS-hosted documentation: proc report ods style color site:sas.com Scott Barry SBBWorks, Inc.
user's latest post:
SAS Data to Excel
Published (2009-11-19 23:01:00)
Hi Cynthia, Thanks for your response. I atlast know how to proceed on with this. I go by your suggestion of creating the excel in mainframe file system and then FTP to Windows. Or i am also thinking of sending it via email too. That will solve my requirement now. Moving to the next level, i want to know if its possible to run a VB Excel Macro using SAS? The VB Excel Macro i have, just formats the excel report. It will be simple if i am able...
user's latest post:
Compute block processing/debugging
Published (2009-11-23 14:00:00)
Hi Cynthia, and thank you. As soon as I get approval, I'm buying the book The variable s defines what column(s) need highlighting in each row. The columns to highlight are different in each row of the report. All of that calculation is done inside of a DATA step, so the only thing I have to worry about is how to get PROC REPORT to translate the value of s and apply the formatting to the individual cell. I was thinking that I needed tempo...
user's latest post:
Insert superscript or special...
Published (2009-11-24 04:32:00)
Hi everyone! I have almost solved this problem... Using the ASCII code, you can press ALT+xxxx where xxxx is a four digits number and a wide list of different symbols can be shown. But it's obvious that it's a closed list of values, and I like to know if there is a "superscript option" or something similar to put whatever you want. Moreover, I have stopped using ODS RTF because sometimes the match between the output and...
user's latest post:
How do you get rid of "The...
Published (2009-11-25 08:59:00)
Thank you both for the information. Sorry I'm fairly new to this forum and was not aware of the Archieve's being available, thanks again. Happy Holidays
user's latest post:
ods tagsets.EXCELXP whit macro var
Published (2009-11-18 10:13:00)
You're reason, i've mooved the ods under the macro, but the proc freq das not work because of the "&" (table var1*var2*var3/nopercent......out = sasuser. & scholl); log: Apparent symbolic reference school not resolved. Please help me, i'am new sas user. Thank's a lot.
user's latest post:
Proc Print question
Published (2009-11-19 14:29:00)
PROC PRINT DATA=ALL NOOBS label; VAR HLQ GBUSED; LABEL GBUSED="&SYSDATE"; Use the label option and macros inside single quotes don't resolve.
user's latest post:
Removing some column headers in...
Published (2009-11-27 08:29:00)
Thank you for your replies data _null_ and Cynthia. The ODS solution worked perfectly - thank you. I can see maybe I need to buy a book on ODS, have you a recommendation Cynthia ???
user's latest post:
How To Attach a webpage on my...
Published (2009-11-18 19:13:00)
Hi Cynthia, Thanks heaps for your help. It worked Just if anyone need this piece of code... I got something like that : /********** Email To ***********************/ Filename Test Email To = 'ABC@mail.com' Type='Text/html' Subject = 'Report'; /***** Your html page starts here which will be view by the receipients *****/ ODS Markup Body = Test Style = SASWEB; Title 'This is my title on my html'; PUT...
|
|
|
|
Latest active threads on ODS and Base Reporting
::
Started 2 days ago (2009-11-27 12:23:00)
by Cynthia@sas
Hi: Run your job with the sub-option for doc: ods tagsets.excelxp file='xxxx.xml' options(doc='Help'); and then look for the SHEET_INTERVAL sub-option. I believe that you can control whether a new tab starts by using that sub-option. In addition, if you want more control over printing of the ExcelXP spreadsheet from within ...
Started 2 days, 3 hours ago (2009-11-27 09:14:00)
by sbb
Suggested Google advanced search argument for the SAS support http://support.sas.com/ website where you will find technical conference papers with examples as well as SAS-hosted documentation: proc report ods style color site:sas.com Scott Barry SBBWorks, Inc.
Started 6 days, 2 hours ago (2009-11-23 10:42:00)
by Cynthia@sas
Hi: You can put a label (or remove a label) on the DEFINE statement. By default, since you have no label information on the DEFINE statement, your variable labels or names are used for the spanning headers. So, for example, to remove the label for the variable VALUE, you would have (quote, space, quote) as the label (the quoted string on the DEFINE statement): COLUMNS 'SHA...
Started 3 months, 3 weeks ago (2009-08-10 12:39:00)
by sasbi@zencos
Jaime, Looks like there is information for the 9.2 side. See below. http://support.sas.com/documentation/cdl/en/citug/ 61084/HTML/default/n1p8aih0qgkpy4n1c3x7sp11f73j.ht m @sasbi
Started 4 days, 3 hours ago (2009-11-25 08:57:00)
by sbb
Suggest the following Google advanced search to find technical conference papers on the topic: proc report calculate percentage column site:sas.com Scott Barry SBBWorks, Inc.
Started 4 days, 3 hours ago (2009-11-25 08:55:00)
by sbb
I believe this question has been asked previously, if you might want to consider searching the ARCHIVES next time. Regardless, add the following to your SAS program: OPTIONS NODATE NONUMBER; TITLE1; TITLE2; Scott Barry SBBWorks, Inc.
Started 6 days, 4 hours ago (2009-11-23 08:54:00)
by sbb
Please explain "the output doesn't run as well as wanted." And also share your SAS code. Scott Barry SBBWorks, Inc.
Started 5 days ago (2009-11-24 12:38:00)
by sbb
Suggest you contact SAS tech support with your specific findings and symptom conditions. Scott Barry SBBWorks, Inc.
Started 1 week, 2 days ago (2009-11-20 08:06:00)
by Tim@SAS
My first question is, have you considered skipping the copy and paste step altogether by creating your document in RTF format using ODS?
Started 1 week, 2 days ago (2009-11-20 12:35:00)
by DerekM
Oops.. there's a missing ENDCOMP; between the END; and the RUN; in the code I typed here. I don't get what I'm trying for when I don't have syntax errors.
|
|
Hot threads for last week on ODS and Base Reporting
::
Started 1 week, 2 days ago (2009-11-20 12:35:00)
by DerekM
Oops.. there's a missing ENDCOMP; between the END; and the RUN; in the code I typed here. I don't get what I'm trying for when I don't have syntax errors.
Started 6 days, 4 hours ago (2009-11-23 08:54:00)
by sbb
Please explain "the output doesn't run as well as wanted." And also share your SAS code. Scott Barry SBBWorks, Inc.
Started 6 days, 2 hours ago (2009-11-23 10:42:00)
by Cynthia@sas
Hi: You can put a label (or remove a label) on the DEFINE statement. By default, since you have no label information on the DEFINE statement, your variable labels or names are used for the spanning headers. So, for example, to remove the label for the variable VALUE, you would have (quote, space, quote) as the label (the quoted string on the DEFINE statement): COLUMNS 'SHA...
Started 4 days, 3 hours ago (2009-11-25 08:55:00)
by sbb
I believe this question has been asked previously, if you might want to consider searching the ARCHIVES next time. Regardless, add the following to your SAS program: OPTIONS NODATE NONUMBER; TITLE1; TITLE2; Scott Barry SBBWorks, Inc.
Started 4 days, 3 hours ago (2009-11-25 08:57:00)
by sbb
Suggest the following Google advanced search to find technical conference papers on the topic: proc report calculate percentage column site:sas.com Scott Barry SBBWorks, Inc.
Started 1 week, 2 days ago (2009-11-20 08:06:00)
by Tim@SAS
My first question is, have you considered skipping the copy and paste step altogether by creating your document in RTF format using ODS?
Started 2 days, 3 hours ago (2009-11-27 09:14:00)
by sbb
Suggested Google advanced search argument for the SAS support http://support.sas.com/ website where you will find technical conference papers with examples as well as SAS-hosted documentation: proc report ods style color site:sas.com Scott Barry SBBWorks, Inc.
Started 6 days, 2 hours ago (2009-11-23 10:44:00)
by Cynthia@sas
Thanks, David! I appreciate the shout out for the book! cynthia
Started 5 days ago (2009-11-24 12:38:00)
by sbb
Suggest you contact SAS tech support with your specific findings and symptom conditions. Scott Barry SBBWorks, Inc.
Started 2 days ago (2009-11-27 12:23:00)
by Cynthia@sas
Hi: Run your job with the sub-option for doc: ods tagsets.excelxp file='xxxx.xml' options(doc='Help'); and then look for the SHEET_INTERVAL sub-option. I believe that you can control whether a new tab starts by using that sub-option. In addition, if you want more control over printing of the ExcelXP spreadsheet from within ...
|
|