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
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.