Hi, I have a data set with 1 variable and 3 inputs which is as follow:- VarName 1) Jack 2) Alfred Crooks 3) Julia I want to store "Jack" as "Jack " (One trailing space in the end) and rest of the inputs to remain as it is in sas data set. can this be done in SAS ? I have tried different function tranwrd, cat, || , also through if else condition but nothing worked. It would be great if anyone can guide me on this. Thanks.
... View more