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 (October 2000, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Sun, 15 Oct 2000 19:51:17 -0400
Reply-To:     paula <icj808@USWEST.NET>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         paula <icj808@USWEST.NET>
Subject:      SAS/connect, a beginner's confusion

I ran SignOn successfully to a remote NT server with much better resources than the NT client that initiates the SignOn.

SAS support said if I want to run SAS program, i need to now pretend sitting in front of the remote site. So I pretend.

The source EBCDIC sits at D drive of the remote NT box, which is mapped to the NT client as a Y drive. Ok, I am pretending, so write down the Infile as

Infile 'd:\ebceid1'....;

After using Rsubmit to run it, SAS said the file can not be found.

Similarly, when I change the library reference from

Libname lab1 'y:\sas\';

to

Libname lab1 'd:\sas'; (remember I am 'sitting' in front of the remote server)

SAS said Invalid library location.

So I change back to as if sitting in front of the client and change back all the reference details. And I still use Rsubmit to run the programs. This time, SAS does not reject anything, but runs about 10 more slowly than if the Rsubmit is used to run it.

I have read a lot of SASDoc so far.My test shows that synchro or asynchro does not make any difference. Also seen in my tests, the CPU usage at the client NT workstation is always running at a higher percentage than the remote NT server. The remote server has 2GB memoery and about 180GB HD available, which the client only has 256MB and 32GB.

Any help is appreciated.

Paula D


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