Hi ,
i have a column agt_cde as varchar of length 200 in NZ.
when i imported to sas by set statement, it is having same length ,informat & format.
when i try to filter the agt_cde by where condition, its showing 0 records.
so,i changed that to length to $7. using input,even though its not filtering.
can you please help me out with the reason for this.
thanks in advance!!
Please show the code you are using.
What is "NZ", New Zealand...
If you reading through an SAS/ACCESS libname, add
options msglevel=i sastrace=',,,d' sastraceloc=saslog nostsuffix;
to your program.
try left(trimn()) as well.
Show the log with these options enabled.
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.