3
votes
2answers
167 views
Is a Hash object faster than an Array?
Could anyone explain why an array will always be faster than a hash object
described in SAS Prog3 course note?
1
vote
2answers
24 views
hash table ‘scalar’ error
Does anyone have any idea why I am getting the following error?
ERROR: Scalar cannot be converted to object of type hash.
the hash table has three columns and one row. I am loa …