UUID
UUID returns a CHARACTER(36) string that is a universally unique identifier that is in version 5 format.
The UUID generated by PL/I is a version 5 format UUID per RFC 4122.
The name-space information used to construct the
UUID consists of:
- System information:
- CPU count
- MVS name
- storage size
- model and serial
- Runtime 64 bit TOD value.
- Job name or, if possible, the PID.
The UUID is a SHA1 hash of the above.
