Previous Topic: IDADSETC87 - DIALMASK must be ALL or /string/Next Topic: IDADSETC89 - SET COMPILE option “word” must be YES, NO, ON, or off


IDADSETC88 - COMPILE LINELIMIT must be in range 0 - 999999 inclusive

Reason:

The COMPILE LINELIMIT sets the maximum number of PDL source lines allowed for online compiles. The number must be a non-negative number with six or fewer digits. The limit does not apply to batch compiles. You can use the SET COMPILE LINELIMIT 0 command to prohibit the use of online compiles.

If a program is compiled online and contains more source lines than the LINELIMIT, a compiler error is generated and the compile terminates.

Action:

Correct the errors and re-specify.