Problem Note 68163: The TERMSTMT= system option is listed twice in the SASĀ® log after you submit an ENDSAS statement
During a SAS session, if you submit an ENDSAS statement with code that contains the SAS system option TERMSTMT, the TERMSTMT option appears twice in the output. An example of code that causes this problem is below:
// OPTIONS='TERMSTMT="%PUT TERMSTMT;ENDSAS;" '
In the SAS log, as shown here, the TERMSTMT option appears twice:
DATA _NULL_;
PUTLOG 'THIS IS A TEST.';
RUN;
THIS IS A TEST.
NOTE: The DATA statement used 0.01 CPU seconds and 18954K.
NOTE: The address space has used a maximum of 900K below the line and 20924K above the line.
TERMSTMT
TERMSTMT
Click the Hot Fix tab in this note to access the hot fix for this issue.
Operating System and Release Information
SAS System | Base SAS | z/OS 64-bit | 9.4_M7 | 9.4_M8 | 9.4 TS1M7 | 9.4 TS1M8 |
z/OS | 9.4_M7 | 9.4_M8 | 9.4 TS1M7 | 9.4 TS1M8 |
*
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 |
Date Modified: | 2021-07-28 09:39:40 |
Date Created: | 2021-07-19 14:20:01 |