BookmarkSubscribeRSS Feed
Bhoopesh
Calcite | Level 5

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...

1 REPLY 1
art297
Opal | Level 21

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.

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

How to Concatenate Values

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 880 views
  • 1 like
  • 2 in conversation