BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
jaclynluu
Calcite | Level 5

Hello,

 

It seems that I have come across an issue in SAS Enterprise Guide after upgrading my PC to Windows 10.  The lines within my log are cut off too quickly and begin a new line.  I want to condense the line breaks.  See below text.  Rather than cutting off the sentence, I want the entire sentence to be a single line (i.e. NOTE: The data set WORK.APCADJ_DDHS has 4725 observations and 13 variables is split between lines 7 and 8. I want it as a single line (just line 7) versus the current statement that separates it into 2 lines.  Is there a way to lengthen the character limit of lines?  Thank you!

 

 ------------ 

1  NOTE: There were 5891 observations read from the data set

2     WORK.ADJ_DDHS.

3  NOTE: There were 4989 observations read from the data set

4      WORK.APC_DDHS.

5  NOTE: The data set WORK.APCADJ_DDHS has 4725 observations and

6      13 variables.

7  NOTE: The data set WORK.NO_APC has 1166 observations and 13

8     variables.

9  NOTE: The data set WORK.NO_ADJ has 264 observations and 13

10      variables.

11 NOTE: DATA statement used (Total process time):

12     real time           0.02 seconds

13     cpu time            0.01 seconds

1 ACCEPTED SOLUTION

Accepted Solutions
10 REPLIES 10
jaclynluu
Calcite | Level 5

Thanks for the quick reply Reeza!  I've tried "options linesize = max," but it didn't change anything.  Is there another option that I can use?

VDD
Ammonite | Level 13 VDD
Ammonite | Level 13

try this.

using your mouse right click in your log window, then select tools, options, log and then try to change the line size on the display tab.

 

jaclynluu
Calcite | Level 5

Hi VDD,

 

There is no "tools" options when I right-click in my log window and I even went to the top drop-down menus and clicked tools and options but there is no option for me to change the line size on the display tab.  Is there anything else I can try?

 

Thanks!!

Patrick
Opal | Level 21

You can change the default under Tools/Options as shown below.

Capture.JPG

jaclynluu
Calcite | Level 5

Thank you so much, Patrick!  I believe this worked!

VDD
Ammonite | Level 13 VDD
Ammonite | Level 13

in EG you can select tools, system options, display, log list control, linesize

 

ChrisHemedinger
Community Manager

Actually, I think @Reeza had it right with:

 

options linesize=max;

 

or the shorthand:

 

options ls=max;

But then you need to rerun the program that generates the log.  The LINESIZE option affects only log output that's generated after you change the option value.  

Check out SAS Innovate on-demand content! Watch the main stage sessions, keynotes, and over 20 technical breakout sessions!
Patrick
Opal | Level 21

@ChrisHemedinger

But setting this via EG options should work as well, shouldn't it?

andreas_lds
Jade | Level 19

@Patrick wrote:

@ChrisHemedinger

But setting this via EG options should work as well, shouldn't it?


Yes, works with EG 7.15.

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

SAS Enterprise Guide vs. SAS Studio

What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 10 replies
  • 1851 views
  • 8 likes
  • 6 in conversation