Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This would cause *YES behavior (which is desired on the TS7650 to physical 3584 tape)

CRTDTAARA DTAARA(QTEMP/Q1ADUPCOMP) TYPE(*CHAR) LEN(9) VALUE('*YES')

This would cause *NO behavior:

CRTDTAARA DTAARA(QTEMP/Q1ADUPCOMP) TYPE(*CHAR) LEN(9) VALUE('*NO')

This would cause the current behavior (i.e. if the data area did not exist):

CRTDTAARA DTAARA(QTEMP/Q1ADUPCOMP) TYPE(*CHAR) LEN(9) VALUE('*FROMFILE')

NotesNOTES:

  • In release V5R4M0, the following PTF or their superseding PTFs are required:
              V5R4M0 SI38733
  • This data area must be created for each job that runs the DUPMEDBRM command. If the DUPMEDBRM command is run in batch, the data area must also be created in library QTEMP for the batch job.