User talk:Kimlebouton

From sasCommunity

Jump to: navigation, search

Hi Kim, I see what you are asking now.. the email address that is sent with Watch list pages is still webmaster@sascommunity.org. You may want to try clicking on mywatchlist in the top nav and then marking 'all pages visited'. Sometimes, if you are sent a page in email and don't click the link to visit it, the watchlist doesn't send (I have had that happen). I need to also find out if when individuals make changes to their own pages that are being watched if they get a message (I'm not sure if that happens or not). I'll check more into this early next week, too.

Lainie


Hi Kim, I'm responding to your question "What email address is used with sascommunity.org to announce wiki watch pages? I just realized I haven't been getting them for a long time."

I'd recommedind checking to make sure your preferences are set up to receive emails. Click My Preferences in the Top Nav to double-check you email address and also check your watchlist. Please also click 'My Watchlist' on the top nav and make sure you see the text that says "E-mail notification is enabled." It may be that the pages you are watching have not been changed in some time.

Let me know if that helps.. Thanks for writing me..

Lainie --LainieH 13:39, 22 October 2009 (UTC)



KJL Cheat Sheet

Make directories in Windows:

Source-SAS Technical Support

filename sascbtbl temp;
data _null_;
infile cards;
file sascbtbl;
input;
put _infile_;
cards4;
Routine CreateDirectoryA
 minarg=2
 maxarg=2
 stackpop=called
 module=kernel32
 returns=long;
arg 1 input        format=$cstr20.;
arg 2 input        format=pib4.; 
;;;;

%macro repeat;
  %do i=1 %to &end;
   data _null_;
    length dir $20;
    x "cd <dir>:<folders>";
    dir="<dir>:%str(&&dlr&i)";
    u = modulen("kernel32,CreateDirectoryA",dir,1);
    put u= dir=;
  run;
%mend repeat;

/* SAS Tips */

Interesting site

Personal tools