I dont see much performance improvement while using this statement.:
SASFILE awork.abc.data OPEN;
Several datasteps...
.........
SASFILE awork.abc CLOSE;
Can anybody tell the effecient use of above statement...
I think you will only find it useful if you have to run multiple procs on the same file and have enough memory available.
The first use takes slightly longer than not using it, but subsequent access of the same file should reduce processing time.
Dive into keynotes, announcements and breakthroughs on demand.
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.
Browse our catalog!