#sasprogramming — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #sasprogramming, aggregated by home.social.
-
ERROR 180-322: Statement is not valid or it is used out of proper order.
-
ERROR 180-322: Statement is not valid or it is used out of proper order.
-
It's amazing how many error messages just 1 missing bracket can cause in your SAS code.
Good job I didn't miss a semicolon.
-
It's amazing how many error messages just 1 missing bracket can cause in your SAS code.
Good job I didn't miss a semicolon.
-
SAS Programming 1: Essentials - Learn SAS for Data Analysis | CoListy
Start learning SAS programming with essential skills for data access, exploration, preparation, and analysis. Perfect for beginners!
#freeonlinelearning #colisty #courselist #sasprogramming #dataanalysis #sasstudio #sqlinsas #datapreparation #dataexploration #datareporting #sasforbeginners #machinelearning #artificialintelligence #sasenterpriseguide.https://colisty.netlify.app/courses/sas-programming-1-essentials-learn-sas-for-data-analysis/
-
Generative AI Using SAS: Explore Machine Learning Techniques | CoListy
Learn the basics of Generative AI with SAS, including SMOTE, GANs, and LLMs to generate synthetic data and improve AI accuracy.
#freeonlinelearning #colisty #courselist #generativeai #machinelearning #datascience #sasviya #gans #smote #largelanguagemodels #bert #ai #syntheticdata #textclassification #rag #sasprogramming.https://colisty.netlify.app/courses/generative-ai-using-sas-explore-machine-learning-techniques/
-
Learn SAS Programming for Data Analysis & Reporting | CoListy
Master SAS programming to access, analyze, and report on data. Gain essential skills for data science and machine learning. | CoListy
#freeonlinelearning #colisty #courselist #sasprogramming #dataanalysis #sasstudio #basesas #sasenterpriseguide #datascience #sqlinsas #datareporting #sasprogrammingbasics #learningsas #aiandmachinelearning #datapreparation #sasforbeginners #exportingdatawithsashttps://colisty.netlify.app/courses/sas_-programming-1_-essentials/
-
A co-worker using Python is having issues trying to load a dataset. The error is it can't allocate 40+ Gigabytes RAM.
In #SAS programming, this is mostly not an issue because SAS is generally oriented to data sets on disk. It loads a chunk at a time, performs operations, and progressively writing results to disk. Thus, SAS has no hesitation working with data sets much larger than available RAM. A strategy that worked in the 1970s and the 2020s.
-
A co-worker using Python is having issues trying to load a dataset. The error is it can't allocate 40+ Gigabytes RAM.
In #SAS programming, this is mostly not an issue because SAS is generally oriented to data sets on disk. It loads a chunk at a time, performs operations, and progressively writing results to disk. Thus, SAS has no hesitation working with data sets much larger than available RAM. A strategy that worked in the 1970s and the 2020s.
-
I need to make a fixed-width text file from a Pandas DataFrame.
I followed a suggestion to use to_string method. I built out my solution only to find it adds a space between the columns in the output. A fixed-width file means each column must be an exact number of characters. I literally can't make the file I need with to_string.
Making a fixed-width text file is a very easy task in SAS. Trying to do this with Pandas has been extremely frustrating.
-
I need to make a fixed-width text file from a Pandas DataFrame.
I followed a suggestion to use to_string method. I built out my solution only to find it adds a space between the columns in the output. A fixed-width file means each column must be an exact number of characters. I literally can't make the file I need with to_string.
Making a fixed-width text file is a very easy task in SAS. Trying to do this with Pandas has been extremely frustrating.
-
Does anyone remember tech posters? They were sheets with parameters to frequently used programming functions, UNIX commands, etc. In the 1990s (without always-on Internet), they were real life savers. Even in the 2020s, they can save time & energy.
The last 2 weeks, I've been wishing I had one for SAS string manipulation functions. I'm guessing such a thing doesn't exist, so maybe I have to make it myself. LMK if you have one.
-
Does anyone remember tech posters? They were sheets with parameters to frequently used programming functions, UNIX commands, etc. In the 1990s (without always-on Internet), they were real life savers. Even in the 2020s, they can save time & energy.
The last 2 weeks, I've been wishing I had one for SAS string manipulation functions. I'm guessing such a thing doesn't exist, so maybe I have to make it myself. LMK if you have one.