The records from file u_fmtp60.dta are not correctly purged when using uproc with a variable and then this variable is reused inside uproc with uxset parm
$UNI_DIR_EXEC/uxset parm $VARIABLE
If the executions are then purged with a technical uproc that does "uxpur ctl" (or via uvc / delete on the launches) these records in u_fmtp60.dta are never purged which can lead to a huge size of the file u_fmtp60.dta and hence filesystem full issues while performing backups or reorganization.
Dollar Universe 6.x and 7.x
DE178437
Launch regularly the tool uxpurtp to remove the orphan records from u_fmtp60.dta of the area affected.
For example, for area exp:
$UNI_DIR_EXEC/uxpurtp exp
Update to a fix version listed below or a newer version if available.
Fix version(s):
Component: Application.Server (Node)
Dollar Universe 7.01.21 - planned release June 2026
Public Title: u_fmtp60.dta records are not purged with uxpur ctl
Public Description: When we use "uxpur ctl" it is only deleting variable records (TYPART='V') from u_fmtp60.dta but not parameter records (TYPART=' ') PARAM=
Resolution Details: Handle parameter records (TYPART=' ') to get purged during purge cycle.