z/OS TSO/E Command Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Example 1

z/OS TSO/E Command Reference
SA32-0975-00

This example shows how the OUTDES, ALLOCATE, and FREE commands work together to define, reference, and free the dynamic output descriptor.

Operation: Specify the OUTDES command to define the dynamic output descriptor.

Known:
  • Name of the new output descriptor: MULTCOPY
  • Number of copies: 3
  • Pages are to be burst
  • Output class: I
outdes multcopy copies(3) burst class(i) new

Operation: Specify the ALLOCATE command to reference the dynamic output descriptor.

Known:
  • Name of the file: SYSPRINT
  • Name of the output descriptor: MULTCOPY
allocate file(sysprint) new outdes(multcopy)

Operation: Specify the FREE command to free the file and the dynamic output descriptor.

Known:
  • Name of the file: SYSPRINT
  • Name of the output descriptor: MULTCOPY
free file(sysprint) outdes(multcopy)

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014