python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to use SAS - PROC SQL, IF THEN statement and a Do loop in 1 script?
Hopefully somebody can help me with my problem.
For the company I work for, I need to check if there is any data available in the dataset which is delivered monthly to me. If there is no data availabl...
Roontje
Votes: 0
Answers: 1
Use multiple proc sql or just 1 to join 3 tables to 1 table?
I have a large table A, with around 5M observations and want to join it with 3 other tables with around 400k observations each.
The tables will be joined using different keys to A.
All tables have jus...

Vishrut Jaipuria
Votes: 0
Answers: 1
Creating a flag using CASE WHEN with multiple conditions in PROC SQL
I'm trying to create a flag indicating if a customer is a holistic customer based on different combinations of their subscription types.
ID Subscriber_Type
1 Online
1 Mail
1 Email
2 Online
...
Alice Wang
Votes: 0
Answers: 1
PROC Transpose by YearMonth and ID for duplicate values
I'm trying to transpose this table:
YearMonth ID Purchase Purchase Value
201912 1 Laptop 1000
202012 1 Computer 2000
202112 1 Phone 1000
201912 2 Stereo ...
Alice Wang
Votes: 0
Answers: 1