If cylinder extents are being defined from the console, the user need
only enter DUMP, COpy or RESTORE on the cOllmand line. The following is
displayed: ENTER CYLINDER EXTENTS ENTER: Por any extent after the first extent, the message ENTER NEXT EXTENT OR BULL LINE
ENTER:
is displayed.
The user may then enter additional extents to be dumped, restored, or
copied. A null line causes the job step to start.
1. When a cylinder map is printed on the virtual printer (OOF as in
the previous exaaple) a heading precedes the map information. Module DMKDDR controls the disk, time and zone printed in the
heading. Your installation must apply a local modification to DMKDDR to ensure that local time, rather than GMT (Greenwich !eridian Time), is printed in the beading.
2. Attempts to restore cylinders beyond the capacity that had been
recorded on the tape produces a successful EOJ, but the printout
only indicates the last cylinder found on the tape. Use the PRINT and TYPE function statement to print or type (display) a
hexadecimal and EBCDIC translation of each record specified. The first
of a group of PRINT or TYPE statements must be preceded by an INPUT statement defining either a direct access device or a tape. The output
is directed to the system console for the TYPE function, or to the SYSPRINT device for the PRINT function. (This does not cause
redefinition of the output unit definition.) PRINT and TYPE may be used
to display the contents of any track including those in the alternate
track cylinders. For 3330, 33QO, and 3350 devices, the following is
displayed when alternate tracks are involved:, When displaying a defective track that has a properly assigned
alternate, the home address record displayed is taken from the
defective track while record zero and all other records are taken from the alternate. The "defective" flag, visable in the displayed
home address, is the only hint that this is not a normal track. When displaying a flagged defective track which does not have a
proper alternate, only the home address record and record zero are
displayed, and they are both taken from the defective track. When displaying an alternate track explicitly, all data displayed is
froll that track.
Section 4. V8/370 Service Programs 165
The format of the PRINT/TYPE control statement is: PRint TYpe cy11 [hh1 [rr1]] [To cy12 [hh2 [rr2 ]]] [(options ••• [)]J BRti.Q,D§: [Hex] [Graphic] [Count]
cyl1 is the starting cylinder.
hh1 is the starting track. If present, it must follow the cyll operand. The default is track zero.
rr1 TO cy12
hh2
is the starting record. If present, it must follow the hh1
operand. The default is home address and record zero.
is the ending cylinder. If aore than one cylinder is to be
printed or typed, "TO cy12" must be specified.
is the ending
operand. The
cylinder.
track. If present, it aust follow the cy12
default is the last track on the ending
rr2 is the record ID of the last record to print. The default is
the last record on the ending track. BEX prints or displays a hexadecimal representation of each
record specified.
GRAPHIC prints or displays an EBCDIC translation of each record
specified. COUNT prints or displays only the count field for each record
specified. !!§age If the TYPE state.ent follows the occurrence of error aessage DBKDDR705E and specifies the saae cylinder, track, and record extents indicated in
the error message, the contents of the printed record must be
interpreted in the context of the I/O error information given in the
initial aessage.
PRINT 0 TO 3
Prints all of the records cylinders 0; 1; 2; and 166 V8/370 Operator's Guide
Previous Page Next Page