In SAS, you can clear log and output windows by pressing CTRL E shortcut. You can accomplish the same task with SAS code.
1. Clearing Log Window
2. Clearing Output Window
3. Clearing both Log and Output Windows
![]() |
SAS : Clearing Log and Output Windows |
1. Clearing Log Window
DM "log; clear; ";
2. Clearing Output Window
DM "output;clear";
3. Clearing both Log and Output Windows
DM log "OUT;CLEAR;LOG;CLEAR;";
Once you have that log monitoring tool, you can give it to Nagios to run at any time, and Nagios will schedule it to be kicked off at regular intervals. seo log analyzer
ReplyDelete1 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;
ReplyDelete72
73 data readin;
74 input ID Name $ Score;
75 cards;
please explain... what shows 72 73 74 75