records.dat have 5000 records, but my main_set dataset have only 4999 records.
Not able to figure out what is wrong with this. any pointers would be of great help!
Data main_set;
infile "records.dat" dlm='|' dsd truncover;
input id : $10.
name : $25.
;
run;
In which way have you determined that records.dat actually contains 5000 lines?
If on UNIX, do a
wc -l records.dat
to verify this.
And check that you don't have a stray obs= system option set to 4999 (been there, done that).
In which way have you determined that records.dat actually contains 5000 lines?
If on UNIX, do a
wc -l records.dat
to verify this.
And check that you don't have a stray obs= system option set to 4999 (been there, done that).
Thanks Kurt. Yup Obs was the villian 🙂
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.