Date: Fri, 20 Jun 1997 15:21:53 +0100
Reply-To: "M. Esther Colwell" <mec7@ITSA.UCSF.EDU>
Sender: "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From: "M. Esther Colwell" <mec7@ITSA.UCSF.EDU>
Subject: Re: BATCH/INTERACTIVE mode recognition
Content-Type: text/plain; charset="us-ascii"
I can submit a SAS job from the DM to either a NT server or
my PC, both machines run version 6.11 on NT 4.0:
Results for remote submit:
963 data _null_ ;
964 put '&SYSENV: ' "&sysenv" ;
965 run ;
&SYSENV: BACK
Results for local submit:
207 data _null_ ;
208 put '&SYSENV: ' "&sysenv" ;
SYMBOLGEN: Macro variable SYSENV resolves to FORE
209 run ;
&SYSENV: FORE