python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to use a SAS Macro inside data step
I'm running a code similare to the following one and the data step is not working and I can't seem to understand why
%macro macro_1(variable);
rsubmit;
data want_&variable. (keep = a b c);
set hav...
Thomas Sere
Votes: 0
Answers: 1
how to control decimal point in SAS output dataset?
I am new to SAS programming and I trying to work on proc means statement.
For controlling my decimal value in the output I have used maxdec option however when I tried to assign a new dataset to the o...
Hari Chandana Bollimpalli
Votes: 0
Answers: 1
Sas Macros to get schedule the program to run bi-weekly
I have a proc sql code that needs to run twice each month- 1st and the 16th.
There is a where clause in the proc sql.
When the report runs on say January 1st 2022, the where clause filters records tha...
Sindhu T
Votes: 0
Answers: 1