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
PRINT 0 1 3
Prints only one record, from cylinder 0, track 1, record 3. PRIIT 1 10 3 TO 1 15 4
Prints all records starting with cylinder 1, track 10, record 3, and
ending with cylinder 1, track 15, record 4.
The example in Figure 6 shows the information displayed at the
console (TYPE function) or systea printer (PRINT function) by the DDR
program. The listing is annotated to describe some of the data fields. ENTER CYLINDER EXTENTS EITER: This message is received only if you-are entering input fro. your
terminal. ERD OF CIL xxx HD xx, BOUlT NEXT TiPE
DDR continues processing, after the aounting of the next tape reel. RESTORING yolser
yolser is the volume serial number of the disk dumped. The RESTORE operation has begun. COPYIIG yolser volser is the volu.e serial nu.ber described by the input unit.
The COpy operation has begun. DU!!PIIG volser yolser is the volume serial nu.ber described by the input unit.
The dumping operation has begun. PRINTING volser
volser is the volume serial number described by the input unit.
The PRINT operation has begun. END OF DU!!P The DU!!P operation has ended. EID OF RESTORE The RESTORE operation has ended.
Section 4. V8/370 Service Progra.s 167
Previous Page Next Page