Usage Note 3625: "Error: Proc xxxxx suspended in the Output window" occurs when you submit procedures
When you submit SAS® procedures such as PROC PRINT or PROC FREQ in the Program Editor, your Output window might display the following error message:
Error: Proc xxxxx suspended in the Output window.
If this message is displayed, press the F3 key to enable the next procedure to run.
This behavior is expected if you have AUTOSCROLL set to a non-zero number. The AUTOSCROLL option enables you to specify the number of lines printed in the specified window at one time. Once the number of lines is reached, the processing of the current PROC is suspended, enabling review of the new text in the log or output window. After you review the contents of the window, press the F3 key to continue processing until the next specified number of lines is reached. This continues until all the code is processed.
In the Windows environment, the default value for the AUTOSCROLL command in the OUTPUT window is 0. A setting of 0 ensures that no output is written to the window while statements are executing, which provides the best performance. The default value for the LOG window is half the number of lines of the LOG window when SAS is started.
To enable all the procedures to run without having to press F3, issue the following command at the command line in the Output window:
autoscroll 0; wsave
Or do the following:
- Select Tools ► Options ► Preferences.
- Click the Advanced tab. You will see the Scrolling Options for Output (default is 0).
Keep the default settings for the best performance.
Scrolling can increase the length of time that SAS takes to run your program. The less scrolling that the LOG and OUTPUT windows have to do, the faster your program runs.
Operating System and Release Information
| SAS System | Base SAS | Microsoft Windows 95/98 | | | 8.1 TS1M0 | |
| Microsoft Windows NT Workstation | | | 8.1 TS1M0 | |
| Microsoft Windows 2000 Datacenter Server | | | 8.1 TS1M0 | |
| Microsoft Windows 2000 Professional | | | 8.1 TS1M0 | |
| Microsoft Windows 2000 Server | | | 8.1 TS1M0 | |
| Microsoft Windows 2000 Advanced Server | | | 8.1 TS1M0 | |
| Microsoft® Windows® for 64-Bit Itanium-based Systems | 9.2 | | | |
| Microsoft Windows Server 2003 Datacenter 64-bit Edition | 9.2 | | | |
| Microsoft Windows Server 2003 Enterprise 64-bit Edition | 9.2 | | | |
| Microsoft Windows XP 64-bit Edition | 9.2 | | | |
| Microsoft® Windows® for x64 | 9.2 | | | |
| Microsoft Windows Server 2012 R2 Datacenter | 9.3_M2 | | 9.3 TS1M2 | |
| Microsoft Windows Server 2012 Datacenter | 9.3_M2 | | 9.3 TS1M2 | |
| Microsoft Windows 8.1 Pro x64 | 9.3_M2 | | 9.3 TS1M2 | |
| Microsoft Windows 8.1 Pro 32-bit | 9.3_M2 | | 9.3 TS1M2 | |
| Microsoft Windows 8.1 Enterprise x64 | 9.3_M2 | | 9.3 TS1M2 | |
| Microsoft Windows 8.1 Enterprise 32-bit | 9.3_M2 | | 9.3 TS1M2 | |
| Microsoft Windows 8 Pro x64 | 9.3_M2 | | 9.3 TS1M2 | |
| Microsoft Windows Server 2003 Datacenter Edition | 9.2 | | | |
| Microsoft Windows Server 2003 Enterprise Edition | 9.2 | | | |
| Microsoft Windows Server 2003 Standard Edition | 9.2 | | | |
| Microsoft Windows Server 2003 for x64 | 9.2 | | | |
| Microsoft Windows Server 2008 | 9.2 | | | |
| Microsoft Windows Server 2008 R2 | 9.2 | | | |
| Microsoft Windows Server 2008 for x64 | 9.2 | | | |
| Microsoft Windows 8 Pro 32-bit | 9.3_M2 | | 9.3 TS1M2 | |
| Microsoft Windows 8 Enterprise x64 | 9.3_M2 | | 9.3 TS1M2 | |
| Microsoft Windows 8 Enterprise 32-bit | 9.3_M2 | | 9.3 TS1M2 | |
| Microsoft Windows XP Professional | 9.2 | | | |
| Windows 7 Enterprise 32 bit | 9.2 | | | |
| Windows 7 Enterprise x64 | 9.2 | | | |
| Windows 7 Home Premium 32 bit | 9.2 | | | |
| Windows 7 Home Premium x64 | 9.2 | | | |
| Windows 7 Professional 32 bit | 9.2 | | | |
| Windows 7 Professional x64 | 9.2 | | | |
| Windows 7 Ultimate 32 bit | 9.2 | | | |
| Windows 7 Ultimate x64 | 9.2 | | | |
| Windows Millennium Edition (Me) | 9.2 | | | |
| Windows Vista | 9.2 | | | |
| Windows Vista for x64 | 9.2 | | | |
| Microsoft Windows Server 2012 R2 Std | 9.3_M2 | | 9.3 TS1M2 | |
| Microsoft Windows Server 2012 Std | 9.3_M2 | | 9.3 TS1M2 | |
| Microsoft Windows 10 | 9.4_M3 | | 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.
| Date Modified: | 2019-09-06 14:40:25 |
| Date Created: | 2000-10-12 08:27:35 |