z/OS DFSORT Messages, Codes and Diagnosis Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


ICE260A

z/OS DFSORT Messages, Codes and Diagnosis Guide
SC23-6879-00

ICE260A
FIND/REPLACE FIELD ERROR

Explanation

Critical. One of the following errors was found in the FINDREP operand of an INREC, OUTREC or OUTFIL statement:

  • A 0 value was used.
  • A null value was used where it was not permitted.
  • IN or INOUT was not specified.
  • INOUT, IN, OUT, STARTPOS, ENDPOS, DO, MAXLEN, OVERRUN or SHIFT was specified more than once.
  • INOUT was specified with IN or OUT.
  • IN was specified without OUT, or OUT was specified without IN.
  • An input constant was specified without a matching output constant in INOUT.
  • A repetition factor was 0 or greater than 256 for a character string or hexadecimal string.
  • The total length of a single or repeated character or hexadecimal constant was greater than 256 bytes.
  • An invalid digit or an odd number of digits was specified for a hexadecimal string.
  • The value for STARTPOS, ENDPOS or MAXLEN was greater than 32752.
  • The value for DO was greater than 1000.

System action

The program terminates.

Programmer response

Check the FINDREP operand for the errors indicated in the explanation and correct the errors.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014