BookmarkSubscribeRSS Feed
mitiksh
Fluorite | Level 6

Subject: Seeking Guidance to Become Proficient in SAS Viya Programming

Dear SAS Community,

I'm reaching out for assistance and guidance as I embark on the journey to become proficient in SAS Viya programming. Although I hold a certification as a SAS Base Specialist, I have recently been tasked with learning SAS Viya and SAS Visual Forecasting. I've been diligently studying for the past two weeks, but I've hit a roadblock when it comes to CASL programming. Unfortunately, I have been unable to locate any comprehensive books on the subject.

What I'm Seeking:

I'm kindly requesting your assistance in charting a clear path forward. Specifically, I would greatly appreciate a sequential list of topics to study, ensuring I don't get lost in the details. If possible, please share valuable resources, as I have only been able to find scattered guides thus far.

Furthermore, I welcome any suggestions and tips on how to become a proficient SAS Viya programmer. Your insights and guidance would be immensely valuable to me.

Thank you in advance for your support and expertise.

 

Best regards.

3 REPLIES 3
Quentin
Super User

I would start by searching for training from SAS (both in person and online).

 

Looks like SAS has posted a good series of training courses to coursera:

https://www.coursera.org/specializations/distributed-programming-sas-viya-for-data-analysts

 

Also:

https://learn.sas.com/course/view.php?id=226

 

More resources at:

https://developer.sas.com/guides/sas.html

 

Also if you can make it to in-person user group meetings, check out the options for trainings and workshops attached to those.

BASUG is hosting free webinars Next up: Don Henderson presenting on using hash functions (not hash tables!) to segment data on June 12. Register now at the Boston Area SAS Users Group event page: https://www.basug.org/events.
mitiksh
Fluorite | Level 6
Thanks for your valuable information.
mitiksh
Fluorite | Level 6

hello,

 

I learned:

what is cas how it works.

datatypes.

how to load data to cas and also import csv ,xlsx file.

create caslibs and use those caslib in cas session.

how to save in-memory files in caslib to load them after session reset.

how to alter tables like rename, apply format.

create new variable using casl.

table action set.

simple action set just the basics like number of obs, freq, mdsummary,etc.

 

Now my question is

1. what to learn next i am stuck as there is so much to go through.

if you can just show me some topic that i must learn that would be helpfull.

 

thanks in advance.