am running the below code, however am getting this error message on the log..
%INCLUDE "&PATH./TRANSFORM_BRACC_CARD.sas";
Log:
ERROR 73-322: Expecting an ON. ERROR 200-322: The symbol is not recognized and will be ignored.
Show us the entire log, please, in order, with nothing chopped out. It doesn't help us to see the ERROR message separated from the code that caused the ERROR as you have provided it.
Please format the log properly, so we can read it effectively. To do this, copy the log as text and paste it into the window that appears when you click on the </> icon — do not skip this step or we will just ask again for properly formatted log.
Please follow @Reeza's advice and use
%INCLUDE "&PATH./TRANSFORM_BRACC_CARD.sas" /SOURCE2;
and then show us the properly formatted log, as requested earlier: "Please format the log properly, so we can read it effectively. To do this, copy the log as text and paste it into the window that appears when you click on the </> icon — do not skip this step or we will just ask again for properly formatted log."
Are you sure you should be sharing this information publicly????
FYI - I've formatted your question. Please use the code blocks for code, not spoilers unless your code is really long and do not nest spoilers.
You need to show the actual code. You can add the SOURCE2 option in the %INCLUDE so that the full log is generated to help with debugging.
%INCLUDE "&PATH./TRANSFORM_BRACC_CARD.sas" /SOURCE2;
Doc reference:
https://documentation.sas.com/doc/en/vdmmlcdc/1.0/lestmtsref/p1s3uhhqtscz2sn1otiatbovfn1t.htm
Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
Register now!
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.