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.

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
  • 1163 views
  • 0 likes
  • 4 in conversation