Micro Focus Visual COBOL 2.3 Update 2 for Eclipse (Windows)
>
General Reference
>
File Handling Reference
>
Sorting Files
>
Mfsort Error Messages
>
Messages 0001 to 0099
Messages 0001 to 0099
Select the number of the message you require details about:
SORT014U Status = value
SORT015U Command statement error(s) detected
The sort will not execute because of errors found during the parsing of the command.
SORT019I Key length truncated to 4096 bytes
SORT020U SORT(EXTSM) failed - sort engine status = Value
An unexpected failure occured after the sort had been initiated. This message indicates the returned sort file status value.
SORT032I Number records sorted
SORT033I Number records merged
SORT034I Number records copied
SORT036U SORTIN record length missing or invalid
You did not specify a record length in the RECORD instruction, or else you specified an invalid length.
SORT037U SYSIN RECFM value invalid
SORT038U SORTIN RECFM value invalid
The record format in the RECORD instruction for the input file is invalid.
SORT039U SORTOUT RECFM value invalid
The record format in the RECORD instruction for the output file is invalid.
SORT040U SORT terminated by E15 Operator
The user exit routine E15 has terminated the sort process.
SORT041U SORT terminated by E35 Operator
The user exit routine E35 has terminated the sort process.
SORT042U Memory allocation failure
The
mfsort
utility was unable to allocate the required memory.
SORT043U Too many OUTFIL files specified
You have specified too many files in the OUTFIL option.
SORT044U Too many USE files specified
You have specified too many files in the USE instruction.
SORT045U Too many GIVE files specified
You have specified too many files in the GIVE instruction.
SORT050U ICETOOL input file not found
The file that is to be sorted has not been found.
SORT051U ICETOOL output file not found
The definition for the output file has not been found.
SORT093U SORT terminated - missing SORTIN or SORTIN01
SORT094U SORT terminated - missing SORTOFvalue
SORT095U SORT terminated - Bad data in CHANGE field
Please see the CHANGE and DFSORT documentation on the IBM web site for further details.
SORT096U SORT terminated - missing FNAMES dataset value
Please see the FNAMES and DFSORT documentation on the IBM web site for further details.
Parent topic:
Mfsort Error Messages