COPYDDIR subcommand — copy source description from dump directory

Use the COPYDDIR subcommand to copy one or more source descriptions. A description is a reference to a source of data, a dsname, ddname, or path. Additional, optional records may also be present and copied:
COPYDDIR can perform three similar types of operations:
  1. Copy operations transcribe records to the current session dump directory from another dump directory. You designate the source directory via INDATASET, INDDNAME, or aliases of those keywords. Multiple descriptions may be selected for transcription in a single operation.
  2. Import operations transcribe records to the current session dump directory from a RECFM=VB data set. You designate the source RECFM=VB data via INDATASET, INDDNAME, or aliases of those keywords. No selectivity is supported. One description is copied.
  3. Export operations transcribe records from either the current session dump directory or another dump directory to a RECFM=VB data set.
    • You imply the use of the current session dump directory by omitting INDATASET, INDDNAME, and their aliases.
    • You designate the source directory via INDATASET, INDDNAME, or aliases of those keywords.
    You designate the target RECFM=VB data set via the EXPORT keyword. The same selection options supported for COPY may be used to select a single description to be exported.

The main purpose of the COPYDDIR subcommand is to place the source description of a dump or trace into your current user dump directory, so that you can format and analyze the dump or trace.

See z/OS MVS IPCS User's Guide for information about dump directories.