DATA _null_;
call symput('u_ToPaid_fixed',put(intnx('month',date(),0),date9.));
call symput('u_ToPaid_fixed1',put(intnx('month',date(),-1,'END'),date9.));
call symput('u_ToPaid_fixed2',put(intnx('month',date(),0,'END'),date9.));
RUN;
%put &u_ToPaid_fixed;
%PUT &u_ToPaid_fixed1,&u_ToPaid_fixed2;
can any one help me
how to create a sas program and run using unix.
i want to create above program in unix
You already have a program, so there's nothing left to create. What do you really mean by "create"?
Hi KurtBremser,
Kudos to you for being so patient with this poster!
Which version of SAS are you using?
The generic approach would be 1) start SAS; 2) type the program into the editor; 3) save the editor contents to a SAS program file if you want run the program again later; 4) Run the program.
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.