Unanswered Questions

2
votes
0answers
26 views

MySQL ODBC returning string with format=$HEX14.

Hi All The below passthrough query to a mySQL DB is for some reason assigning a HEX format to the second variable in the SAS dataset. I have just had to reinstall everything on m …
2
votes
0answers
19 views

Data step code for metadata administration

I am trying to find and/or create some (presumably DATA Step) code to create a metadata folder under an existing metadata folder, inheriting all access rights. I'm sifting through …
2
votes
0answers
58 views

Is there much of an Alt.SAS community out there? (i.e. Can SAS be replaced?)

SAS has been selling insanely awesome and high quality software for years. Unfortunately for many, SAS is also INSANELY EXPENSIVE. Sure, in large enterprises, the costs can often …
1
vote
1answer
42 views

Two Factor Factorial Design

Hi All, Just a quick question. SAS Can Be used t generate treatment combinations, But I have problem because I never analyzed data with factorial design more one treatment contro …
1
vote
0answers
25 views

VBA accessing SASWorkspacemanager not working with Excel 2007 Under Windows 7

I have the following code in VBA it works on Windows XP running Excel 2003. But under Excel 2007 under Windows 7 it pops a run time error '-2147213310 (80042002)': when running the …
1
vote
0answers
89 views

FileNotFoundException when using Enterprise Guide automation server with C#

Any idea why I get this exception when using C# to start up the Enterprise Guide automation server? Code: SAS.EG.Scripting.Application enterpriseGuide = new SAS.EG.Scripting.Appl …
1
vote
0answers
71 views

Automodel statement in Proc X12

I have a model with ARIMA errors. So I want to use automodel statement of Proc X12 in order to fit the model. But I don't know under which statement exactly I should enter the regr …
0
votes
1answer
37 views

How do I edit questions on run;submit?

I have entered an answer to a question, which was edited by some helpful other user. I would like to do an additional edit, since a problem remains. How do I do that? I also trie …
0
votes
0answers
13 views

S.E.M.M.A. Methodology

Hi Everyone, I have read somewhere that while being a very good methodology the Sample, Explore, Modify, Model, and Assess pushed implemented in EMiner also had some limitations. …
0
votes
0answers
139 views

OLEDB Excel Connection in Read-Only Mode?

I'm having trouble getting OLEDB for Excel to work in read-only mode. The document is usually accessed by another user, and I'd like to import its contents to SAS without needing t …