SAS’ Mark Jordan shows you how to modify data using PROC SQL, PROC DATASETS and SAS macros.
Jedi SAS tricks: resizing, renaming and reformatting your data was published on SAS Users.
SAS’ Mark Jordan shows you how to modify data using PROC SQL, PROC DATASETS and SAS macros.
Jedi SAS tricks: resizing, renaming and reformatting your data was published on SAS Users.
Welcome to the sixth installment in my series Getting Started with Python Integration to SAS Viya. In previous posts, I discussed how to connect to the CAS server, how to execute CAS actions, and how to work with the results. Now it’s time to generate simple descriptive statistics of a CAS table. Let’s begin […]
Getting Started with Python Integration to SAS® Viya® – Part 6 – Descriptive Statistics was published on SAS Users.
Welcome to the sixth installment in my series Getting Started with Python Integration to SAS Viya. In previous posts, I discussed how to connect to the CAS server, how to execute CAS actions, and how to work with the results. Now it’s time to generate simple descriptive statistics of a CAS table. Let’s begin […]
Getting Started with Python Integration to SAS® Viya® – Part 6 – Descriptive Statistics was published on SAS Users.
This post is written in the hopes of easing the SAS Viya deployment process for novices like me. Firstly, deploying SAS Viya, like most enterprise software packages, isn’t a skill we’re innately born with. We’re going to need a little help, some good documentation, and time to absorb the intricoes […]
A Novice Perspective on SAS Viya Deployment was published on SAS Users.
Leonid Batkhan introduces multipurpose TRIMS function that removes any leading, trailing or both leading and trailing characters from SAS strings.
Introducing TRIMS function to remove any leading and/or trailing characters from SAS strings was published on SAS Users.
Just because you are using CAS actions doesn’t mean you can forget about the powerful SAS DATA step. The dataStep.runCode CAS action is here! Welcome back to my SAS Users blog series CAS Action! – a series on fundamentals. I’ve broken the series into logical, consumable parts. If you’d like […]
CAS-Action! Executing the SAS DATA Step in SAS Viya was published on SAS Users.
SAS’ Leonid Batkhan shows how to cut away ANY unwanted trailing characters (not just blanks) from SAS text strings to clean up your data.
Removing trailing characters from SAS strings was published on SAS Users.
SAS’ Leonid Batkhan shows you how to remove ANY leading characters (not just blanks) from text strings to tidy up your data.
Removing leading characters from SAS strings was published on SAS Users.