Previous Topic

Next Topic

Book Contents

Book Index

Examples

Example 1

//   EXEC  CTDAMUTI

//DAMUTIN  DD *

  DELETE

  JOBNAME=J01MUTP,JOBID=J00345,

  DATE=298,

  PREFIX=J01

All compressed sysouts of the specified job name and job ID for the Julian date 298 starting with prefix J01 are deleted.

Example 2

//   EXEC  CTDAMUTI

//DAMUTIN  DD *

  COPY

  DATE=298,

  PREFIX=J01

All compressed sysouts of the Julian date 298 starting with prefix J01 are printed to spool. A different sysout dataset is created for each original sysout. The original sysout printing attributes (class, recfm, chars, and so on.) are used for the spooled sysout.

Example 3

//   EXEC  CTDAMUTI

//DAMUTIN  DD *

  RECOVER

  PREFIX=JB1,

  DATE=298,

  ALLOCOPT=JOBSDSN1

All compressed sysouts of the Julian date 298 starting with prefix JB1 are printed to spool. A different sysout dataset is created for each original sysout. The original sysout printing attributes (class, recfm, chars, and so on) are used for the spooled sysout.

At the beginning of every sysout, CONROL-D inserts an additional line containing CDAM characteristics that are used during decollation. New SYSDATA records will contain original JOBNAMEs, JOBIDs, and so on. This RECOVER parameter is useful when processing multi-job CDAM datasets.

Parent Topic

Parameter Format