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 (November 2001, week 5)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Fri, 30 Nov 2001 11:43:26 -0500
Reply-To:     "Droogendyk, Harry" <Harry.Droogendyk@CIBC.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         "Droogendyk, Harry" <Harry.Droogendyk@CIBC.COM>
Subject:      Re: win2000 server running disconnected from the desktop
Content-Type: text/plain; charset="iso-8859-1"

Kevin:

Initiate one remote process that submits two batch SAS processes on the server. When the two batch processes complete have them send an email ( with attached logs, lsts, datasets if required ) to the user who submitted the initial remote session.

Harry

-----Original Message----- From: Kevin Brunson [mailto:kbrunson@ND.EDU] Sent: November 30, 2001 11:39 AM To: SAS-L@LISTSERV.UGA.EDU Subject: win2000 server running disconnected from the desktop

Let me briefly describe the process: User starts a CONNECT session on their local PC to a server via TCP/IP. Next, two remote parallel processes execute on the server. After they finish more SAS appending and sorting code executes on the server. I can post sample code if this description is too vague.

We learned that 1) if the internet connection is broken (we simply unplugged the ethernet cable) the entire server program completes normally.

2) if the user quits their local SAS session, the server process terminates after the last remote rsubmit finishes. That is, the appending and sorting aren't performed (the output from the remote processes is correct and saved).

The question: For jobs that require many hours we want the user to have the opportunity to logoff from Windows and not kill the server process--think of UNIX background processing. Is it possible in SAS on WIN2000 to "trick" the server and disconnect without logging off? Available options are unpleasant to recommend to every professor who might use the system: unplug the ethernet cable, power down without shutting down, or End Task in Task Manager.

-- ----------------------------------------------------------- Kevin Brunson, Research Analyst 219-631-9448 314 Mendoza College of Business FAX 219-631-5255 Notre Dame, Indiana 46556 -----------------------------------------------------------


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