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.

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