BookmarkSubscribeRSS Feed
garag
Calcite | Level 5

Hi,

recently I've changed the font of my log window but after then it is always empty.

Also if I sumbit some code, nothing appears in Log windows.

I've tried to rollback the font to the default one but the problem doesn't go away.

Could some one give me some check to do in my system in order to understand what is wrong?

Many thanks.

11 REPLIES 11
Hima
Obsidian | Level 7

Can you try the below and see if it works by any chance?

Help pull-down menu and select "Show Application Log".

garag
Calcite | Level 5

Hi Hima,

Where I can find "Show Application Log"? In my menu I've Help but in the Help button drop down I can find only the voices attached into the picture.

It seems there is no "Show Application Log"

thanks


Log.JPG
Hima
Obsidian | Level 7

Try logging off from SAS and restart your pc. Lets see if that works.

garag
Calcite | Level 5

I'm sorry but I didn't work.

Do you think it could be referred to DISPLAY setting?

ballardw
Super User

Does output from PROC OPTIONS show in the log?

garag
Calcite | Level 5

No it doesn't.

Running

proc options;

run;

the log window still remain empty.

Thanks

art297
Opal | Level 21

I have to wonder if your log is being redirected in either your config or autoexec file.  The process for doing so is described at: http://support.sas.com/documentation/cdl/en/basess/58133/HTML/default/viewer.htm#a001330273.htm

An easy check would be to run:

proc printo;

run;

And then run something else and see if it appears in your log.

twocanbazza
Quartz | Level 8

did you change the colour to white at the same time as the font Smiley Wink

Barry

art297
Opal | Level 21

Since Barry mentioned one of the obvious possibilities, given the way you asked the question, I have to ask another:  have you tried to click on View Log from the menu at the top of the screen?

garag
Calcite | Level 5

I've tried to following code:

proc printto print='mypath/aaa.txt' new;
run;

proc print data=mydata;
   title 'bla bla bla';
run;

It created a file in

'mypath/aaa.txt' with rows contained in the dataset mydata.

After this, I run

proc printto;
run;

and then run again

proc print data=mydata;
   title 'bla bla bla';
run;

but nothing has appeared in my log window.

The very strange thing is that sometimes, when I click on Edit --> Clear All in log window, appears the row

NOTE: Line have been cleared.

Some other time, if I close the log window, try to re-open it and try to click on Edit --> Clear All, the sentence above does not appear

Hima
Obsidian | Level 7

If this issue still exists open a ticket with  SAS support. They can help you.

http://support.sas.com/techsup/contact/

sas-innovate-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

Register now!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

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
  • 11 replies
  • 12961 views
  • 0 likes
  • 5 in conversation