Date: Thu, 23 Sep 2004 03:41:22 -0700
Reply-To: Andrea <space@ICE.IS>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Andrea <space@ICE.IS>
Organization: http://groups.google.com
Subject: Re: AF window refresh during long macro execution
Content-Type: text/plain; charset=ISO-8859-1
What version of SAS ?
SAS Release 8.01 TS level 01MO
Was the frame develop in v6 ?
The frame uses objects from sashelp.fsp.AFcomponents.resource
of SAS Release 8.01 TS level 01MO
What platform (Windows, Xterm /Unix) ?
Microsoft Windows NT 4.00.1381
Does %longRunningMacro do any DM statements, proc displays
or other windowing invocation (%window or window statements) ?
No...it does statistical calculations (reads and writes from SAS datasets)
How is a new window opened (by the macro or by the user ?)
by the user...es. notepad.exe...if opened and closed, it leaves a black
area on the covered portion of the AF window
How is the AF app started Proc Display, AFA C= or AF C= command)?
it is started from program editor using
dm 'icon all; cle; af appl cat=scl.appl.main.frame';