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
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
Still thinking about your presentation idea? The submission deadline has been extended to Friday, Nov. 14, at 11:59 p.m. ET.
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.