The SAS Support Communities are here to help!
|
There are a few simple ways to get help:
Yes! SAS believes in helping students increase their data literacy at no cost. If you have an academic email address, you can access SAS academic software for free!
Yes! SAS also provides you all the resources you need to become a savvy SAS User! Sign up with your academic email and access powerful e-learning, in-person training, and many video tutorials!
|
If you’re considering a SAS Certification, you may have questions. Start here! We want your certification journey to be as smooth as possible, so we have an abundance of resources available:
As you become familiar with the countless applications of SAS software, you might get #curious about ways to use #SASatWork.
Yes! Using SAS OnDemand for Academics, independent learners can easily start their data analytics journey for free.
Yes! SAS has you covered. Although some of our offerings have costs associated with them, our complimentary courses and free trials will help get you started on your analytics adventure.
If you’re considering a SAS Certification, you may have questions. Start here! We want your certification journey to be as smooth as possible, so we have an abundance of resources available:
As you become familiar with the countless applications of SAS software, you might get #curious about ways to use #SASatWork.
Here i Need a solution for below problem. i need output should be like 25.45 only that to be by using string functions.
data ex1 ;
mynumber=25.45789;
Hi @Allihaveneed892, please post your question on one of our forums, like the New SAS Users or Programming communities. Experts who can help you are monitoring those forums.
Hi @Pivot_e ,
The below code might help you. But I'd recommend to post this question on other forums, like the New SAS Users or Programming communities. Also provide some more details about input data set.
proc sql;
create table new_dataset as select *,
CASE WHEN disease_code between 000 and 100 THEN 1
ELSE 0 END as Dx_G1 ,
CASE WHEN disease_code between 101 and 200 THEN 1
ELSE 0 END as Dx_G2 ,
CASE WHEN disease_code between 201 and 300 THEN 1
ELSE 0 END as Dx_G3
from input_dataset;
quit;
@MayurJadhav . Please note for instance the Dx_G1 should check three variables (disease_code1, disease_code2, diseases_code3) if there are codes 000 to 100 and then generate Dx_G1 as 1
The answers to these questions are standard everywhere. You can even find them on google. But it was hard for me in college when they asked air pollution essay, I used https://studydriver.com/air-pollution-essay/ for this. So all the difficulties are still to be faced. Students don't know where they are! If something is a joke.
Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9.
Lock in the best rate now before the price increases on April 1.
Data Literacy is for all, even absolute beginners. Jump on board with this free e-learning and boost your career prospects.