Date: Tue, 4 Mar 2003 12:35:49 +0100
Reply-To: Jim Groeneveld <J.Groeneveld@ITGROUPS.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Jim Groeneveld <J.Groeneveld@ITGROUPS.COM>
Subject: Re: Can I save segments of a log
Content-Type: text/plain; charset="iso-8859-1"
Dear Jamie,
I have not tested it, but you could try to write to different, incremental
log files using PROC PRINTTO. Jiggle with some macro code for incrementing
numbers and insert (looping) PROC PRINTTO's, each of which to write to for a
certain amount of time or code or looping code. This should result in some
number of log files, of which you may study the closed ones during the
process.
Good luck; let me know whether this has worked.
Regards - Jim.
--
Y. (Jim) Groeneveld, MSc IMRO TRAMARKO tel. +31 412 407 070
senior statist./data man. P.O. Box 1 fax. +31 412 407 080
J.Groeneveld@ITGroups.com 5350 AA BERGHEM, NL www.imrotramarko.com
IF Annoying=T THEN Salutation=''; ELSE IF Sex='M' THEN Salutation='Hi'; ELSE
IF Sex='F' THEN Salutation='Dear'; ELSE /* unknown, more, all */
Salutation='Hallo';
Notice of confidentiality: this e-mail may contain confidential information
intended for the addressed recipient only.
If you have received this e-mail in error please delete this e-mail and
please notify the sender so that proper delivery can be arranged.
> -----Original Message-----
> From: Jamie [mailto:longj@AISL.UK.COM]
> Sent: 04 March 2003 10:46
> To: SAS-L@LISTSERV.UGA.EDU
> Subject: Can I save segments of a log
>
>
> I have a SAS job that runs over a period of about 48 hours. Is it
> possible to save the log at Intervals so I can check that it has run
> correctly while the rest of the program is still running?
>
> Any Help would be greatfully Appreciated.
>
> Thanks on advance
>
> Jamie
>