Problem Note 70027: SAS® Studio displays only a few lines of the log when you choose to truncate
In SAS® Studio 5.2, when you generate a large log from a program submission, you might receive the following pop-up message:

If you choose truncate, only a few lines of the log are displayed instead of the intended 100,000 lines.
A hot fix is planned for this issue.
After you apply the hot fix, the log truncates after displaying 100,000 lines. In the program log, the following message occurs:

In either case, in order to see the entire log, use the PRINTTO procedure to redirect the log to a file, as shown in the following example:
proc printto log=<path and filename>; run;
The entire log is written to that file, and all logs will continue being written to that file until you submit the following:
proc printto; run;.
Operating System and Release Information
SAS System | SAS Studio for Viya | Microsoft® Windows® for x64 | 5.2 | | Viya | |
Linux for x64 | 5.2 | | Viya | |
*
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: | 2023-05-10 12:54:56 |
Date Created: | 2023-04-17 15:03:20 |