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

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

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
  • 2308 views
  • 4 likes
  • 3 in conversation