BookmarkSubscribeRSS Feed
Tecla1
Quartz | Level 8

data test;
   input name $;
   datalines; 
argen
lehm;
run; 

	data TITOLI_&DATA.  ;
set DIPO.CHECK_&FILE._&DATA.;
    if prxmatch( test 'i', EVENTO_DESC_1) > 0;
run;

1) Le parole da cercare sono in 'test' e le devo cercare nel DB 'DIPO. CHECK_&FILE._&DATI.'
2) Le parole sono da cercare nella colonna 'EVENTO_DESC_1' che fa parte del DB 'DIPO. CHECK_&FILE._&DATI.'
3) Le parole uguali o simili a quelle contenute in 'test'

Grazie!!!!!

2 REPLIES 2
LinusH
Tourmaline | Level 20

Google translated your inquiry, and don't exactly know what you need help with.

But is you are searching for text strings investigate INDEXW function.

Data never sleeps

Catch up on SAS Innovate 2026

Nearly 200 sessions are now available on demand in the Innovate Hub.

Watch 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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 2 replies
  • 1609 views
  • 0 likes
  • 2 in conversation