Hi,
I was importing an csv file all the rows(29k rows) are importing .
I have 2 columns product and sub-product as shown below
| Product | Sub-product |
| Bank account or service | Conventional adjustable mortgage (ARM) |
but my dataset is creating
| Product | Sub-product |
| Bank account or ser | Conventional adjustable mortgage (ARM) |
Check this old thread
which suggest to use GUESSINGROWS Statement
hi,
thanks a lot.
I wouldn't recommend the use of proc import if your data is CSV. Write a datastep with an infile statement, you then have full control of what, how long, where from etc. is imported. There are many posts about importing CSV files using differing methods, here is one: https://communities.sas.com/thread/60923
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!
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.