Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

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.

Site: SAS Discussion Forums - SAS Enterprise Guide
(site profile, domain info sas.com)
Title: SAS Enterprise Guide
Url: http://support.sas.com/forums/forum.jspa?forumI...
Users activity: 17 post per thread
Forum activity: 18 active threads during last week
 

Posting activity on SAS Enterprise Guide :

  Week Month 3 Months
Threads: 18 82 187
Post: 33 132 319
 

SAS Enterprise Guide Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
Chris@SAS
4
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
RichardH@sas
4
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...
Patrick
4
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
zafnie
3
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.
sbb
3
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.
cjohnson
3
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?
HenkT
2
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.
willieF
2
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
PABLO123
2
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
milts
2
user's latest post:
Format and informat of the drill...
Published (2009-11-28 19:58:00)
Hi Patrick, It's 9.1.3
 

Latest active threads on SAS Enterprise Guide ::

SAS Discussion Forums
Started 3 days, 5 hours ago (2009-11-28 00:48:00)  by Patrick
Which SAS version are you using?
Thread:  Show this thread (4 posts)   Thread info: Format and informat of the drill through table not applied Size: 138 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Format and informat of the drill through table not applied :: SAS Enterprise Guide
 :: SAS Discussion Forums"
SAS Discussion Forums
Started 3 days, 7 hours ago (2009-11-27 22:44:00)  by Patrick
Just a theory: Try: %put %str(&macroname);
Thread:  Show this thread (3 posts)   Thread info: Prompt Manager and macros Size: 167 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Prompt Manager and macros :: SAS Enterprise Guide
 :: SAS Discussion Forums"
SAS Discussion Forums
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
Thread:  Show this thread (6 posts)   Thread info: SAS Automation Size: 356 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: SAS Automation :: SAS Enterprise Guide
 :: SAS Discussion Forums"
SAS Discussion Forums
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....
Thread:  Show this thread (5 posts)   Thread info: How do I add a SAS editor control to my Custom Task for code preview Size: 613 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: How do I add a SAS editor control to my Custom Task for code preview :: SAS Enterprise Guide
 :: SAS Discussion Forums"
SAS Discussion Forums
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 ...
Thread:  Show this thread (7 posts)   Thread info: SPSS program to SAS program conversion Size: 655 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: SPSS program to SAS program conversion :: SAS Enterprise Guide
 :: SAS Discussion Forums"
SAS Discussion Forums
Started 6 days, 19 hours ago (2009-11-24 10:22:00)  by RichardH@sas
Replied in the other thread you posted this on...
Thread:  Show this thread (2 posts)   Thread info: SPSS code to SAS code Size: 155 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: SPSS code to SAS code :: SAS Enterprise Guide
 :: SAS Discussion Forums"
SAS Discussion Forums
Started 1 week, 4 days ago (2009-11-19 09:39:00)  by Chris@SAS
SEG4AssemblyResolver.cs (2.0 K)
Thread:  Show this thread (5 posts)   Thread info: SAS Enterprise Guide Automation using C# Size: 1,074 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: SAS Enterprise Guide Automation using C# :: SAS Enterprise Guide
 :: SAS Discussion Forums"
SAS Discussion Forums
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;
Thread:  Show this thread (3 posts)   Thread info: Export help Size: 390 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Export help :: SAS Enterprise Guide
 :: SAS Discussion Forums"
SAS Discussion Forums
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.
Thread:  Show this thread (6 posts)   Thread info: what are your ideal tools for sas enterprise administration on wintel? Size: 457 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: what are your ideal tools for sas enterprise administration on wintel? :: SAS Enterprise Guide
 :: SAS Discussion Forums"
SAS Discussion Forums
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 ...
Thread:  Show this thread (9 posts)   Thread info: benchmarking EG and SAS Size: 706 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: benchmarking EG and SAS :: SAS Enterprise Guide
 :: SAS Discussion Forums"
 

Hot threads for last week on SAS Enterprise Guide ::

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 ...
Thread:  Show this thread (7 posts)   Thread info: SPSS program to SAS program conversion Size: 655 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: SPSS program to SAS program conversion :: SAS Enterprise Guide
 :: SAS Discussion Forums"
SAS Enterprise Guide
Started 3 days, 5 hours ago (2009-11-28 00:48:00)  by Patrick
Which SAS version are you using?
Thread:  Show this thread (4 posts)   Thread info: Format and informat of the drill through table not applied Size: 138 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Format and informat of the drill through table not applied :: SAS Enterprise Guide
 :: SAS Discussion Forums"
SAS Enterprise Guide
Re: Export help - 3 new posts
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;
Thread:  Show this thread (3 posts)   Thread info: Export help Size: 390 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Export help :: SAS Enterprise Guide
 :: SAS Discussion Forums"
SAS Enterprise Guide
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....
Thread:  Show this thread (5 posts)   Thread info: How do I add a SAS editor control to my Custom Task for code preview Size: 613 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: How do I add a SAS editor control to my Custom Task for code preview :: SAS Enterprise Guide
 :: SAS Discussion Forums"
SAS Enterprise Guide
Started 1 week, 4 days ago (2009-11-19 09:39:00)  by Chris@SAS
SEG4AssemblyResolver.cs (2.0 K)
Thread:  Show this thread (5 posts)   Thread info: SAS Enterprise Guide Automation using C# Size: 1,074 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: SAS Enterprise Guide Automation using C# :: SAS Enterprise Guide
 :: SAS Discussion Forums"
SAS Enterprise Guide
Started 3 days, 7 hours ago (2009-11-27 22:44:00)  by Patrick
Just a theory: Try: %put %str(&macroname);
Thread:  Show this thread (3 posts)   Thread info: Prompt Manager and macros Size: 167 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Prompt Manager and macros :: SAS Enterprise Guide
 :: SAS Discussion Forums"
SAS Enterprise Guide
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.
Thread:  Show this thread (6 posts)   Thread info: what are your ideal tools for sas enterprise administration on wintel? Size: 457 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: what are your ideal tools for sas enterprise administration on wintel? :: SAS Enterprise Guide
 :: SAS Discussion Forums"
SAS Enterprise Guide
Started 6 days, 19 hours ago (2009-11-24 10:22:00)  by RichardH@sas
Replied in the other thread you posted this on...
Thread:  Show this thread (2 posts)   Thread info: SPSS code to SAS code Size: 155 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: SPSS code to SAS code :: SAS Enterprise Guide
 :: SAS Discussion Forums"
SAS Enterprise Guide
Re: SAS Automation - 2 new posts
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
Thread:  Show this thread (6 posts)   Thread info: SAS Automation Size: 356 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: SAS Automation :: SAS Enterprise Guide
 :: SAS Discussion Forums"
SAS Enterprise Guide
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.
Thread:  Show this thread (4 posts)   Thread info: do you face certain limitations running EG on different platforms? Size: 263 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: do you face certain limitations running EG on different platforms? :: SAS Enterprise Guide
 :: SAS Discussion Forums"