I really suggest you to post some real data of yours . Let's where is the problem.
Is it possible that your incoming data are all CAPPED for your particular records?
Is your problem that the variable first has to be converted to be lower case? e.g., using ksharp's code:
data want;
informat have $150.;
format have want $150.;
input have &;
want=prxchange('s/((^\s*\w)|(?<=\.|\?|!)(\s*\w))/\U$1\E/',-1,lowcase(have));
cards;
in 3 parts of my paper there are remarks. Have you read them? please go through them! then send it back to me.
SMALL PARTICLES IN THE RESERVOIR, APPEAR TO BE SILICONE PARTICLES
run;
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
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.
Ready to level-up your skills? Choose your own adventure.