Your process is probably runing out of PGFLQUO. Increase this in
reasonable increments up to the SYSGEN parameter VIRTUALPAGECNT. Make suer
you logout and back in again after making a change so that the change will
take effect.
Or PQL_MWSEXTENT being set too high by AUTOGEN. Since V6, AUTOGEN sets
PQL_MWSEXTENT=WSMAX, unless told otherwise. If WSEXTENT
is near or above PGFLQUOTA, SORT can get a bit ambitious and request too
much memory to fit in the page file, hence INSVIRMEM. There are several
ways around this without raising PGFLQUOTAs
1) Try CONVERT/NOSORT - if the input file is indexed, it shouldn't
be necessary to sort it anyway
2) SET WORK/EXTENT=(something much lower than PGFLQUOTA) prior to CONVERT
3) System wide, review the *real* process needs for working sets and
quotas. Adjust PQL_MWSEXTENT in MODPARAMS to a more reasonable value
and define *balanced* working set values and PGFLQUOTAs in the UAF.