Hi, all:
I found these codes written from previous programmer. Is it the (1,length(indicator)-1) in IND and (length(indicator),1) in TYPE are the same? Please help. Thanks.
Y
IND=substr(INDICATOR,1,length(indicator)-1);
TYPE=substr(INDICATOR,length(indicator),1);
IND is the whole string except the last character
TYPE is the last character
IND is the whole string except the last character
TYPE is the last character
I don't quite understand why TYPE is the last character.
SUBSTR( ) Used on Right Side on Assignment Statement.
For example, "ybz12003" has length 8, so the string of length 1 starting at position 8 is "3".
Thanks
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.