Good Evening!
I want to export a dataset to *.txt containing 6 "normal" columns and 1.700.000 rows.. It takes almost 2,5 hours.. Sometimes SAS EG even freezes and collapses. What am im doing wrong? Or is it normal?
Thanks!
That one column of maximum length (32767) is killing you. It means SAS tries to write ~55 Gigabyte of text file.
Without that column, you'd only need 356 MB.
Please show the code, and column attribute information (eg output from proc contents).
sorry for the late Reply.. my eg collapsed again 😞
i dont know the Code.. i just "click" Export as *txt.. column attribute Information is attached..
But I realized that some column lengthare too Long.. is this the Problem?
That one column of maximum length (32767) is killing you. It means SAS tries to write ~55 Gigabyte of text file.
Without that column, you'd only need 356 MB.
Registration is open! SAS is returning to Vegas for an AI and analytics experience like no other! Whether you're an executive, manager, end user or SAS partner, SAS Innovate is designed for everyone on your team. Register for just $495 by 12/31/2023.
If you are interested in speaking, there is still time to submit a session idea. More details are posted on the website.
Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.
Find more tutorials on the SAS Users YouTube channel.