RXS_nextUnqChar
From Wiki
|
| User Guide |
Contents |
Description
Works the same as RXS_nextUnqNbr except it returns a 15 byte character. It helps when creating IFS files that need to be unique by eliminating the need for %CHAR (Convert to Character Data) RPG BIF in concatenation of variables.
Prototype
D RXS_nextUnqChar... D pr 15a
Parameters
- Return Parameter
- Returns the next sequential number from data area RXS/RXSUNQ in character form.
Return value
None.
Notes / Examples
None.
