2 weeks ago
Damo
SAS Employee
Member since
06-23-2011
- 201 Posts
- 40 Likes Given
- 39 Solutions
- 75 Likes Received
-
Latest posts by Damo
Subject Views Posted 1259 12-10-2024 09:55 AM 1089 09-20-2024 10:24 AM 3209 04-12-2018 10:58 AM 4580 04-12-2018 09:55 AM 1837 04-11-2018 06:55 AM 6004 04-10-2018 03:52 AM 3067 04-04-2018 04:01 PM 6068 04-04-2018 04:00 PM 4350 04-04-2018 06:10 AM 6086 04-04-2018 05:45 AM -
Activity Feed for Damo
- Liked Ask the Expert: Comment améliorer vos temps de traitement en utilisant la fonction SQL Pass Through? for SASFrance. 2 weeks ago
- Posted Re: Stop Indexing in SAS Visual Investigator on Fraud, AML and Security Intelligence. 12-10-2024 09:55 AM
- Liked Re: Stop Indexing in SAS Visual Investigator for craigmcnulty. 12-10-2024 09:34 AM
- Liked Re: "Audit" log VI 10.8 for Tyron_Benet. 09-26-2024 05:11 AM
- Posted Re: Disposition conditions in VI 10.8 on Fraud, AML and Security Intelligence. 09-20-2024 10:24 AM
- Got a Like for Re: I got message ”BOTTOM; FORWARD or END.”. 09-17-2023 01:26 PM
- Liked Re: Suppressed event queue function in Domain setting for _austin_. 04-18-2023 06:55 AM
- Liked SAS Viya 3.5 Automatic Home Directories for StuartRogers. 11-10-2021 11:38 AM
- Got a Like for Re: Insufficient authorization to access. 05-05-2021 11:17 PM
- Got a Like for Re: Insufficient authorization to access. 02-22-2021 09:25 AM
- Got a Like for Re: Enterprise Guide closes slowly checking temporary files. 10-15-2020 05:49 PM
- Got a Like for Re: SAS EG prompts only returning values based on 1 item. 08-21-2020 12:21 AM
- Got a Like for Re: How to recall SAS programs in SAS studio. 07-22-2020 12:52 PM
- Got a Like for Re: Enterprise Guide closes slowly checking temporary files. 01-22-2020 08:14 AM
- Got a Like for Re: Create Response File for SAS EG 7.1. 01-08-2020 08:29 AM
- Got a Like for Re: Enterprise Guide closes slowly checking temporary files. 07-08-2019 04:16 PM
- Got a Like for Re: Fresh SAS Studio 3.6 won't accept JRE location. 05-20-2019 01:42 AM
- Got a Like for Re: Fresh SAS Studio 3.6 won't accept JRE location. 05-03-2018 04:18 PM
- Posted Re: SAS EG prompts only returning values based on 1 item on SAS Enterprise Guide. 04-12-2018 10:58 AM
- Posted Re: Failure to connect to SAS Metadata server from EG on SAS Enterprise Guide. 04-12-2018 09:55 AM
-
Posts I Liked
Subject Likes Author Latest Post 10 1 1 1 3 -
My Liked Posts
Subject Likes Posted 1 01-05-2017 08:48 AM 2 01-09-2018 09:00 AM 1 04-12-2018 10:58 AM 3 05-31-2017 03:46 AM 2 03-15-2018 05:41 AM
12-10-2024
09:55 AM
Hi @adedja
Feel free to raise a Technical Support case and we can help you with your request, about cancelling an indexing job. I understand it might not be an issue you are currently experiencing but that might help you in the future.
And we might be able to share some advices about your indices and more.
Cheers, Damo
... View more
09-20-2024
10:24 AM
Hi Idan
I believe the functionality does not exist, yet.
It is currently disabled when there are no alerts in queue, no dispositions available to the alert or the user does not have permission to bulk disposition.
Now, you can use the Suggest an idea from https://communities.sas.com/t5/SAS-Product-Suggestions/idb-p/product-suggestions (that way you and others can vote for it)
I hope that answers your question.
Cheers, Damo
... View more
04-12-2018
10:58 AM
1 Like
Hi @mrdlau
With SAS Enterprise Guide (EG), you may want to start with the Query Builder.
For the below example, I'm using the SASHELP.CLASS dataset with EG7.1.
First, I have to create the VALUE prompt, this is what the Prompt Type and Values tab looks like.
I'm using a static list but if you want to use a dynamic one, remember your table has to be registered with the metadata. So it's not possible if you use a local server, from an EG perspective.
Then moving on to the Query Builder, based on SASHELP.CLASS.
After you moved your variables, from the Filter Data tab, create a new filter (far right icon).
Select the Basic Filter one, pick Name (in my case) and:
- In a list is the operator
- Check Generate filter for a prompt value
- Select the down arrow (on the right) next to Value.
- From the Prompts tab, select &value (the prompt we created earlier)
Running the Query Builder will allow the user to pick multiple values from the list.
If I select Jane and John from the prompt, this is the output dataset I get.
You can directly use the clause with a Proc Print for instance:
proc print data=sashelp.class;
WHERE %_eg_WhereParam(Name, value, IN, TYPE=S, IS_EXPLICIT=0 );
run;
Hope that helps.
Cheers, Damo
... View more
04-12-2018
09:55 AM
Hi @jonakie,
It's a strange behavior.
Between the time you reinstalled SAS Enterprise Guide (EG) and the problem coming back, are you aware of any update on your machine, pushed by IT for instance when a component is not the expected version ?
In addition to what @Patrick mentioned, can you please try to only reinstall the .NET Framework ?
From system requirements, you need Microsoft .NET Framework 3.5 Service Pack 1.
Hope that helps.
Cheers, Damo
... View more
04-11-2018
06:55 AM
Hi @Gordhan
From the SAS Viya 3.3 Administration documentation, did you have a look at the Identity Management Section ?
Cheers, Damo
... View more
04-10-2018
03:52 AM
Hi @Pranav_
In that case, i would encourage you to raise a track with your local Technical Support.
You can share logs, review Event Viewer, etc.
Cheers, Damo
... View more
04-04-2018
04:01 PM
Hi @OscarBoots2
Can you post the entire code and its log ?
Did you try to apply an existing sample code to your case, just to see the result ?
Cheers, Damo
... View more
04-04-2018
04:00 PM
Hi @Pranav_
Thanks.
What about other points I mentioned (the 2 SAS-Notes and testing a sample vbs not created by EG ?
Cheers, Damo
... View more
04-04-2018
06:10 AM
i @mlogan
Not sure if you resolved the issue, if not:
1st, please have a look at Usage Note 18363 (Troubleshooting guidelines for successfully sending an SMTP e-mail from SAS® software).
Can you send an email that way.
Then using instructions and sample code from Usage Note 19767 (Using SAS® software to send SMTP email), does it work?
Hope that helps.
Cheers, Damo
... View more
04-04-2018
05:45 AM
Hi @Pranav_
Not sure if you are still experiencing the described issue, if yes let me try to help you.
First, did you get a chance to review Usage Note 56648 (Tips for scheduling a SAS® Enterprise Guide® project)?
This would be the starting point, assuming the project runs successfully interactively.
Also, please enable the log as per Usage Note 55414 (Enabling logging in SAS® Enterprise Guide® 7.1 and later).
When you try to execute the scheduled project, do you see further details in the log ?
Are you able to run another *.vbs file, not created by EG ?
If that works, go back to the script created by EG, edit it (with Notepad for instance) and enable the error message box that is commented out at the end of the file. Remove the single quote before the line: MsgBox strmsg. If any messages appear in a pop-up dialog box, please share it with us.
Hope that helps.
Cheers, Damo
... View more
03-15-2018
05:41 AM
2 Likes
Hi @dcowles85
If @xxformat_com post does not solve the issue for you, please check the JREHOME= option value within C:\Program Files\SASHome\sassw.config.
Is the value (path) correct?
You may have to download and install Microsoft Visual C++ 2010 Redistributable (x86 and x64).
You'll find links from the Downloads tab of http://support.sas.com/kb/60/761.html
Hope that helps.
Cheers, Damo
... View more
03-14-2018
06:31 PM
Hi @OscarBoots2
If you want to reuse a previously defined library, I think you have to use "connect using libref".
In your case, it would look like this.
Libname mylib oracle ...;
PROC SQL;
CONNECT USING mylib;
...; DISCONNECT FROM MYLIB; QUIT;
This is new with SAS 9.3.
Hope that helps.
Cheers, Damo
... View more
03-13-2018
09:10 AM
Hi @OscarBoots2
Did you get a chance to review LIBNAME Statement Specifics for Oracle ?
It shows you can use, for instance:
libname x oracle user=myusr1 pw=mypwd1
path="(DESCRIPTION=
(ADDRESS_LIST=
(ADDRESS= (PROTOCOL=TCP)(HOST=pinkfloyd)(PORT=1521))
)
(CONNECT_DATA=
" (SID=alien)
" )
" )
" ";
Hope that helps.
Cheers, Damo
... View more
03-13-2018
08:55 AM
Hi @catselprime
Just stating the obvious but as a first step, what is your hot fix level regarding SAS Enterprise Guide ?
You'll find the information from the Help => About SAS Enterprise Guide menu.
If you don't have the latest version (SAS Enterprise guide 7.15 HF2), please try to download it and let us know how you go.
(You need at least EG7.11 with Windows 10, cf http://support.sas.com/kb/34/960.html)
Hope that helps.
Cheers, Damo
... View more
03-07-2018
09:58 AM
Hi @ybz12003
Those are not valid formats.
Try to use date9., etc. (cf https://support.sas.com/documentation/cdl/en/leforinforref/64790/HTML/default/viewer.htm#n16vcb736tge20n1ex3yxx49fzqa.htm)
Hope that helps.
Cheers, Damien
... View more