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 (June 1997, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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


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