SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 68163: The TERMSTMT= system option is listed twice in the SAS® log after you submit an ENDSAS statement

DetailsHotfixAboutRate It

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

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemBase SASz/OS 64-bit9.4_M79.4_M89.4 TS1M79.4 TS1M8
z/OS9.4_M79.4_M89.4 TS1M79.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.