Reads a DAM data file and creates an offline tester DAM file.
(3) Command arguments
block-length ~((sector length x n - 8)) Specify the block length of a DAM file.
block-count ~((1-2147483647)) Specify the number of blocks in a DAM file to be created. The DAM file size will be (block length x block count + 96) bytes.
DAM-file-name ~<pathname> Specify the name of a DAM file to be created.
input-file-name ~<pathname> Specify the name of a file that stores data to be output to the DAM file. Omitting this specification outputs null data to the DAM file.
(4) Notes
When an error occurs during utfdamcre command execution, the DAM file remains allocated. Before reexecuting the utfdamcre command, use the rm command to delete the DAM file.
The following operations take place when the block count specified for the utfdamcre command differs from the block count in the input file.
Specified block count > block count in the input file
The system outputs blocks of null data to the end of the DAM file.
Specified block count < block count in the input file
The system stops reading blocks from the input file, issues message KFCA20789-W, then terminates the utfdamcre command.