Showing ideas with status Suggestion Implemented.
Show all ideas
SASware Ballot becomes SAS Product Suggestions
We have reformulated and renamed the communities-based board where you can enter your suggestions to improve SAS products. Read all about this change in the announcement -- and keep those great suggestions coming!
Status:
Suggestion Implemented
Submitted on
02-07-2025
09:41 AM
Submitted by
jaw
on
02-07-2025
09:41 AM

SAS Visual Investigator - Page Builder Interface - GRID - Column Editor
We suggest :
- Adding the option to declare numerical data type columns in GRID
- Making numeric filters accessible in GRID columns
When Grid is populated from a REST URL Response, numeric datatype fields end up being displayed as character data. Columns in Grid , therefore, lack filters that are specyfic for numeric datatypes (Is greater then, Is less than or equal etc.). In addition, since fields are not displayed as numeric, "Locale for regional formats and sorting" format changs do not apply to them.
Grid column configuration already allows declaring DateTime columns. We propose the option to configure numeric datatype as well.
... View more
See more ideas labeled with:
Status:
Suggestion Implemented
Submitted on
02-28-2020
11:10 PM
Submitted by
jbaggs62
on
02-28-2020
11:10 PM

I think having an extension for visual studio code would be amazing. It would add another avenue for SAS Users to integrate their code into repo like github and gitlab, which in turns allows better versioning control for teams and pipelines.
Features
Highlight incorrect syntax such as ';' missing
autocomplete feature for procs and commonly used syntax
color coding for specific things like proc and such.
suggestive typing
This would function similar
https://blogs.sas.com/content/sasdummy/2017/08/25/npp-with-sas/ but for visual studio code.
Someone has started (https://marketplace.visualstudio.com/items?itemName=77qingliu.sas-syntax) but it still missing a lot of support and it something that SAS could help with.
-Regards
Jake
... View more
See more ideas labeled with:
Status:
Suggestion Implemented
Submitted on
12-04-2023
03:08 AM
Submitted by
RichardHorgen
on
12-04-2023
03:08 AM

As far as I understand, there is currently no option to use explicit pass-through with cloud data exchange. This is a major drawback for customers migrating to Viya, that over the years have made extensive use of this functionality on the SAS 9.4 environment. One of the main reasons explicit pass-through has been used, is to make use of non-standard SQL functions available from the database vendor. One such function that will require a lot of rewriting of code is the Qualify-statement available at several vendors. Thanks in advance for your attention to this matter.
... View more
See more ideas labeled with:
0
Likes
Status:
Suggestion Implemented
Submitted on
01-24-2025
03:06 PM
Submitted by
AndrewZ
on
01-24-2025
03:06 PM

Increasingly, software developers and data scientists rely on LLMs to help with coding, but LLMs are poor at SAS coding. Hallucinations are common, and the LLM-generated SAS code often does not run without major changes. This combination of circumstances may lead to poor outcomes, such as SAS coders who may turn to alternatives like Python which have top-tier support in LLMs, whether used in the traditional dialog format or embedded in coding assistants such as GitHub Coplot and Windsurf. The academic paper "The Llama 3 Herd of Models" in section 4.3.1 lists their top 10 top-tier languages (notably, not including SAS), and the paper details how Meta improved the ability of LLMs to generate better code. One potential solution to LLMs' struggle with SAS coding is for SAS to emulate Meta's approach by developing a corpus of SAS-specific training data that all LLMs can freely use. Then, SAS could publish this data set on Hugging Face and promote it to Meta, OpenAI, Google, and Claude. The Llama paper gives a template for this process. In the case of SAS, coding questions and solutions could be automatically collected from resources such as the SAS documentation (example code), this SAS forum, StackOverflow, SAS support cases, and SAS blogs (to the extent permissible by copyrights, licenses, and ToS). Some strategies in the Llama paper: remove PII, automatically evaluate by LLMs, automatically write unit tests, automatically testing solutions in sandbox environments. An intriguing strategy would be to develop a list of Python data science and business intelligence question, and then translate the solutions to SAS. This assumes that coders in each language are facing similar questions, but the Python questions are more abundant on the open Internet.
... View more
See more ideas labeled with:
0
Likes
Status:
Suggestion Implemented
Submitted on
04-04-2024
03:59 AM
Submitted by
Michael_Steer
on
04-04-2024
03:59 AM

Date formatting in SAS VI / LEI is controlled by browser language settings. For example if your browser language setting is English UK then dates will be UK formatted in the UI. Whereas, if your browser language setting is English US then dates will be US formatted in the UI.
Clients don't always have access to change language settings on company laptops and therefore feel it would be beneficial for SAS VI / LEI to have a global language setting in VIYA / Environment Manager that automatically formats all dates to the preferred style of the client.
... View more
See more ideas labeled with:
0
Likes
Status:
Suggestion Implemented
Submitted on
05-23-2023
05:36 AM
Submitted by
ronan
on
05-23-2023
05:36 AM

Hi,
The viya-cli tool implicitly requires a direct link to sas.com Internet portal in order to install the plug-ins collection . Except for cloud jumpboxes or personal Macbook, on-premise installation within large organisations use company proxy servers to reach the internet, which means that
either viya-cli archive has to be provided, as a download archive, in sas.com portal in a portable version, including every plugin OOTB inclusively (1),
or viya-cli install syntax must be able to use http/https proxy settings (environment variables HTTP_PROXY, HTTPS_PROXY) (2)
or both !
The following discussion might imply that the option (2) is already planned in a future release.
How to use sas cli in proxy environment - SAS Support Communities
I checked the release sas-viya version 1.21.9 on Linux before posting.
Best Regards
Ronan
... View more
See more ideas labeled with: