I get double-spaced output (for example, proc compare output) when I batch submit on SAS 9.4. Interactive submission of SAS programs works fine, and is producing single-spaced output.
Is anyone experiencing the same issue when you batch submit your programs on SAS 9.4?
Anyone know a solution to making batch submission produce single-spaced output like the interactive submission?
Delete SAS profile files, and when a SAS program is run again, it will reproduce the profile files, and show the default setting of single-spaced output.
Are you getting this behavior for the sas log as well as the sas print output?
How are you viewing the files generated by your batch (background) run?
Perhaps your viewer is just wrapping long lines?
Or treating the end-of-line characters as end-of-paragraph characters and so inserting a blank line between all of those "paragraphs".
Delete SAS profile files, and when a SAS program is run again, it will reproduce the profile files, and show the default setting of single-spaced output.
Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 16. Read more here about why you should contribute and what is in it for you!
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.