SORT000 - SORT099
SORT009U job-number job-name SORT TERMINATED - ERROR ACCESSING MFJSORTM.DAT
The message file cannot be found or it cannot be opened.
SORT012U job-number job-name SYSIN DATASET 'DATASET' EMPTY
MFJSORT
has found the specified SYSIN data set to be empty. Processing is terminated.
SORT013U job-number job-name I/O ERROR ON DATASET 'DATASET'
An I/O error has occurred on the specified data set.
SORT014U job-number job-name STATUS = FILE STATUS
The specified file status values indicate the cause of the I/O error reported in message
SORT013U
.
SORT015U job-number job-name COMMAND STATEMENT ERROR(S) DETECTED
Errors have been detected during
SYSIN
command statement processing.
SORT016I job-number job-name SORTTEMP DATASET ALLOCATED TO 'FILE'
The temporary sort work file has been allocated to the specified file. The temporary file name is obtained from the operating system and appended with a
$WK
file name extension.
SORT019I job-number job-name KEY LENGTH TRUNCATED TO 4096 BYTES
The concatenated key length exceeds 4096 bytes. Processing continues, however the sort/merge operation uses only the first 4096 bytes of the key field(s) specified.
SORT020U job-number job-name SORT(EXTSM) FAILED – SORT ENGINE STATUS = EXTSM STATUS
The size of the files which can be sorted or merged by
MFJSORT(EXTSM)
is determined by the record length, number of sort fields, sort field lengths, the amount of memory available, and the amount of disk space available for virtual paging.
SORT033I job-number job-namenumber RECORDS MERGED
This message indicates the number of records actually written to the SORTOUT output data set by the
MERGE
function.
SORT034I job-number job-namenumber RECORDS COPIED
This message indicates the number of records actually written to the SORTOUT output data set by the
COPY
function.
SORT035U job-number job-name SORTIN DSORG OR RECFM MISSING
The record format for the SORTIN data set is missing.
SORT036U job-number job-name SORTIN RECORD LENGTH MISSING OR INVALID
The record length for the SORTIN data set is missing.
SORT037U job-number job-name SYSIN RECFM 'FORMAT'' INVALID
The record format for the SYSIN data set is invalid.
SORT038U job-number job-name SORTIN RECFM 'FORMAT' INVALID
The record format for the SORTIN data set is invalid.
SORT039U job-number job-name SORTOUT RECFM 'FORMAT' INVALID
The record format for the SORTOUT data set is invalid.
SORT040U job-number job-name SORT TERMINATED BY E15 'PROGRAM'
The user E15 exit has requested termination of the sort/merge operation.
SORT041U job-number job-name SORT TERMINATED BY E35 'PROGRAM'
The user E35 exit has requested termination of the sort/merge operation.
SORT042U job-number job-name MEMORY ALLOCATION FAILURE
The system has run out of memory during the sort process.
SORT043U job-number job-name TOO MANY OUTFIL FILES SPECIFIED
The limit of 16 OUTFIL files has been exceeded.
SORT044U job-number job-name TOO MANY 'USE' FILES SPECIFIED
The limit of 16 USE files has been exceeded (non-emulation mode).
SORT045U job-number job-name TOO MANY 'GIVE' FILES SPECIFIED
The limit of 16 GIVE files has been exceeded (non-emulation mode).
SORT090U job-number job-name SORT TERMINATED - MISSING SYSOUT
The DD statement for the SYSOUT data set cannot be located.
SORT091U job-number job-name SORT TERMINATED - MISSING SYSIN
The DD statement for the SYSIN data set cannot be located.
SORT092U job-number job-name SORT TERMINATED - MISSING SORTOUT
The DD statement for the SORTOUT data set cannot be located.
SORT093U job-number job-name SORT TERMINATED - MISSING SORTIN OR SORTIN01
The DD statement for a SORTIN or SORTIN01 data set cannot be located.
SORT094U job-number job-name SORT TERMINATED - MISSING SORTOFnn
The DD statement for a SORTOF data set referenced by the OUTFIL control statement cannot be located.
SORT095U job-number job-name SORT TERMINATED – BAD DATA IN 'CHANGE' FIELD
Input data did not match any of the CHANGE find-constants and the
NOMATCH
option was not specified.
SORT096U job-number job-name SORT TERMINATED – MISSING FNAMES DATASET 'DATASET'
The DD statement for the FNAMES data set cannot be located.
Parent topic:
SORT - MFJSORT Error Messages