Problem Note 56725: "WARNING: The TITLE statement is ambiguous due to invalid options or unquoted text" occurs and the report TITLE statement fails
In SAS® Risk Management for Banking, if the local currency representation itself contains double quotation marks, then the report TITLE statements fail with errors like the following:
NOTE: Line generated by the macro variable "PORTF_TOTAL_AMT".
31 " ש"ח8,390,357
____________
49
WARNING: The TITLE statement is ambiguous due to invalid options or unquoted text.
NOTE: Line generated by the invoked macro "_RMBA_GENERATE_PIE_CHART".
31 proc summary data=&in_ds; var &sum_var; output out=display_total sum=TOTAL; run;
data _NULL_; set display_total; call
31 ! symput("total_amt", TOTAL); call symput("portf_total_amt",
______________________________
49
Click the Hot Fix tab in this note to access the hot fix for this issue.
Operating System and Release Information
SAS System | SAS Risk Management for Banking | 64-bit Enabled AIX | 3.3 | 3.4 | 9.4 TS1M2 | 9.4 TS1M3 |
64-bit Enabled Solaris | 3.3 | 3.4 | 9.4 TS1M2 | 9.4 TS1M3 |
Linux for x64 | 3.3 | 3.4 | 9.4 TS1M2 | 9.4 TS1M3 |
Solaris for x64 | 3.3 | 3.4 | 9.4 TS1M2 | 9.4 TS1M3 |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
The report TITLE statement fails if currency includes double quotation marks, and "WARNING: The TITLE statement is ambiguous due to invalid options or unquoted text" is returned.
Type: | Problem Note |
Priority: | high |
Topic: | Analytics ==> Financial Analysis
|
Date Modified: | 2015-10-26 11:11:04 |
Date Created: | 2015-10-06 15:25:48 |