BookmarkSubscribeRSS Feed
telligent
Quartz | Level 8

warning: WARNING: An argument to the function QUOTE referenced by the %SYSFUNC or %QSYSFUNC macro function is out of range.
warning: WARNING: Argument 1 to function TRANSLATE referenced by the %SYSFUNC or %QSYSFUNC macro function is out of range.

 

Is this warning something I should be concerned about if when I %put my macro variable, it seems to be what I expect it to be? 

2 REPLIES 2
PaigeMiller
Diamond | Level 26

Run this command, and then run your code again:

 

options mprint symbolgen mlogic;

 

Then show us the whole log (or at least two whole PROCS or two whole DATA steps before these errors and including these errors), so we can see the code and the ERRORs, WARNINGs and NOTEs; not these very brief parts of the log which tell us nothing. Copy the log as text, then preserve the formatting by pasting the log as text into the window that appears when you click on the </> icon here in the SAS communities. DO NOT PROVIDE THE LOG ANY OTHER WAY.

--
Paige Miller
ChrisNZ
Tourmaline | Level 20

Is this warning something I should be concerned about if when I %put my macro variable, it seems to be what I expect it to be? 

Very few warning scan be ignore (for example those about title size).

Your code should be warning free.

 

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
  • 2 replies
  • 1422 views
  • 0 likes
  • 3 in conversation