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 (December 2001, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Wed, 26 Dec 2001 12:40:33 -0500
Reply-To:   meshkp@PJM.COM
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   meshkp@PJM.COM
Subject:   SAS JOB SCHEDULE on Win NT anyone

Hello , I am trying to batch submit a SAS job using Windows NT(explorer) scheduler on NT server. I tested the batch file and it works with out errors. And I also successfully schedule SAS job on My NTWORKSTATION it works fine. But when it comes to schedule a SAS job on NT server the SAS job simply hangs. I take the following steps. 1) Created a batch file called "RUN.BAT" * In file I wrote everything in one line the following: "D:\Program Files\SAS\V8\sas.exe" -sysin "path to sas code\somecode.sas " -config "path to my config file\SASV8.CFG" -autoexec "path to my autoexec file\autoexec.sas" -log "path to my log file\somecode.log" -print "path to my list file \somecode.lst" 1) Using a explorer scheduler I selected my run.bat file and set it to run for a particular time 2) When the job executes it just hangs there 3) Nothing is written to SAS log 4) Yes I have tested the batch file it works fine along side with my SAS code

Does anybody has any Idea what I can do? Thanks.

Paul Meshkovsky SAS Data Warehouse Analyst. PJM Interconnection LLC (610) 666-4646


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