If you do not have access
to the memory storage location that you are requesting, the PEEKC
function returns an "Invalid argument" error.
You cannot use the PEEKC
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 PEEKC, change the applications and
use PEEKCLONG instead. You can use PEEKCLONG on both 32–bit
and 64–bit platforms.