I'm new to SAS and having a problem with my IF statement. I'm using SAS on the mainframe and coding in JCL. I've coded my statement like this:
IF YTD LT '.00' THEN
DFND = '1' AND CNTL = '2';
In other words, if the value of YTD is LT zero, I want to populate the variable DFND with a 1 AND...
Every time I export a file to Excel, I need to change the font in the exported Excel file from Ms Sans Serif to Arial, even though Arial is the default font in Excel. How/what can I change so that the exported file will use the Arial font?
I also need to create the Header & Footer, although...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.