BookmarkSubscribeRSS Feed
SRINIVAS_N
Calcite | Level 5

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

 

 

3 REPLIES 3
ybolduc
Quartz | Level 8

Hi KurtBremser,

 

Kudos to you for being so patient with this poster!

ballardw
Super User

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-2026-white.png



April 27 – 30 | Gaylord Texan | Grapevine, Texas

Registration is open

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!

Register now

How to Concatenate Values

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 3 replies
  • 1203 views
  • 0 likes
  • 4 in conversation