Hi.
I am trying to delete a temporary data set as
Proc Datasets Library = <libname> NOLIST NOWARN;
Delete <data set>;
Run;
Not every time, but I encounter the below error..say one out of 5 times i execute this code. By the way I am running 5-6 SAS parallel sessions which all include this delete step. However, this error is not affecting the next steps of the program
ERROR: The setting of the SYSPRINT option to "<<printer name>>" will be ignored
because "<<printer name>>" is not the name of a currently installed printer.
This error may be due to changes in SYSPRINT option syntax.
Please refer to your host companion for details of those changes.
ERROR: The setting of the SYSPRINT option to "<<printer name>>" will be ignored
because "<<printer name>>" is not the name of a currently installed printer.
This error may be due to changes in SYSPRINT option syntax.
Please refer to your host companion for details of those changes.
What could be the reason and how to rectify?
Will try this. But why is it redirecting to printer? I am only exporting my log and using PRINTTO in the beginning.
Inspect the setting of the sysprint= system option. Consult the Companion for your operating system found in "Operating Environments" here: http://documentation.sas.com/?cdcId=pgmsascdc&cdcVersion=9.4_3.3&docsetId=lesysoptsref&docsetTarget=... for the correct syntax.
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
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.