Common Definitions
HP NonStop TMF Management Programming Manual—540140-008
4-7
Private Token and Field Types
ZTMF-TYP-MEDIA
defines a piece of TMF tape media and the part and copy number of the dump it 
contains. 
Z-NAME
is the name of the tape volume. If the first character is numeric, up to 5 
numeric characters can follow. If the first character is alphabetic, up to 5 
numeric or alphabetic characters (in any combination) can follow.
Z-PARTNUMBER
is the part number of the dump that is contained in this tape volume.
Z-COPYNUMBER
is the copy number of the dump that is contained in this tape volume.
ZTMF-TYP-DISKMEDIA
defines a piece of TMF disk media. 
Z-SYSTEMFILENAME
is the name of the disk volume. The format is:
[\node.] $volume [.prefix]
Z-PRIORITYORDER
orders the disk media. The value should start at 1 and increase in ascending 
numeric order.
def ZTMF-DDL-MEDIA.
  02 Z-NAME              type ZSPI-DDL-CHAR6.
  02 Z-PARTNUMBER        type ZSPI-DDL-INT.
  02 Z-COPYNUMBER        type ZSPI-DDL-INT.
end.
def ZTMF-DDL-DISKMEDIA.
  02 Z-SYSTEMFILENAME    type ZSPI-DDL-FNAME32.
  02 Z-PRIORITYORDER     type ZSPI-DDL-INT.
end.