LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (September 1996, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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


Back to: Top of message | Previous page | Main SAS-L page