Writes a value directly into memory on 32-bit and 64-bit platforms.
Category: | Special |
specifies a character constant, variable, or expression that contains a value to write into memory.
specifies a character string that contains the virtual address of the data that the CALL POKELONG routine alters.
specifies a numeric SAS expression that contains the number of bytes to write from the source to the address that is indicated by the pointer. If you omit length, the CALL POKELONG routine copies the entire value of source to the specified memory location.
specifies that the value of source is stored as a floating-point number. The value of floating-point can be any number.
Tip | If you do not use the floating-point argument, then source is stored as an integer value. |