If you do not have access
to the memory storage location that you are requesting, the PEEK function
returns an "Invalid argument" error.
You cannot use the PEEK
function on 64-bit platforms. If you attempt to use it, SAS writes
a message to the log stating that this restriction applies. If you
have legacy applications that use PEEK, change the applications and
use PEEKLONG instead. You can use PEEKLONG on both 32–bit and
64–bit platforms.