PDA

View Full Version : Data strings



makky_j_g
02-20-2009, 09:13 AM
I need to run a query to extract car manuafactuers from a list of companies. The trouble is that there can be a number of versions

e.g. AUDI can be AUDIO, CLAUDIO etc so I can't used CONTAINS or INDEXC

Any suggestion as to how I can do this.

vinux
02-20-2009, 12:52 PM
Use proc sql and use LIKE clause