I have a SAS dataset with a field title Name containing character values with length up to 50. If the number of characters is less than 50, I would like to add trailing spaces to the existing string such that the full length is made to be 50 characters.
I have tried length, format, and put statements without success.