SORT100 - SORT199
SORT100E job-number job-name MISSING OPERATOR
The SYSIN command statement does not contain a valid operator.
SORT101E job-number job-name MALFORMED OPERATOR
The SYSIN command statement operator (at the specified column) is invalid. A space must separate the operator from any operands.
SORT102E job-number job-name EXPECTED OPERAND MISSING
A required operand is not present on the command statement.
SORT103E job-number job-name INVALID OPERATOR 'OPERATOR'
The command statement operator (at the specified column) is invalid.
SORT104E job-number job-name INVALID OPERAND KEYWORD 'OPERAND'
The command statement operand (at the specified column) is invalid.
SORT105E job-number job-name EXPECTED CONTINUATION NOT PRESENT
The command statement contains a continuation character in column 72, but the continuation text has not been found.
SORT106E job-number job-name FIELD FORMATS IMPROPERLY SPECIFIED
The field format is incorrectly coded as a field-specific operand (for example,
FIELDS=1,5,CH,A
) and also as a global operand (for example,
FORMAT=CH
).
SORT107E job-number job-name FIELD FORMAT 'FORMAT' INVALID
The specified field format (at the specified column) is invalid. Valid field formats are
AQ
,
BI
,
CH
,
FI
,
ZD
, and
PD
.
SORT108E job-number job-name SEQUENCE 'SEQUENCE' INVALID
The sequence operand (at the specified column) must be
A
or
D
for ascending or descending sequences respectively.
SORT109E job-number job-name TOO MANY FIELDS SPECIFIED
Control fields are limited to 16.
SORT110E job-number job-name NON-NUMERIC DATA DETECTED
Numeric data is expected at the specified column.
SORT111E job-number job-name 'OPERATOR' OPERATOR ALREADY PROCESSED
The specified operator (at the specified column) has already been processed.
SORT112E job-number job-name 'EXIT'' EXIT NOT SUPPORTED
The specified exit (at the specified column) is not supported. Only the E15 and E35 exits are supported by MFJSORT.
SORT114E job-number job-name EXPECTED '(' NOT FOUND
A left parenthesis is expected at the specified column but has not been found.
SORT115E job-number job-name BOOLEAN OPERATOR 'OPERATOR' INVALID
The specified Boolean operator (at the specified column) is invalid. Valid Boolean operators are
EQ
,
NE
,
LT
,
LE
,
GT
, and
GE
.
SORT118E job-number job-name SORT / MERGE CONFLICT
Both
SORT
and
MERGE
commands have been found; only one can be specified. The second command is at the specified column.
SORT119E job-number job-name INCLUDE / OMIT CONFLICT
Both
INCLUDE
and
OMIT
commands have been found; only one can be specified. The second command is at the specified column.
SORT120E job-number job-name SORT STATEMENT MISSING FIELDS OPERAND
The
SORT
command statement does not contain a FIELDS operand.
SORT121E job-number job-name MERGE STATEMENT MISSING FIELDS OPERAND
The
MERGE
command statement does not contain a FIELDS operand.
SORT122E job-number job-name INCLUDE STATEMENT MISSING COND OPERAND
The
INCLUDE
command statement does not contain a COND operand.
SORT123E job-number job-name OMIT STATEMENT MISSING COND OPERAND
The
OMIT
command statement does not contain a COND operand.
SORT124E job-number job-name FIELD POSITION 'NUMBER' INVALID
The specified field position is invalid. Field positions can start at 1 but must not exceed the length of the SORTIN record, allowing for the length of the control field.
SORT125E job-number job-name FIELD LENGTH 'NUMBER' INVALID
The field length specified is too long. Control fields are limited to 1024 bytes in length. Byte(.bit) notation is not supported.
SORT126E job-number job-name RECORD LENGTH 'NUMBER'' INVALID
The specified record length is invalid. Record lengths may not exceed 32768 bytes.
SORT127E job-number job-name MISSING SORT/MERGE/COPY COMMAND STATEMENT
A
SORT
,
MERGE
, or
COPY
command statement is required.
SORT128E job-number job-title EXPECTED ')' NOT FOUND
A closing parenthesis ')' was expected and not found.
SORT129E job-number job-name EXPECTED '=' NOT FOUND
'=' was expected and not found.
SORT130E job-number job-name EXPECTED 'F' OR 'V' NOT FOUND
Either
F
or
V
must be specified to indicate recording mode (non-emulation mode).
SORT131E job-number job-name EXPECTED 'IX', 'RL', 'SQ', OR 'LS' NOT FOUND
Organization must be specified as either
IX
,
RL
,
SQ
or
LS
(non-emulation mode).
SORT132E job-number job-name PRIME KEY MUST BE SPECIFIED FIRST
When specifying keys for a USE OR GIVE indexed file (non-emulation mode), the prime key must be specified first.
SORT133E job-number job-name EXPECTED 'P', 'AD', 'A', OR 'C' NOT FOUND
Key type for a USE OR GIVE indexed file must be specified as one of
P
(primary),
AD
(alternate permitting duplicates)
A
(alternate not permitting duplicates) or
C
(component).
SORT134E job-number job-name KEYWORD/VALUE 'VALUE' INVALID FOR DFSORT EMULATION
The specified keyword is not valid for DFSORT emulation.
SORT135E job-number job-name KEYWORD/VALUE 'VALUE' INVALID FOR SYNCSORT EMULATION
The specified keyword is not valid for SYNCSORT emulation.
SORT136E job-number job-name NO GIVE FILE SPECIFIED FOR OUTFIL GROUP
No GIVE file has been specified for the current OUTFIL group (non-emulation mode).
SORT137E job-number job-name NO USE FILE SPECIFIED
No USE file has been specified for the
SORT
(non-emulation mode).
SORT138E job-number job-name TARGET LITERAL 'LITERAL' TOO LONG IN CHANGE
The set-constant in a CHANGE statement must not be longer than the specified length of the output field to be inserted (v).
SORT139E job-number job-name SUBSTRING COMPARISON MUST BE WITH CHARACTER LITERAL
The right-hand side of a substring comparison must be a character literal.
SORT140E job-number job-name INVALID BINARY DIGIT DETECTED
An invalid digit has been found in a binary literal. Valid digits are 0 and 1.
SORT141E job-number job-name CANNOT SPECIFY SAVE WITH EITHER INCLUDE OR OMIT
Only one of INCLUDE, OMIT or SAVE may be specified for any OUTFIL group.
SORT142E job-number job-name REPEATED FILES= OR FNAMES=
Only one of FILES= or FNAMES= may be specified for any OUTFIL group.
SORT191I job-number job-name OPERATOR 'OPERATOR' IGNORED
The specified operator (at the specified column) is not supported and has been ignored. Processing continues without error.
SORT192I job-number job-name OPERAND 'OPERAND' IGNORED
The specified operand (at the specified column) is not supported and has been ignored. Processing continues without error.
SORT193E job-number job-name INVALID HEX DIGIT DETECTED
An hexadecimal digit (0 - 9 or A - F) is expected at the specified column but has not been found.
SORT194I job-number job-name NO ALTSEQ COMMAND SPECIFIED FOR 'AQ' SORT FIELD FORMATS; 'CH' ASSUMED
A SORT control field requests an alternate collating sequence but no
ALTSEQ
command statement is specified. The standard collating sequence has been used instead. Processing continues without error.
SORT195I job-number job-name SORTWORK DIRECTORY 'DIRECTORY' IS INVALID; USING CURRENT DIRECTORY
The
MFJWORK
or
TEMP
environment variable does not contain a valid device or directory path. The current directory has been used for temporary files instead. Processing continues without error.
SORT196E job-number job-name SUM / COPY CONFLICT
The
SUM
command (at the specified column) cannot be used when the FIELDS=COPY statement is in effect.
SORT197E job-number job-name INREC / MERGE CONFLICT
The
INREC
command (at the specified column) cannot be used with
MERGE
operations.
SORT198E job-number job-name NON-NUMERIC DATA DETECTED IN 'ZD' SUM FIELD
Non-numeric data has been found in a field specified as zoned decimal.
SORT199E job-number job-name TOO MANY OUTFIL STMTS OR TOO MANY FIELDS ON OUTFIL STMT(S)
More than 16 SORTOF
nn
files are specified by the
OUTFIL
command(s).
Parent topic:
SORT - MFJSORT Error Messages