Тёмный
SAS Users
SAS Users
SAS Users
Подписаться
Subscribe to this channel to learn SAS. Get the latest tutorials, product demos, thought leadership, and learning resources from SAS.

SAS is the leader in analytics. Through innovative analytics and AI, SAS empowers and inspires customers around the world to transform data into intelligence. Since 1976, SAS has been giving customers around the world THE POWER TO KNOW®.
SAS VS Code Extension | Version Update 1.6
5:09
2 месяца назад
Open-source Data Visualization
14:52
6 месяцев назад
Комментарии
@tohapsimangunsong
@tohapsimangunsong 2 дня назад
So grateful to find this in RU-vid universe. I dont miss anything.
@marciebryant842
@marciebryant842 9 дней назад
Why won't my dates go into SAS as a date and how do I format it so it will
@SASUsers
@SASUsers 7 дней назад
Checking on this for you.
@SASUsers
@SASUsers 7 дней назад
SAS can use an "informat" to read a date that looks like this: 06/24/2024 into a SAS variable in a SAS data set. Or, you can use a date constant in the form '24Jun2024'd to create a date value in a program. However, that "readable" date, for a variable value, will be stored internally as the number 23551 because SAS date values are stored internally as the number of days from Jan 1, 1960. Jan 1, 1960 is internally stored as 0; Jan 2, 1960 is internally stored as the number 1; Dec 31, 1959 would be stored as the number -1; July 4, 1776 would be stored as the number -67019 (because it occurred BEFORE Jan 1, 1960, it is stored as a negative number) -- so you see what we mean when we say that SAS stores date values as the number of days from Jan 1, 1960. When you want to display a SAS date value, you need to use a FORMAT so that SAS knows what display format to use so that your internally stored number is displayed as 06/24/2024 or 24Jun2024 or 2024/06/24, or any one of the date FORMATs that you will find available in the SAS documentation. To display your internally stored value in a "readable" date form, you would use a FORMAT statement to tell SAS what date format you want to have used to display the internally stored number. If you want to learn more about displaying dates with SAS formats, I recommend taking our free Programming 1 class, which discusses formats and using date constants in your code. In addition, here are some Community Forum postings that talk about using SAS date values and formatting them: 2.sas.com/6057g5s5x 2.sas.com/6053g5s5N 2.sas.com/6055g5s5f === ===
@phalguniu5235
@phalguniu5235 11 дней назад
How to apply for jobs when there are no entry level jobs available?
@SASUsers
@SASUsers 11 дней назад
Here's a great resource if you are looking to connect with employers and post your SAS skills! 2.sas.com/6057gPyvd Learn more, here: 2.sas.com/6058gPyve For students: 2.sas.com/6059gPyv5 For employers: 2.sas.com/6050gPyvg Visit 2.sas.com/6053gPyvc to learn about careers at SAS. If you do not see a position that fits your current skill set, please keep checking back. Let us know if you have any additional questions.
@BHARATHEEYUDU.
@BHARATHEEYUDU. 16 дней назад
Can we get Sas viya in vscode
@SASUsers
@SASUsers 14 дней назад
This link should be helpful: 2.sas.com/60545AkhG
@Eric-sy3dm
@Eric-sy3dm 18 дней назад
Great insights from the video, thank you.
@SASUsers
@SASUsers 18 дней назад
Thanks for tuning in!
@gwartan3396
@gwartan3396 18 дней назад
Was reviewing the video for a class. We had to take all the smaller sas files and combine to code into one. well the titles from the SGPLOT example carried over to the following plots. Use this line before ods graphics / reset. title; /* cancel the TITLE, TITLE2, and TITLE3 statements */ to remove the tiles so they do not show on following plots.
@sasannababu698
@sasannababu698 24 дня назад
Thanks for the wonderful presentation. I wish the presentation had steps on connecting to SAS Viya. Can anybody provide some references on how to connect to Excel in SAS Viya 4
@SASUsers
@SASUsers 24 дня назад
Thanks for the question. We are looking into this for you.
@SASUsers
@SASUsers 12 дней назад
Steps to deploy SAS for Microsoft 365 in your Microsoft applications are documented here: 2.sas.com/6057gEuRt. Please let us know if you have any other questions!
@sowjanyakeerthi4940
@sowjanyakeerthi4940 25 дней назад
Xavier, great work! It's really fascinating!
@riofajarsaputra9947
@riofajarsaputra9947 25 дней назад
excellent turorial, is there any documentation how to install python package in sas viya 4 baremetal?
@SASUsers
@SASUsers 25 дней назад
Checking for you!
@SASUsers
@SASUsers 25 дней назад
Unfortunately, we can't provide help with software installation or configuration help in this RU-vid feedback area. We always recommend that you work on questions like this with SAS Tech Support, so they can understand your "baremetal" environment and give you the correct installation references and advice. To open a case with SAS Tech Support, please send mail with your site license number to: support@sas.com. You may also want to post in the SAS Community Forums. Here's an example of a posting there about installing Python with some good links to blogs and documentation: 2.sas.com/60595Ggl9 . This documentation web site: 2.sas.com/60505Ggli has an entry about compatible versions of open source languages, which may provide you with some useful information.
@chiragpatil4132
@chiragpatil4132 28 дней назад
you really need to blur the details😅(atleast the phone numbers?)
@SASUsers
@SASUsers 28 дней назад
Thanks for the feedback! We will share it with our team. 🙂
@HimaPatel-kx8ic
@HimaPatel-kx8ic Месяц назад
hello i have a question entry level SAS programmers should learn both base and macro SAS???i fell bit difficult to memorise all the techniques you were using to code.
@SASUsers
@SASUsers Месяц назад
You may find this handy for recommended learning paths for programmers 2.sas.com/6058ew6zr.
@ricardocastro6374
@ricardocastro6374 Месяц назад
HI, tks for you video and congratulation for you channel. So, is possible to use association rule mining with SAS OnDemand for Academics?
@SASUsers
@SASUsers Месяц назад
This is not available in OnDemand for Academics. An alternative would be SAS Viya for Learners 2.sas.com/6056ew5VM
@bharathavijaykumar7008
@bharathavijaykumar7008 Месяц назад
you are doing great....👌👋
@ahmedelbairy3328
@ahmedelbairy3328 Месяц назад
very good
@schung168
@schung168 Месяц назад
Hi, Do you have similar tutorial videos on SAS Viya? It is preferred to have Viya 4 but I am ok to have tutorials on earlier version of Viya. Thanks a lot! Keep up the good work.
@SASUsers
@SASUsers Месяц назад
Absolutely! You can find them on the SAS Users RU-vid channel and also here: SAS Viya Quick Start 2.sas.com/6052e6LfE SAS Viya playlist 2.sas.com/6053e6Lf1
@farahildasaputri
@farahildasaputri Месяц назад
Wow! Ari is so good at explaining! Thank you. I have a clearer understanding now ❤
@SASUsers
@SASUsers Месяц назад
He does an amazing job, we couldn't agree more. Thanks for tuning in!
@shoreshsoltanian878
@shoreshsoltanian878 Месяц назад
The data set on the GitHub is not as the same as on the video. Can you please check it?
@SASUsers
@SASUsers Месяц назад
We shared with the content development team and confirmed it is the correct data set.
@Pedritox0953
@Pedritox0953 Месяц назад
Great video!
@SASUsers
@SASUsers Месяц назад
Thanks for tuning in!
@shoreshsoltanian878
@shoreshsoltanian878 Месяц назад
Thanks Josh, Can you please provide the data set that you use in your report in this training.
@staceysyphus8238
@staceysyphus8238 Месяц назад
Unfortunately we are not able to share this data, but let me offer another suggestion... We've created a more recent Quick Start tutorial video for Visual Analytics based on the current version of the software. The video is designed for learners to follow along, and we've provided a link to download the files in your own environment: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-pxHdMvzMhcs.htmlsi=Dtr7JxljOxZerjKR
@shoreshsoltanian878
@shoreshsoltanian878 Месяц назад
@@staceysyphus8238 Thanks, can you please share the link of the video and also as well as the data set,
@schung168
@schung168 Месяц назад
Can you share the data used in the tutorial? Thanks!
@SASUsers
@SASUsers Месяц назад
Hi! Thanks for your question. SAS Enterprise Guide includes dozens of sample data sets in the install, and SAS also ships with lots of sample data in SASHELP. However, the Orion Star data is provided with SAS courses -- tailored for each one -- so there isn't a download.
@SridharanTP
@SridharanTP Месяц назад
Quantum Computing in Optimization and Quantum Chemistry is going to be a game changer for sure
@lesegosego4426
@lesegosego4426 Месяц назад
Hey why SAd training videos not playing they're blanks they not dhowin6
@SASUsers
@SASUsers Месяц назад
What browser are you running and what issues are you having with the video? We played it, and it appears to be working on our end.
@lesegosego4426
@lesegosego4426 Месяц назад
@@SASUsers I'm using google chrome on laptop
@SASUsers
@SASUsers Месяц назад
Can you tell us more what's happening and at what time stamp on the video?
@cjbrown3396
@cjbrown3396 Месяц назад
Hi, can you please show us the tutorial on these visualization projects? I am a student for learning purposes. It's not much of help going through a video like these 2 min timelapse. Thanks
@SASUsers
@SASUsers Месяц назад
Sure thing! Please view the below options for individual/student learners and be sure to join our New SAS User Community 2.sas.com/6052dchC2 to connect with fellow SAS users! SAS Starter Kit / Getting Started with SAS Skill Builder for Students 2.sas.com/6053dchCN Free e-Learning courses 2.sas.com/6055dchCf SAS Tutorials 2.sas.com/6056dchCA SAS Users RU-vid Tutorials 2.sas.com/6057dchC7 Recommended books 2.sas.com/6059dchCh for getting started SAS OnDemand for Academics 2.sas.com/6051dchhB We hope this information helps!
@yanhuawang2222
@yanhuawang2222 Месяц назад
Thank you so much for such great teaching.
@SASUsers
@SASUsers Месяц назад
Thanks for tuning in!
@andnegr
@andnegr Месяц назад
Very interesting! good job Xavier
@SASUsers
@SASUsers Месяц назад
We're glad you enjoyed it!
@new2this533
@new2this533 Месяц назад
I just want to know if you can get that model interpretation text and insights using SAS Studio? Or only Model Studio and Visual Analytics?
@SASUsers
@SASUsers Месяц назад
Checking on this for you!
@SASUsers
@SASUsers Месяц назад
Since this video featured Model Studio and SAS Visual Analytics, you can only get these results, as shown in the video when you use the same applications as shown in the video. If you need to find out how to use different Machine Learning techniques with other SAS tools, such as SAS Enterprise Miner, your best resource is to either open a case with SAS Technical Support or to post your question in the SAS Community Forum, either in the SAS Visual Analytics forum: 2.sas.com/6052jhupg or the Statistical Procedures forum: 2.sas.com/6053jhup9. In addition, this user-group paper 2.sas.com/6056jhupY shows Machine Learning in the context of SAS Enterprise Miner and using PROC HPSPLIT. Here's some more information about different Machine Learning techniques from our Frequently Asked For Statistics support note: 2.sas.com/6057jhupf --Decision trees: Beginning in SAS 9.4, PROC HPSPLIT in SAS/STAT and PROC HPFOREST in SAS High-Performance Data Mining. Also, SAS Enterprise Miner and PROC FOREST in SAS® Visual Data Mining and Machine Learning (SAS Viya). SAS/OR PROC DTREE for decision analysis. --Factorization machines: PROC FACTMAC in SAS® Visual Data Mining and Machine Learning (SAS Viya). --Gradient boosting: Gradient boosting node in SAS Enterprise Miner and PROC GRADBOOST in SAS® Visual Data Mining and Machine Learning (SAS Viya). --Neural Networks: Neural node in SAS Enterprise Miner or PROC HPNEURAL beginning in SAS 9.4 of SAS High-Performance Data Mining. Also, PROC NNET in SAS® Visual Data Mining and Machine Learning (SAS Viya). --Random forests: Beginning in SAS 9.4, PROC HPFOREST in SAS High-Performance Data Mining. Also, PROC FOREST in SAS® Visual Data Mining and Machine Learning (SAS Viya). --Support vector machines: PROC SVMACHINE in SAS® Visual Data Mining and Machine Learning(SAS Viya). We hope this helps!
@MichaelJoseph7899
@MichaelJoseph7899 Месяц назад
Hello, how can get the Python code file?
@SASUsers
@SASUsers Месяц назад
Thanks for your question. The data used in this tutorial is an excerpt of an example used in one of our classes, Machine Learning using SAS Viya as shown here: 2.sas.com/6057zQNit . We have 3 offerings of the class on the public schedule and the class is available as self-paced e-learning for independent study. We do not distribute class data outside of class. If you take the class, you'll be able to get that specific code. However, please note that the class does not teach Python. We use pre-written Python code examples in our class. Here are some great free resources for building models with python in Model Studio: SAS Support Communities 2.sas.com/6050zQNia GitHub examples with code 2.sas.com/6052zQNiI SAS Data Science Blog 2.sas.com/6054zQNi0
@Nipun_Chauhan
@Nipun_Chauhan Месяц назад
You are an incredible instructor, thanks.
@SASUsers
@SASUsers Месяц назад
We appreciate your feedback and thanks for tuning in!
@ernestcpena
@ernestcpena Месяц назад
Andy!!!
@GabrielSantos-lc4hc
@GabrielSantos-lc4hc Месяц назад
Thank you for all content, helped me a lot!
@SASUsers
@SASUsers Месяц назад
Thanks for tuning in!
@hk530
@hk530 Месяц назад
thanks
@SASUsers
@SASUsers Месяц назад
You're welcome!
@BranFolio
@BranFolio Месяц назад
I deployed viya 4 on aws eks created via iac project, using dac with deployment operator. there were pre-existing, shared resources on aws, such as vpc, subnets, security groups etc. but after deployment, I noticed no ingresses were created and reconciliation pods were all in error. I am wondering which entity is responsible for creation of ingresses? is it deployment operator or ingress nginx controller? and which roles/permissions should be ensured in either case?
@SASUsers
@SASUsers Месяц назад
A great resource for you is our SAS Communities 2.sas.com/6054jd8Tr. These communities are a service hosted by SAS to facilitate the exchange of technical information pertaining to SAS products, services and best practices. For assistance with getting answers fast, click here 2.sas.com/6055jd8TT to see some helpful tips on how to post a great question! If you are not able to find the assistance you need, please feel free to speak with Technical Support by calling 800-727-0025, option 2.
@coderaiser
@coderaiser Месяц назад
I couldn't connect to my server... Is there any tutorial that I can show to my platform administrator that help him to check how to make it happen at my workplace? (we use Viya 3.5)
@SASUsers
@SASUsers Месяц назад
Checking on a tutorial recommendation for you.
@SASUsers
@SASUsers Месяц назад
Hi, this video shows making the connection from time stamp 2:02-4:48. If your SAS Admin is having problems installing and configuring VS Code, then the best resource for help with this is SAS Tech Support. To open a case with SAS Technical Support, send mail to support@sas.com or open a case using the Customer Portal on the SAS site.
@joshuawoodward7933
@joshuawoodward7933 Месяц назад
In your next video, can you show (if it is yet possible) how to add a cas library, like `casuser` to the list of libraries in VS Code?
@joshuawoodward7933
@joshuawoodward7933 Месяц назад
Oh my.... I JUST figured it out (of course, less that one minute from posting the question and it hit me, I have to activate a cas session to see them, duh!!)
@SASUsers
@SASUsers Месяц назад
You beat us to it. Great work.
@TerribleTed2020
@TerribleTed2020 2 месяца назад
The narrator discusses SAS Information Catalog, then opens SAS Discover Information Assets. Which is it--Information Catalog or Information Assets?
@SASUsers
@SASUsers 2 месяца назад
Checking on this for you.
@SASUsers
@SASUsers Месяц назад
The phrase "Discover Information Assets" is a menu choice that describes WHAT you want to do and then when you click that menu choice, HOW you perform that task is with the SAS Information Catalog. The menu choice opens a specific SAS Viya application. There are other menu choices which cause other applications to open. For example "Build Models" causes SAS Model Studio to open. "Explore and Visualize" as a menu choice causes SAS Visual Analytics to open. Each of the menu choices in the Application menu on the left side of the screen in the video, will open a SAS Viya application. We hope this helps!
@sasannababu698
@sasannababu698 2 месяца назад
This is a wonderful and very helpful presentation. I have some questions: 1.Can you please share the final kustomization, yaml file that was the outcome of your operations? The reason is that I cannot install yq which is an open source from github. Company policy does not allow it. So would like to do the operations with vi editor instead, The step for updating the kustomization.yaml file with addtiona config maps at 13.00 Min(approx) "yq -I 4 w -i -s ..." 2. This presentation using instantclient basic which needs no install. My understanding is that it does not need an install. Any suggestions on using instantclient (not basic or light). These require installing installing the dependencies too. I missed seeing such a process in the otherwise helpful sas documentation
@SASUsers
@SASUsers 2 месяца назад
Thanks for your question! We cannot provide installation or configuration files in this RU-vid feedback area. The operating system configuration and version of SAS/Access and SAS Viya used in this video may be different from what is installed at your company. We recommend that you open a case with SAS Technical Support by either sending mail to support@sas.com with your site license number and configuration questions, or you can use the Customer Service Portal to open a case with your questions.
@StellahGraceAclan
@StellahGraceAclan 2 месяца назад
Currently tuning in and navigating SAS Viya for learners. This video is a very helpful guide.
@SASUsers
@SASUsers 2 месяца назад
Glad you enjoyed it!
@StellahGraceAclan
@StellahGraceAclan 2 месяца назад
I am now currently exploring SAS Viya for learners. This video helped me a lot with the initial navigation.
@SASUsers
@SASUsers 2 месяца назад
Fantastic! Let us know if you have any questions, we're happy to help!
@A0G7
@A0G7 2 месяца назад
Speaking about the boss, any marxist sas user is watching this?
@joshuawoodward7933
@joshuawoodward7933 2 месяца назад
Thank you for the walk-thru, keep these coming, they are very helpful... I'm going to go and teach my team about this now :)
@SASUsers
@SASUsers 2 месяца назад
We love to hear this!
@anasmokhtari3395
@anasmokhtari3395 2 месяца назад
what's wrong with using Sas M0?
@SASUsers
@SASUsers 2 месяца назад
Currently, SAS 9.4M8 is available. A maintenance release is a collection of updates to SAS products or components that corrects customer-reported issues and adapts the product to a changed environment. A maintenance release can also include new software functionality. We recommend applying releases that relate to your current environment: 2.sas.com/6058jBs7j
@IOSALive
@IOSALive 2 месяца назад
SAS Users, This is so fun! I'm happy I found your channel!
@SASUsers
@SASUsers 2 месяца назад
We love to hear that 🎉
@IOSALive
@IOSALive 2 месяца назад
SAS Users, I really enjoyed this video, so I hit the like button!
@mattyyyCodes
@mattyyyCodes 2 месяца назад
The hearts for the favorite 3rd section made me laugh (:
@user-bm4kq2po4h
@user-bm4kq2po4h 2 месяца назад
Your are simply the best! thank you Lady for your level of experience and quality in your learning techniques! I saw docens of sites, and yours was the prettiest one!
@weiweima8775
@weiweima8775 2 месяца назад
Thanks for the video! But where can I find the macro?
@SASUsers
@SASUsers 2 месяца назад
Hi, there! Is this what you needed? 2.sas.com/6059bQWT1
@Eric-sy3dm
@Eric-sy3dm 2 месяца назад
This video was a refresh for my knowledge bank. It was my first time seeing how to create a preliminary model (gradient boosting) from a report.
@SASUsers
@SASUsers 2 месяца назад
We're so glad it was helpful. Thanks for sharing your feedback!
@vds4598
@vds4598 2 месяца назад
Excellent video - clear, concise, meaningful.
@SASUsers
@SASUsers 2 месяца назад
Thanks for tuning in!
@ashokkushwaha350
@ashokkushwaha350 2 месяца назад
I appreciate the debug feature to be able to step through a SAS program to reveal logic errors in the code.
@SASUsers
@SASUsers 2 месяца назад
We're glad you found it useful!