BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
BHARAT_SAS
Obsidian | Level 7

HI,

 

I am using sas university edition to learn sas.   macros are not working  !? 

( is there macro facility & sql facility provided with this sas university edition?

or do i need to make any changes? )

1 ACCEPTED SOLUTION
5 REPLIES 5
BHARAT_SAS
Obsidian | Level 7

sure sir, i will also check if i have made any mistake. 

thank you for the reply.

BHARAT_SAS
Obsidian | Level 7
data class;
set mysas.class;
run;

%let semester = 1;

 proc print data = class; 
 title "&semester";
 run;

now it is working, as first i used it in single quotation marks, so thought came in my mind whether facility is available or not.

doubt cleared.

RW9
Diamond | Level 26 RW9
Diamond | Level 26

This provides us no information at all.  "not working" - is not a worldwide telepathic means of conveying issues.  Please present what is "not working", how it is "not working", logs, code, test data etc.

BHARAT_SAS
Obsidian | Level 7

dear sir,

 

thanks for reply, henceforth i will try to post question with all details.

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

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.

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
  • 5 replies
  • 2283 views
  • 4 likes
  • 3 in conversation