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 2001, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Thu, 7 Jun 2001 14:19:32 +0100
Reply-To:     "Dick, Paul" <Paul.Dick@UK.NYCOMED-AMERSHAM.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         "Dick, Paul" <Paul.Dick@UK.NYCOMED-AMERSHAM.COM>
Subject:      Help with accessing Oracle Clinical using SAS
Content-Type: multipart/alternative;

Hi SAS-L,

The OC consultant here is having difficulty running the sas programs OC assembles to create sas datasets.

the code starts like this

libname extract '/fal024/u01/app/opapps/sas_views/sas_view/ocn2/training_std/current/'; proc sql; connect to oracle(path='OCN2'); create view EXTRACT.AE as select STUDY as STUDY label ="Clinical Study" format $15. .... rest of variables

finishes from TRAINING_STD$CURRENT.AE); disconnect from oracle; quit;

The problem is when I try to run this on the same unix system it comes up with errors. There is obviously something i need to add to the program eg what OCN2 is. Also what SAS modules do i need for this operation.

Thanks in advance, Paul.


[text/html]


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