|
More site info...
SAS Enterprise Guide
| Forum profile
|
|
Forum profile page for SAS Enterprise Guide
on http://www.sas.com.
This report page is the aggregated overview from a single forum: SAS Enterprise Guide
, located on the Message Board at http://www.sas.com.
This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period.
Additional forum profile information for "SAS Enterprise Guide
" on the Message Board at http://www.sas.com is also shown in the following ways:
1) Latest Active Threads
2) Hot Threads for Last Week
Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.
|
|
|
|
|
Posting activity on SAS Enterprise Guide
:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
18
|
82
|
187
|
|
Post:
|
33
|
132
|
319
|
|
|
SAS Enterprise Guide
Posting activity graph:
|
Top authors during last week:
user's latest post:
How do I add a SAS editor...
Published (2009-11-24 16:15:00)
Okay, okay. The magic number is.... 6 Recommend that you set the properties in this order (assuming you like your log view to be read-only): editor.ReadOnly=true; editor.SetLanguage(6); Chris
user's latest post:
SPSS code to SAS code
Published (2009-11-24 10:22:00)
Replied in the other thread you posted this on...
user's latest post:
Format and informat of the drill...
Published (2009-11-29 01:19:00)
Sounds to me like note 15453 which got fixed with Service Pack 3: http://support.sas.com/kb/15/453.html http://ftp.sas.com/techsup/download/hotfix/e9_sp_fixes.html Let us know if you're environment is on this fix level but you still have the issue. HTH Patrick
user's latest post:
benchmarking EG and SAS
Published (2009-11-23 06:40:00)
As per Chuck's comments I would recommend engaging your local SAS representative with regards to a SAS lead architecture assessment, performance review and/or stress testing exercise.
user's latest post:
How do I add a SAS editor...
Published (2009-11-24 12:08:00)
Please, in the future, create a new forum post, rather than piggy-backing on a 3 year old post from another individual -- it's realistic to paste a link to the prior post but to simply REPLY to someone else's closed post is unreasonable. Scott Barry SBBWorks, Inc.
user's latest post:
SAS Automation
Published (2009-11-25 11:50:00)
I had another thought about this. In batch mode, I am able to start the application and choose a code file. The error occurs when I try to run that code file, since I have no connection to the server. Is there a way to choose the server, and set the credentials in the process?
user's latest post:
XCMD in Enterprise Guide 4.2
Published (2009-11-20 11:23:00)
Chris, The change in the registered SAS command that SAS Enterprise Guide uses did the trick, all other suggestions are based on a situation where a server is in place. My situation is a standalone desktop where both SAS Base and SAS Enterprise Guide are installed. Thanks again. Henk PS, I bookmarked the sasdummy website for further references.
user's latest post:
SAS Enterprise Guide Automation...
Published (2009-11-24 01:52:00)
Hi, Thanks! This version is working perfectly! Your help on this issue is greatly appreciated. Kind Regards Willie
user's latest post:
SPSS code to SAS code
Published (2009-11-24 04:24:00)
hello all has there been an update regarding conversion of SPSS codes to SAS codes? Is that possible? I am considering purchasing SAS given that SPSS code conversion to SAS is possible. Regards Pablo
|
|
|
|
Latest active threads on SAS Enterprise Guide
::
Started 3 days, 5 hours ago (2009-11-28 00:48:00)
by Patrick
Which SAS version are you using?
Started 3 days, 7 hours ago (2009-11-27 22:44:00)
by Patrick
Just a theory: Try: %put %str(¯oname);
Started 1 week, 5 days ago (2009-11-18 19:38:00)
by Chris@SAS
Chris, Try the instructions in: http://support.sas.com/kb/30/917.html This will require that you have the most recent hotfixes for EG 4.1. Chris
Started 1 week, 5 days ago (2009-11-18 08:41:00)
by Chris@SAS
If you are using EG 4.2, you can use the new SAS.Tasks.Toolkit library to simplify this. The control you want is in SAS.Tasks.Toolkit.dll, and the control is: SAS.Tasks.Toolkit.Controls.SASTextEditorCtl It has a property that you can set: ContentType = SAS.Tasks.Toolkit.Controls.SASTextEditorCtl.eConte ntType.SASProgram; or ContentType = SAS.Tasks.Toolkit.Controls....
Started 1 year, 3 months ago (2008-08-25 15:10:00)
by Doc@Duke
Lyn, There are tools for data conversion, but I am unaware of tools for code conversion. StatTransfer and DBMSCopy come to mind for data conversion. Also SAS 9.2 will, I believe, read SPSS datasets. For code conversion, it's pretty straightforward. This is mostly the equivalent of a DATA step. One thing to note is that SPSS stores the value labels in with the data and ...
Started 6 days, 19 hours ago (2009-11-24 10:22:00)
by RichardH@sas
Replied in the other thread you posted this on...
Started 1 week, 4 days ago (2009-11-19 09:39:00)
by Chris@SAS
SEG4AssemblyResolver. cs
(2.0 K)
Started 1 week ago (2009-11-23 11:27:00)
by RichardH@sas
I think you'd have to write code to do this -- I can't think of a feature to export a fixed-width file. You could use the DATA step as follows (simple example): data _null_; set sashelp.class; file "C:\test.txt"; put @1 height @10 name; run;
Started 1 year, 7 months ago (2008-04-14 04:33:00)
by Shane Gibson
A few SAS Administrators I know rave about this course as a great platform administration course: http://www.sas.com/apps/wtraining2/coursedetails.j sp?ctry=us&course_code=PAFAST But it is a Metadata Server centric course.
Started 1 year, 8 months ago (2008-03-12 12:03:00)
by Chuck
MOM, BMC Best1 (Performance Assurance for Servers), Teamquest, HP measureware (glance+, + ?), Tivoli, others are vendor tools for gathering system performance metrics and aid in doing system performance analysis. Native to Windows is the Performance monitor (PerfMon). Native to Unix are sar, vmstat, iostat. Additional Unix tools may be pstat, prstat, top, topas, nmon. Best ...
|
|
Hot threads for last week on SAS Enterprise Guide
::
Started 1 year, 3 months ago (2008-08-25 15:10:00)
by Doc@Duke
Lyn, There are tools for data conversion, but I am unaware of tools for code conversion. StatTransfer and DBMSCopy come to mind for data conversion. Also SAS 9.2 will, I believe, read SPSS datasets. For code conversion, it's pretty straightforward. This is mostly the equivalent of a DATA step. One thing to note is that SPSS stores the value labels in with the data and ...
Started 3 days, 5 hours ago (2009-11-28 00:48:00)
by Patrick
Which SAS version are you using?
Started 1 week ago (2009-11-23 11:27:00)
by RichardH@sas
I think you'd have to write code to do this -- I can't think of a feature to export a fixed-width file. You could use the DATA step as follows (simple example): data _null_; set sashelp.class; file "C:\test.txt"; put @1 height @10 name; run;
Started 1 week, 5 days ago (2009-11-18 08:41:00)
by Chris@SAS
If you are using EG 4.2, you can use the new SAS.Tasks.Toolkit library to simplify this. The control you want is in SAS.Tasks.Toolkit.dll, and the control is: SAS.Tasks.Toolkit.Controls.SASTextEditorCtl It has a property that you can set: ContentType = SAS.Tasks.Toolkit.Controls.SASTextEditorCtl.eConte ntType.SASProgram; or ContentType = SAS.Tasks.Toolkit.Controls....
Started 1 week, 4 days ago (2009-11-19 09:39:00)
by Chris@SAS
SEG4AssemblyResolver. cs
(2.0 K)
Started 3 days, 7 hours ago (2009-11-27 22:44:00)
by Patrick
Just a theory: Try: %put %str(¯oname);
Started 1 year, 7 months ago (2008-04-14 04:33:00)
by Shane Gibson
A few SAS Administrators I know rave about this course as a great platform administration course: http://www.sas.com/apps/wtraining2/coursedetails.j sp?ctry=us&course_code=PAFAST But it is a Metadata Server centric course.
Started 6 days, 19 hours ago (2009-11-24 10:22:00)
by RichardH@sas
Replied in the other thread you posted this on...
Started 1 week, 5 days ago (2009-11-18 19:38:00)
by Chris@SAS
Chris, Try the instructions in: http://support.sas.com/kb/30/917.html This will require that you have the most recent hotfixes for EG 4.1. Chris
Started 1 year, 8 months ago (2008-03-15 13:48:00)
by Doc@Duke
I'm confused by this question. EG is a client tool and doesn't seem to use all that much memory. BI is a different product and is off-topic for this forum.
|
|