At #SESUG2025, Chris Hemedinger (@cjdinger) is bringing the laughs with his keynote talk "Confessions of a SAS Dummy"! From quirky pet projects to productivity hacks, @SASsoftware sneaks into all corners of life. Get ready to laugh, learn, & embrace your own inner SAS Dummy
From 🐦 chirps to SAS charts. See how SAS' @cjdinger used BirdNET-PI and SAS to track and analyze 140,000 backyard bird songs! 🎵 https://t.co/kusJBGMf4d
@LaurieFleming I don't know why -- if that's an S3 service-side check. When I have situations like this I try to refresh the token just-in-time rather than use an hourly cron job.
@hcksqtjimduggan I'm not familiar with ".XLSL" extension -- it's not something you can save natively in Excel, if that's the application that your using. How was this created? cc @SAS_Cares
@LuisaBorrell Are you running into 32-bit/64-bit issues? I advise using LIBNAME XLSX or PROC IMPORT/EXPORT with DBMS=XLSX wherever possible. For Access you might need to use LIBNAME PCFILES or DBMS=ACCESSCS. See https://t.co/Dg1QqiCm9u cc @SAS_Cares
@chris52brooks@HomesAtMetacoda@SASsoftware Fun fact: the first books I wrote for SAS in 1993 were built using SAS/Publish, a markup language that compiled into print ready pages. All written using SAS!
@RobertAllison__ And you don't have to "wonder" what cookies are used. You can select the "Manage Cookies" and also use your browser to see exactly what's going on.
@RobertAllison__ Hey Robert, cookie consent is standard practice for most websites. It's required by law in some regions, and is just best practice everywhere else. At SAS, cookies are mainly used for functional behavior and journey tracking.
Using OneDrive and SharePoint Online along with SAS? Unlock new power and flexibility by using Microsoft Graph APIs from your SAS programs. Join me for this #SASwebinar LIVE August 1 at 11 am ET. Register now: https://t.co/Lo0PjbYHW6 #SASusers#m365
@kierriebeentjie Not sure which output you're referencing (Data, HTML, Listing, Log). For Listing or Log, try adding OPTIONS PS=MAX and/or OPTIONS LS=MAX to your code.
As @SAS_Cares recommends, the SAS community can help with advice too: https://t.co/8BPrBRXhNF.
@Domdedom4 @SAS_Cares The internal representation of a number uses the IEEE standard for floating point, but SAS formats can used to control number appearance in tables and reports. https://t.co/s2B4Xh21Ij