Date: Fri, 13 Sep 1996 09:42:44 -0400
Reply-To: "David H. Zepp" <DZepp1@GNN.COM>
Sender: "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From: "David H. Zepp" <DZepp1@GNN.COM>
Organization: GNN
Subject: Global Lists in SAS/AF
Hello all,
I have come across a situation which could be solved by using an global
list; however, I have yet to figure out how to reference that list outside of
the local environment. Basically the list behaves in the same manner as a
list created using a regular makelist() function. Any advice or suggestions
would be helpful. I have tried creating my global list in the following ways:
g_list=makelist(0,'G');
< set stuff in the list >
-and-
e_list=envlist('G');
< set stuff in the list >
Any help would be nice. The lists do exist but I can't reference them
outside of the current Frame.
-TKS
David
|