STORE and TurboSTORE/iX Products Manual (B5151-90003)
84 Chapter6
STORE and TurboSTORE/iX Command Options
STORE Options
Since HFS pathnames can be variable lengths, and can be quite long, they are placed at
the end of the line so that they do not affect the spacing of the other columns. If the name
does not fit on one line, it wraps to the next line. An asterisk (*) is placed at the last
column of the line to indicate that the rest of the filename continues on the next line.
NOTE
It is likely that a STORE with the fileset @.@.@ will result in a HFS format
listing, since MPE/iX, by default, contains some HFS-named files.
To display the list of files stored using the short form in MPE format, use the SHOW=SHORT
option in your STORE command. For example:
:FILE T;DEV=TAPE
:STORE @.PUB.TEST;*T;SHOW=SHORT
Figure 6-1. illustrates a short file display in MPE format using the above example.
Figure 6-1. Short File Display (MPE Format)
FILENAME GROUP ACCOUNT VOLUME RESTRICTIONS SECTORS CODE MEDIA
FILE1 .PUB .TEST DISC :C 1104 1
FILE2 .PUB .TEST DISC :C 0 1
FILE3 .PUB .TEST DISC :C 32 1
This example uses the same fileset as the first example, except that it is specified in HFS
syntax.
:FILE T;DEV=TAPE
:STORE /TEST/PUB/@;*T;SHOW=SHORT
Figure 6-2. illustrates a short file display in HFS format using the above example.
Figure 6-2. Short File Display (HFS Format)
VOLUME RESTRICTIONS SECTORS CODE MEDIA FILENAME
DISC :C 1104 1 /TEST/PUB/FILE1
DISC :C 0 1 /TEST/PUB/FILE2
DISC :C 32 1 /TEST PUB/FILE3
This example shows how the HFS syntax names will be wrapped, if they cause the line to
exceed 80 characters:
:FILE T;DEV=TAPE
:STORE /usr/lib/terminfo/e/e[t-z]@;*T;SHOW=SHORT
Figure 6-3. illustrates a short file display in HFS format with line wrap using the above
example.
Figure 6-3. Short File Display with Wrapped HFS Names
VOLUME RESTRICTIONS SECTORS CODE MEDIA FILENAME
DISC :C 256 1 /_HFSACCT/_HFSGRP/HFSMAP
DISC :C 16 1 /usr/lib/terminfo/e/ethern*