Kbase P154555: Error 379 when using INPUT THROUGH statement
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  22/02/2010 |
|
Status: Unverified
SYMPTOM(s):
Error 379 when using INPUT THROUGH statement
** OS escape command too long. (379)
Command string used with INPUT THROUGH is larger than 225 characters
FACT(s) (Environment):
Progress 9.1E
OpenEdge 10.x
Windows
CAUSE:
INPUT THROUGH statement is limited to +/- 226 characters
FIX:
Add the long command-line to a batch file and call the batch file via INPUT THROUGH, e.g.
INPUT THROUGH VALUE ("myLongCmd.bat").