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 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

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