Ignite-UX Reference (March 2010, B3921-90005)
ANSITAPE(5) ANSITAPE(5)
Field Width Example Use
HDR2 4 HDR2 Second file header.
Rec Format 1 D Record format.
Blk Length 5 02048 Tape block size.
Rec Length 5 00080 Record size.
Density 1 3 Recording density code.
Vol Switch 1 0 1 if this is a continua-
tion of a file from a pre-
vious reel.
Job 17 user/program See following notes.
Recording 2 space Unused in 9-track tapes.
Car Control 1 space See following notes.
Blocking 1 B See following notes.
IGN 11 << ignored >>
Offset 2 00 Bytes to skip at front of
each block.
Rec Format
A single character indicating what type of records are provided. The codes are
Code Meaning
F Fixed-length
D Variable up to rec length
V IBM code for variable
U Unknown
Job The name of the job (username in Unix) right-padded to 8 characters, a slash (/), and the job step
(program name in Unix) right-padded to 8 characters. This identifies where the JCL was when
this file was created.
Carriage Control
Normally a space, indicating that the records do not contain carriage control information. When
printed, each record is placed on a separate line. If an ’A’ is used, the first character of each record
is presumed to be a Fortran carriage-control character. VAX/VMS also uses ’M’ to indicate that
carriage-control is embedded as part of the data. This is usually used in the case of binary files.
Blocking
The B indicates that as many records as will fit are placed in a physical tape block. Records do not
cross block boundaries. A space indicates only one record per physical tape block.
8 August 1986 3