SAS Functions and CALL Routines under Windows |
Category | Special |
Windows specifics: | all |
See: | PEEKLONG Function and PEEKCLONG Function in SAS Language Reference: Dictionary |
Syntax | |
Details |
Syntax |
PEEKLONG(address<,length)> |
Details |
Use the PEEKLONG functions only to access information that is returned by one of the MODULE functions.
The PEEKLONG function returns a value of length length that contains the data that start at memory address address.
The variations of the PEEKLONG functions are
PEEKCLONG | |
PEEKLONG |
Usually, when you need to use one of the PEEKLONG functions, you will use PEEKCLONG to access a character string.
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.