sas
How to suppress error messages from SAS proc sql execute statement
I use SAS proc sql execute statement to run sql and access tables on Oracle server. In order to let the script run automatically, I normally drop tables or indice before creating them. Sometimes howev[详细]
2023-03-27 10:55 分类:问答Oracle connection in SAS
I am using this oracle connection code in sas and getting this error: ORACLE prepare error: ORA-06553: PLS-306: wrong number or types of arguments in call to \'get_pat_fix\';[详细]
2023-03-26 21:08 分类:问答Supressing Warning statements in SAS
Are there any system options available that\'ll suppress warning messages? Our license ends in 45 days, so any dat开发者_如何学Pythona or proc step we use, a 4 line warning message appears, greatly[详细]
2023-03-26 20:05 分类:问答SAS EG image in footnote
i would like to insert an image in the footnote. What command should i use ? For example , my image file is locate at \"C:\\Image\\img开发者_运维百科_footnote.jpg\".[详细]
2023-03-26 06:26 分类:问答Insert datetime value into SAS table via C# .NET OLEDB SQL
Description: I have some C# code that creates a new table on my SAS server using OLEDB: \"CREATE TABLE SASUSER.\" + tableName + \" (time DATETIME, value NUM)\";[详细]
2023-03-24 14:22 分类:问答How to prepare string in SAS to insert into teradata
Doe开发者_高级运维s anyone know how to prepare a string in SAS for insert into external database(teradata for ex.)[详细]
2023-03-23 23:45 分类:问答Insert table data from .NET dataset into SAS data file via OLEDB
I have C# .NET code with a DataSet (System.Data.DataSet) containing one table of data, and I\'m trying to create a new SAS data table on a SAS server and then push the data into it using C#.[详细]
2023-03-23 13:03 分类:问答SAS I want to use an iteration variable to declare variables on a data set [closed]
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari[详细]
2023-03-19 11:14 分类:问答Deleting all datasets in a library
This probably has a really simple answer. How would I go about deleting all the datasets in a library? I did something like[详细]
2023-03-19 08:04 分类:问答