1
vote
0answers
21 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
20 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 …
1
vote
0answers
46 views
Calculating an exact Standardized Mortality Ratio (SMR)
Has anyone operationalized Liddell's exact SMR from his '84 paper? Liddell FD. Simple exact analysis of the standardised mortality ratio. Journal of Epidemiology and Community Heal …
1
vote
0answers
35 views
Review of PROC NLP code?
Could anyone help to review the code below?
The output seems incorrect.
proc nlp data=nls.ht tech=nmsimp vardef=n covariance=h pcov phes;
max loglik;
parms x1=0.00000502 …
0
votes
1answer
7 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
6 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 …