BookmarkSubscribeRSS Feed
Konakanchi
Calcite | Level 5

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?


 

3 REPLIES 3
Konakanchi
Calcite | Level 5

Will try this. But why is it redirecting to printer? I am only exporting my log and using PRINTTO in the beginning.

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

How to Concatenate Values

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 3 replies
  • 762 views
  • 0 likes
  • 2 in conversation