12-09-2022
antenga
Obsidian | Level 7
Member since
04-08-2016
- 19 Posts
- 0 Likes Given
- 1 Solutions
- 5 Likes Received
-
Latest posts by antenga
Subject Views Posted 2553 12-11-2022 06:32 PM 2632 12-08-2022 12:13 AM 2714 12-07-2022 09:11 PM 2840 12-06-2022 09:30 PM 2669 09-04-2018 02:07 AM 2687 09-04-2018 01:40 AM 8228 10-12-2017 07:27 PM 7562 10-08-2017 07:39 PM 7608 10-06-2017 12:23 AM 7631 10-05-2017 10:30 PM -
Activity Feed for antenga
- Got a Like for Re: How do I terminate a SAS EG session via code?. 12-11-2022 07:02 PM
- Posted Re: How do I terminate a SAS EG session via code? on SAS Enterprise Guide. 12-11-2022 06:32 PM
- Posted Re: How do I terminate a SAS EG session via code? on SAS Enterprise Guide. 12-08-2022 12:13 AM
- Posted Re: How do I terminate a SAS EG session via code? on SAS Enterprise Guide. 12-07-2022 09:11 PM
- Posted How do I terminate a SAS EG session via code? on SAS Enterprise Guide. 12-06-2022 09:30 PM
- Posted Re: Apparent invocation of macro xxx not resolved on SAS Programming. 09-04-2018 02:07 AM
- Posted Apparent invocation of macro xxx not resolved on SAS Programming. 09-04-2018 01:40 AM
- Got a Like for Re: Disable SAS pop-up. 10-13-2017 02:09 AM
- Got a Like for Re: Disable SAS pop-up. 10-12-2017 07:47 PM
- Posted Re: Disable SAS pop-up on SAS Programming. 10-12-2017 07:27 PM
- Posted Re: Disable SAS pop-up on SAS Programming. 10-08-2017 07:39 PM
- Posted Re: Disable SAS pop-up on SAS Programming. 10-06-2017 12:23 AM
- Posted Re: Disable SAS pop-up on SAS Programming. 10-05-2017 10:30 PM
- Posted Re: Disable SAS pop-up on SAS Programming. 10-05-2017 10:28 PM
- Posted Re: Disable SAS pop-up on SAS Programming. 10-05-2017 10:10 PM
- Posted Disable SAS pop-up on SAS Programming. 10-05-2017 08:00 PM
- Tagged Disable SAS pop-up on SAS Programming. 10-05-2017 08:00 PM
- Posted Re: Refreshing Pivot Table from SAS on SAS Procedures. 10-02-2017 08:27 PM
- Posted Refreshing Pivot Table from SAS on SAS Procedures. 10-02-2017 07:27 PM
- Posted Exporting infomap data to SAS table on SAS Procedures. 09-06-2016 02:29 AM
-
My Liked Posts
Subject Likes Posted 1 12-11-2022 06:32 PM 4 10-12-2017 07:27 PM
12-11-2022
06:32 PM
1 Like
Hi SasKiwi, I tried this setting and it works as when the program ends, the query after it on the same flow and the next flow stops. Thank you. Rgds.
... View more
12-08-2022
12:13 AM
My setting is the same. Not sure why it did not work.
... View more
12-07-2022
09:11 PM
Hi, I did use the ENDSAS and on the log it says 'Error: The connection to the server has been lost' but it still runs the next flow. Rgds.
... View more
12-06-2022
09:30 PM
How do I terminate a SAS EG session via code?
I have two process flows. The first flow has a check file criteria on whether a file exists and if that file does not exist, the SAS EG session should end and the next process flow should not run.
The code to check if the file exists is done but I can't seem to exit the EG session when the file is not found. I tried using endsas, abort exit but the second process flow still runs.
How do I go about that?
... View more
09-04-2018
02:07 AM
Hi Chris, The generated code has a double quote around the column name :- "xx_%_xx"n. I had changed the double quote to single quote to make it work :- 'xx_%_xx'n. Was hoping for another way instead of changing the generated code. Thanks.
... View more
09-04-2018
01:40 AM
Hi, I am creating a table which a column name 'Ev_%_Sat_Sch' in SAS DI and I get the warning : 'apparent invocation of macro xxxx not resolved' . This column name is in an existing SAS EG code and I am trying to put that in SAS DI without any changes to the table structure. Is there a way I could just use the existing DI objects (e.g. extract, Join) without having to manipulate the existing generated code? In the 'Physical Storage' tab for the DI objects, I have selected both 'Enable case-sensitive DBMS object names' and 'Enable special characters within table or column object names'. Thank you. Rgds.
... View more
10-12-2017
07:27 PM
4 Likes
I got a reply from SAS regarding this and it solved my problem. I added the -NOTUTORIALDLG in my sas config file.
... View more
10-08-2017
07:39 PM
Hi Kurt, I tried your suggestion but it still shows the pop-up screen only when the main sas session triggers another SAS screen e.g. the ODBC connect session.
... View more
10-06-2017
12:23 AM
I used that option on my startup sas but it did not work. My code starts up a separate SAS session for an ODBC connection as it's refreshing a pivot table from a SAS table and that SAS session still has the pop-up. If I run multiple SAS sessions on my PC, it does not show the pop-up for each session.
... View more
10-05-2017
10:28 PM
I probably should have updated in detail how I get this pop-up screen. This screen is disabled in my initial screen when I start SAS for the first time but when another SAS session is triggered ( e.g. when a local SAS ODBC connection is invoked), then I get this pop-up screen on my second SAS session.
... View more
10-05-2017
10:10 PM
I ran the proc options as suggested. and I get this result in regards to SASUSER :- NORSASUSER Opens the Sasuser library in Write mode.
... View more
10-05-2017
08:00 PM
How do you disable this SAS pop-up? Have clicked on the 'Don't show this dialog box again' but it still re-appears every time I start up a SAS session. Please advice.
... View more
- Tags:
- SAS Startup Pop-up
10-02-2017
08:27 PM
Apologies, as that was an error on my side as it should be R4C1. I was debugging this and had fixed this.
... View more
10-02-2017
07:27 PM
Hi, I have been trying to automate refreshing a pivot table from SAS and followed the previous suggestions from the link below :- https://communities.sas.com/t5/SAS-Procedures/Updating-Extrenal-Excel-Pivot-Table-in-SAS/td-p/167515 However I still get the DDE Error :- ERROR: DDE session not ready. FATAL: Unrecoverable I/O error detected in the execution of the DATA step program. Aborted during the EXECUTION phase. Code:- options noxwait noxsync; data _null_; rc=system('start excel'); rc=sleep(5); run; filename cmds dde 'excel|system'; data _null_; file cmds; put "[open(""&path\&f_name..xls"")]"; put '[workbook.select("Pivot")]'; put '[select("R1C4")]'; put "[pivot.refresh()]"; put "[save()]"; put "[quit()]"; run; quit Here the Excel file is a 2003 file and I have debugged this code. I get the error with this code line ' put "[pivot.refresh()]"; ' Please advice.
... View more