9.203 RESET_@@UPID
Þ Note: Built-In Function Rules.
Resets the @@UPID field to zero.
For use with
|
Arguments
|
Return Values
No return values.
This function is used to reset the value of the @@UPID field to zero.
Example
DEFINE FIELDS(#PARTDTALIB) TYPE(*CHAR) LENGTH(10) DEFAULT(*PARTDTALIB)
USE BUILTIN(RESET_@@UPID) WITH_ARGS(#FILENAME #PARTDTALIB)