BookmarkSubscribeRSS Feed
Reeza
Super User

What is a temporary array and how does it differ from permanent arrays?

 

 

2 REPLIES 2
ChrisHemedinger
Community Manager

Reeza, you're supposed to use this "preview" period to answer questions, not ask them!

 

Are you asking about these within the scope of DS2? Here's a simple comparison.

 

Temporary Array Variable Array
set of temporary data elements set of references to variables in the PDV
created with a DECLARE statement created with a VARARRAY statement
may be declared in local or global scope must be declared in global scope
similar to arrays seen in other languages similar to arrays of pointers/references seen in other languages
in DATA step, created with ARRAY statement with _TEMPORARY_ argument in DATA step, created with ARRAY statement

 

SAS For Dummies 3rd Edition! Check out the new edition, covering SAS 9.4, SAS Viya, and all of the modern ways to use SAS!
Reeza
Super User

I was testing the ask a question interface. I ran into problems when posting but I don't recall what it was anymore 

Spoiler
Smiley Sad

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
  • 2 replies
  • 1503 views
  • 1 like
  • 2 in conversation