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
|