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

hackathon24-white-horiz.png

The 2025 SAS Hackathon Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

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
  • 667 views
  • 0 likes
  • 2 in conversation