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? )
SAS UE has a macro facility, and it has PROC SQL.
Post the log (see https://communities.sas.com/t5/help/faqpage/faq-category-id/posting#posting how to do it) of your failed code.
SAS UE has a macro facility, and it has PROC SQL.
Post the log (see https://communities.sas.com/t5/help/faqpage/faq-category-id/posting#posting how to do it) of your failed code.
sure sir, i will also check if i have made any mistake.
thank you for the reply.
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.
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.
dear sir,
thanks for reply, henceforth i will try to post question with all details.
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
Still thinking about your presentation idea? The submission deadline has been extended to Friday, Nov. 14, at 11:59 p.m. ET.
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.
Ready to level-up your skills? Choose your own adventure.