Problem Note 52737: SAS® Stored Process Server does not initialize the TITLE statement to a null value
In SAS® 9.3 and earlier releases, the TITLE statement is set initially to a null value. However, when you run a SAS® Stored Process using SAS® 9.4 Stored Process Server, the TITLE statement is initially set to The SAS System.
For example, if you run the following SAS Stored Process code, the report title
is The SAS System:
%stpbegin;
proc print data=sashelp.class;
run;
%stpend;
You can set the TITLE statement initially to a null value for all requests by following these steps:
- Create a Request Initialization program for the stored–process server. Add the following code to the Request Initialization program:
title;
- Stop and restart your object spawner.
For more information about creating a "Request Initialization" program, see
SAS Note 39250, "SAS® 9.2 Stored Process Server enhancements: Request Init and Term programs, Session Init and Term programs."
Operating System and Release Information
SAS System | SAS Integration Technologies | z/OS | 9.4 TS1M0 | 9.4 TS1M2 |
Microsoft® Windows® for x64 | 9.4 TS1M0 | 9.4 TS1M2 |
Microsoft Windows 8 Enterprise x64 | 9.4 TS1M0 | 9.4 TS1M2 |
Microsoft Windows 8 Pro x64 | 9.4 TS1M0 | 9.4 TS1M2 |
Microsoft Windows 8.1 Enterprise 32-bit | 9.4 TS1M0 | 9.4 TS1M2 |
Microsoft Windows 8.1 Enterprise x64 | 9.4 TS1M0 | 9.4 TS1M2 |
Microsoft Windows 8.1 Pro | 9.4 TS1M0 | 9.4 TS1M2 |
Microsoft Windows 8.1 Pro 32-bit | 9.4 TS1M0 | 9.4 TS1M2 |
Microsoft Windows Server 2008 R2 | 9.4 TS1M0 | 9.4 TS1M2 |
Microsoft Windows Server 2008 for x64 | 9.4 TS1M0 | 9.4 TS1M2 |
Microsoft Windows Server 2012 Datacenter | 9.4 TS1M0 | 9.4 TS1M2 |
Microsoft Windows Server 2012 R2 Datacenter | 9.4 TS1M0 | 9.4 TS1M2 |
Microsoft Windows Server 2012 R2 Std | 9.4 TS1M0 | 9.4 TS1M2 |
Microsoft Windows Server 2012 Std | 9.4 TS1M0 | 9.4 TS1M2 |
Windows 7 Enterprise x64 | 9.4 TS1M0 | 9.4 TS1M2 |
Windows 7 Professional x64 | 9.4 TS1M0 | 9.4 TS1M2 |
64-bit Enabled AIX | 9.4 TS1M0 | 9.4 TS1M2 |
64-bit Enabled Solaris | 9.4 TS1M0 | 9.4 TS1M2 |
HP-UX IPF | 9.4 TS1M0 | 9.4 TS1M2 |
Linux for x64 | 9.4 TS1M0 | 9.4 TS1M2 |
Solaris for x64 | 9.4 TS1M0 | 9.4 TS1M2 |
*
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.
When you run a SAS
® Stored Process using SAS
® 9.4 Stored Process Server, the TITLE statement is initially set to
The SAS System.
Type: | Problem Note |
Priority: | high |
Date Modified: | 2014-05-26 09:59:53 |
Date Created: | 2014-04-10 16:20:33 |