The AUL format consists of volume label, header blocks and trailer blocks. All those
descriptors are contained in tape blocks of 80 kilobytes. All data is in ASCII nowadays.
descriptors are contained in tape blocks of 80 bytes. All data is in ASCII nowadays and empty bytes are spaces.
\begin{table}[H]
...
...
@@ -596,7 +596,7 @@ CAStor example for the second file on the tape:
0-3 & 4 & 0x00 & Header label: the caracters "HDR2 or EOF2" \\
\hline
4 & 1 & 0x04 & Record format. An alphabetic character that indicates the
format of the records in the associated data set. For the AUL it could be only: F - fixed length, U - undefined length(only inside PRELABEL with HDR2).\\
format of the records in the associated data set. For the AUL it could be only: F - fixed length.\\
\hline
5-9 & 5 & 0x05 & Block length in bytes (maximum). For the block size greater than 100000 the value is 00000. \\
\hline
...
...
@@ -689,29 +689,6 @@ CAStor example for the empty tape with PRELABEL and one HDR1 is used:
\end{small}
\end{minipage}
\begin{minipage}{\linewidth}
CAStor example for the empty tape with PRELABEL and two HDR1 and HDR2 are used: