A particular Uproc, when executed, has the following lines at the end of the job log, still it completes successfully:
Too Many records for executionToo Many records for execution
Investigation:
MESSAGE "DEBUT ${S_PROCEXE}" 2Dollar Universe 6.x and 7.x
Limitation on the number of history trace messages for a particular numproc (999) reached.
To resolve this issue, reduce the number of writes to the history trace:
uxset msg calls with standard echo commands.uxset msg writes to the history trace file, which is subject to the 999-record limit.echo writes to the Job Log, which does not have this specific record limitation.uxset msg line within that function.