9.180 RESET_@@UPID
Resets the @@UPID field to zero.
Arguments
No | Type | Req/ Opt | Description | Min Len | Max Len | Min Dec | Max Dec |
|---|---|---|---|---|---|---|---|
1 | A | Req | File name | 1 | 10 | ||
2 | A | Opt | Library name Default '*LIBL' | 1 | 10 |
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)