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.
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
Still thinking about your presentation idea? The submission deadline has been extended to Friday, Nov. 14, at 11:59 p.m. ET.
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.