MPE/iX Shell and Utilities Reference Manual, Vol 2

sort(1) MPE/iX Shell and Utilities sort(1)
Message: insufficient memory for mapping table
Cause: There were not enough free system resources for sort to allocate to a charac-
ter mapping table for use with a –d, –f,or–i option.
Action: Free up more resources.
Message: line too long -- truncated
Cause: A record in your input file was longer than the maximum specified by the –z
option (or the default of LINE_MAX) and was truncated to that length.
Action: This message does not stop execution. To get the full record, re-run sort and
use the –z option to specify a larger maximum record size.
Message: Missing -o file
Cause: You specified the –o option without providing a file name as an argument.
Action: Provide the missing file name.
Message: Missing character after -t
Cause: You specified the –t option without providing a field separator character as an
argument.
Action: Provide the missing field separator character.
Message: Missing keydefinition after -k
Cause: You specified the –k option without providing a key definition as an argument.
Action: Provide the missing key definition.
Message: Must specify number in "-option string"
Cause: You specified the option option which requires a numeric argument; however,
the argument string was not a valid number.
Action: Specify a valid number as the argument to option.
Message: non-unique key in record: ...
Cause: You specified the –c and –u options and the indicated record had a sorting key
that duplicated that of another record.
Action: Remove one of the records with the duplicate key or expand the sorting key so
that the records are unique.
Message: not ordered properly at: ...
Cause: You specified the –c option to verify that the input file was sorted and the indi-
cated record was found to be out of order.
Action: Use sort to sort the file into the desired order.
Message: Only one character allowed after -t
Cause: You specified more than one character as the argument to the –t option.
Action: Specify only one character with –t.
1-564 Commands and Utilities