Zero at the RightEnd of the string or at the LeftEnd?
1010101
1010100
0101010
0101011
Bart
BTW. your data step with example cuts your data in half...
Should be:
input X $ 20.;
or something like that....
Bart
But remember if the length of X exceeds capabilities of:
mod(X,2)
results won't be the same,
to be clear you can replace MOD() with
char(length(X)) = "1"
to verify if the last character is 1
Bart
Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
Register now!
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.