This article lists several methods to extract a given record or subset of records out of a Datacom database table if SQL was not implemented in the MUF or if SQL takes too long to process.
SORT FIELDS=COPY
INCLUDE COND=(01,01,CH,NE,C'T') only copy records with 'T' in first column.
OUTREC FIELDS=(0001:0001,0006,
0007:0007,0005,PD,TO=ZD,LENGTH=0009) convert field at position 7 from packed decimal to zoned numeric
See Datacom documentation section EXTRACT (Extract Data Table), BACKUP (Create Backups) and EXTBKUP (Extract from Backup File).
Also see article Shortening the run time for Datacom DBUTLTY BACKUP or EXTRACT processing.