Previous Topic: When to UseNext Topic: Example JCL


How to Use

The MUF must be active when you execute this command. Execute the EXTBKUP function using the following command format:

Extract from Backup File (z/OS)

►►─ EXTBKUP DDNAME=dddddddd ─┬─────────────────────────┬──────────────────────►◄
                             └─ FORMAT= ─┬─ EXTRACT ─┬─┘
                                         └─ BACKUP ──┘

Command

EXTBKUP

Invokes the function to extract data from a backup file in expanded form.

Required Keywords

DDNAME=

Specifies the name of the input backup file.

A DDNAME is not acceptable for sequential input or output files if it is a name reserved for a CA Datacom area. Names with the following patterns are therefore not acceptable for DDNAME=:

Optional Keywords

FORMAT=

If you do not specify FORMAT= (or if you specify FORMAT=EXTRACT), output is one or more extracted files, as was the case before Version 12.0 (in r11). If you specify FORMAT=BACKUP, the output is a single file in backup format with all records compressed by any option to be expanded. When FORMAT=BACKUP, you are required to have a previous single FILEOUT function to define the single output file, and in that FILEOUT function the keyword TABLE= must be set to *** (three asterisks) to specify that all tables be written to the output file.

In support of FORMAT=, message DB13279E could be received if there is an edit error (for details about the message, see the CA Datacom/DB Message Reference Guide).

Note: VAR or NONE are not valid entries for FORMAT= in EXTBKUP and, if specified, are considered an error.

Valid Entries:

EXTRACT or BACKUP

Default Value:

EXTRACT