MUPIP EXTRACT

Backups certain globals or to extract data from the database for use by another system. The MUPIP EXTRACT command copies globals from the current database to a sequential output file in one of three formats-GO, BINARY, or ZWR. The format of the EXTRACT command is:

EXTR[ACT] [
           [-FO[RMAT]=GO|B[INARY]|Z[WR]
           [-FR[EEZE]]
           [-LA[BEL]=text]
           [-[NO]L[OG]]
           [-S[ELECT]=global-name-list]
           [-OCHSET=character-set]
          ] file- name
[Note]

Magnetic tapes may have a smaller maximum file size than disks.

For information on extracting globals with the %GO utility, refer to "M Utility Routines" chapter of the GT.M Programmer's Guide. MUPIP EXTRACT is typically faster, but %GO can be customized.

The following sections describe the qualifiers of MUPIP EXTRACT command.