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 (July 2008, week 5)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Tue, 29 Jul 2008 13:23:12 +0100
Reply-To:     Ian Wakeling <Ian.Wakeling@HANANI.QISTATS.CO.UK>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Ian Wakeling <Ian.Wakeling@HANANI.QISTATS.CO.UK>
Subject:      Re: I need help with proc IML
In-Reply-To:  <200807290929.m6SNgIuS020653@malibu.cc.uga.edu>
Content-Type: text/plain; charset="us-ascii"

Erwan,

Have a look at call execute.

In particular you can code someting like this:

i=1; s=concat('use test',char(i,1),';'); call execute(s);

Ian.


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