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 (January 2000, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Fri, 7 Jan 2000 07:58:48 +0100
Reply-To:     nicolas.pont@UNICIBLE.CH
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         nicolas.pont@UNICIBLE.CH
Subject:      Remote off
Content-type: text/plain; charset=us-ascii

Hello,

I'm programming in scl and I use the command "CALL EXECCMDI("remote off"), now I would like to use remote off with SAS/BASE, How can I do it ? Which command in SAS/BASE is the similar that call execcmdi ?

Just now, i try this :

data _null_ ; remote off ; run ;

remote off ; run;

etc

Thanks in advance


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