Date: Tue, 7 Aug 2001 06:34:34 -0400
Reply-To: Richard DeVenezia <radevenz@IX.NETCOM.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Richard DeVenezia <radevenz@IX.NETCOM.COM>
Organization: MindSpring Enterprises
Subject: Re: CALL WNAME problem
Nathalie:
WNAME() works as expected for me.
Try placing this statement
put dsname=;
before the wname statement, to ensure you are being passed a non-blank
value.
An alternative is to set the Exercise4 frame title (use property editor to
set frame/attributes/appearance/title) to something like
"This is the default title".
If the frame is opened showing a blank title, you know WNAME() worked and
the frame was passed a blank value.
--
Richard DeVenezia - SAS Macros and AF Tools
http://www.devenezia.com
"Bini, Nathalie" <Nathalie.Bini@SOLIDPARTNERS.BE> wrote in message
news:1A3EBB6E9CA3D211A88D00A0C94C2658234C77@OBELIX...
> Hi,
>
> I'm working with SAS 8.2 in SAS/AF and I have a problem when I call WNAME.
> My syntax seems to be correct, but the window title doesn't appear, it
stays
> blank.
>
snip...
|