BookmarkSubscribeRSS Feed
amit2thakur
Calcite | Level 5

I have used Meany Formula SAS.

U have any formula Like Excel Vlookup like formula.

6 REPLIES 6
amit2thakur
Calcite | Level 5

Hi,

I'm run the program in Proc Report after RUN I have received the error Log....................

NOTE 49-169: The meaning of an identifier after a quoted string might change in a future SAS release.  Inserting white space between a quoted string and the succeeding identifier is recommended.

Pls provide the Resolution

ballardw
Super User

This specific message often comes from something like:

Put "The value of variable y is:"y;

It is only saying that at some time in future the behavior may change from the current. It is not an error but the same program might generate slightly different appearing output sometime in future.

If you have something that looks like that change it to:

Put "The value of variable y is:" y;

(add a space before the variable)

amit2thakur
Calcite | Level 5

Dear Sir,

Thank you so much for your comments.

I have clear the issue according to your comments.

LinusH
Tourmaline | Level 20

Please give some example of what you wish to do?

There are many lookup techniques that you can use in SAS, like SQL join, user defined formats, data step key or hash table....

Data never sleeps
Kurt_Bremser
Super User

DO NOT compare Excel with SAS, they're not even apples and oranges.

Excel is a spreadsheet calculator, SAS is statistics on top of a simple, yet effective database system.

What do you want to achieve?

(and please try to write proper English, as most contributors here are not native English speakers/writers)

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
  • 6 replies
  • 714 views
  • 1 like
  • 4 in conversation