My Oracle Support Banner

Normlab.Sas And Normdata.Sas Do Not Contain Select Statements In Oc 4.6 (Doc ID 1324354.1)

Last updated on FEBRUARY 19, 2019

Applies to:

Oracle Clinical - Version 4.6.0 and later
Information in this document applies to any platform.

Symptoms


=== ODM Issue Clarification ===

ISSUE:
-------
The select statement does not appear in the Oracle Clinical 4.6 normdata.sas and normlab.sas files.

normdata.sas (4.6)

'c:\opa46\opapps46server\sas_view\xxxx\demo01\current\';
proc sql;
connect to oracle(path='xxxx') ;

disconnect from oracle;
quit;

normlab.sas (4.6)

libname extract 'c:\opa46\opapps46server\sas_view\xxxx\demo01\current\';
proc sql;
connect to oracle(path='xxxx') ;

disconnect from oracle;
quit;


Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.