Problem Note 1295: SAS session may hang when SUBMIT CONTINUE STATUS block executes in INIT
If you execute a SAS/AF FRAME entry with a SUBMIT CONTINUE block that
uses the STATUS option from the INIT section, your SAS session may hang.
To circumvent the problem, execute the RESHOW command via CALL EXECCMDI
prior to the SUBMIT block as follows:
init:
call execcmdi('reshow;');
submit continue status;
/* your-SAS-statements */
endsubmit;
return;
Operating System and Release Information
| Product Family | Product | System | Reported Release | Fixed Release* |
| SAS System | SAS/AF | Microsoft Windows 95/98 | 8 TS M0 | 8.1 TS1M0 |
| Microsoft Windows NT Workstation | 8 TS M0 | 8.1 TS1M0 |
*
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.
| Type: | Problem Note |
| Priority: | medium |
| Topic: | SAS Reference ==> SCL (SAS Component Language)
|
| Date Modified: | 1999-10-27 00:00:00 |
| Date Created: | 1999-10-27 00:00:00 |