Marimari1009
01-03-07, 15:08
Hallo zusammen,
folgender Fehler
Message ID . . . . . . : RNX0100 Severity . . . . . . . : 50
Message type . . . . . : Escape
Date sent . . . . . . : 01/03/07 Time sent . . . . . . : 11:31:10
Message . . . . : Length or start position is out of range for the string
operation.
Cause . . . . . : One of the following has occurred in RPG procedure RECVPF5
in program DCM/RECVPF5:
- A numeric length or start position is less than 1 or too large for the
string operation.
- The search-argument parameter of the %SCAN built-in function has zero
length or is longer than the source-string parameter.
- The maximum-length parameter of the %STR built-in function is not a value
between 1 and the maximum size of a character field.
Recovery . . . : Contact the person responsible for program maintenance to
determine the cause of the problem.
bei folgendem Statement:
EVAL %SUBST(WRKREC:J:COMLEN)=*ALL' '
wobei WRKREC eine Länge von 9900 hat, J hat den Wert 1291,
COMLEN hat den Wert 3683.
Wer kann helfen?
Vielen Dank im Voraus
Klaus
folgender Fehler
Message ID . . . . . . : RNX0100 Severity . . . . . . . : 50
Message type . . . . . : Escape
Date sent . . . . . . : 01/03/07 Time sent . . . . . . : 11:31:10
Message . . . . : Length or start position is out of range for the string
operation.
Cause . . . . . : One of the following has occurred in RPG procedure RECVPF5
in program DCM/RECVPF5:
- A numeric length or start position is less than 1 or too large for the
string operation.
- The search-argument parameter of the %SCAN built-in function has zero
length or is longer than the source-string parameter.
- The maximum-length parameter of the %STR built-in function is not a value
between 1 and the maximum size of a character field.
Recovery . . . : Contact the person responsible for program maintenance to
determine the cause of the problem.
bei folgendem Statement:
EVAL %SUBST(WRKREC:J:COMLEN)=*ALL' '
wobei WRKREC eine Länge von 9900 hat, J hat den Wert 1291,
COMLEN hat den Wert 3683.
Wer kann helfen?
Vielen Dank im Voraus
Klaus