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
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
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.