I want to pass two long strings into a sas macro, like this: %some_macro(first=this is quite a long string, two=and so is this); I can define macros where I pass an argument like the first, but if I have two arguments like this it seems SAS gets confused, and I get errors about strings being 262 characters or longer. I suspect I should be using some sort of quoting or something, but I'm not sure exactly what to use. Any ideas? Mark
... View more