SAS Institute. The Power to Know
Filter Results By:
Type Priority Fixed Release
 
List:    – 10  of  17  > >|   Results per page:
Date Title Type
6/29/05 7744 - Inline formatting on PUT statement is counted as part of LINESIZE=
Inline formatting on a PUT statement is included as printed space needed for the specified output in the ODS destinations. Thus, the LINESIZE= option must be set accordingly. For example, the inline formatting below ... http://support.sas.com/kb/7/744.html, 19KB
Usage Note

5/15/07 20205 - Inline formatting commands SUPER and SUB add spaces in ODS RTF
The SUPER and SUB inline formatting instructions add a space to the right of any text superscript or subscript in ODS RTF output. The following code demonstrates the problematic behavior: ods escapechar='^'; ods ... http://support.sas.com/kb/20/205.html, 18KB
Problem Note

3/28/05 9981 - Output from PUT statement shifts when using inline formatting with PDF
ODS works with DATA step in two ways: FILE PRINT ODS can be used when creating tabular output and FILE PRINT can be used when creating free-form output. When FILE PRINT is used to create non-listing output, ODS ... http://support.sas.com/kb/9/981.html, 20KB
Problem Note

8/24/05 24226 - What are the limitations of inline formatting and raw-text insertion?
Here are the cases that are not supported: SAS/GRAPH software does not support in-line formatting. Raw-text insertion is not and never will be supported for PDF. Raw text is not supported for the PC host drivers. ... http://support.sas.com/kb/24/226.html, 17KB
Usage Note

9/17/07 20969 - PDF ignores multiple justifications on TITLE and FOOTNOTE statements
In PDF output, multiple justifications on TITLE and/or FOOTNOTE statements are ignored. Inline formatting that applies the JUST= style attribute is ignored. However, certain conditions of the J= option will work, ... http://support.sas.com/kb/20/969.html, 19KB
Problem Note

7/25/05 24314 - How can I underline text when writing to PDF or RTF using FILE PRINT?
You can get underlining in RTF by using RTF control words with inline formatting. "\UL" starts the underlining, and "\UL0" stops the underlining. If you are unsure whether your chosen ESCAPECHAR is a special character ... http://support.sas.com/kb/24/314.html, 18KB
Usage Note

7/15/05 24244 - How can I change my font or font styles on a PUT statement in a DATA step?
ODS ESCAPECHAR= and inline formatting (experimental since 8.2) can be used to make font changes directly on a PUT statement. ods rtf file='temp.rtf'; ods html file='temp.html'; ods escapechar='^'; data _null ... http://support.sas.com/kb/24/244.html, 18KB
Usage Note

6/20/05 24229 - Can I get images in my titles with ODS PRINTER?
In SAS 8.2, ODS PRINTER can put images in the title area with the PREIMAGE= or POSTIMAGE= attribute. Try out the following code, which demonstrates this feature as well as other new features for SAS 8.2, such as inline ... http://support.sas.com/kb/24/229.html, 17KB
Usage Note

8/28/07 24227 - Why is DATA _NULL_ output misaligned when I use in-line formatting with ODS?
The workaround for this problem is options nocenter; This problem will be addressed in a future release. Why is this happening? By default, all output is centered, including batch-mode output, which is produced by ... http://support.sas.com/kb/24/227.html, 18KB
Usage Note

10/11/05 24228 - What are appropriate ESCAPECHAR= values for output tables?
You must choose your escape character wisely. You might already know that your escape character cannot occur in the data or in the strings in the titles, dates, text=, and so forth. You must also be careful not to clash ... http://support.sas.com/kb/24/228.html, 18KB
Usage Note

List:    – 10  of  17  > >|   Results per page: