Consultor Eletrônico



Kbase P18384: Error 135 when compiling a program
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   9/24/2007
Status: Verified

SYMPTOM(s):

When compiling a 4GL program error 135 is received

** More than <value> characters in a single statement--use -inp parm. (135)

CAUSE:

The program has a single statement (i.e. a large CASE statement or something similar) which has exceeded the current maximum size for a single statement. The maximum size is specified by using the -inp startup parameter. The default value for the -inp startup parameter is 4096.

FIX:

Specify the -inp startup parameter on the client command line and set its value to something greater than 4096. The maximum value is 32000.

For example, to implement this startup parameter to the Progress GUI client (prowin32.exe) do the following:

prowin32.exe -inp 32000