I've been running a Java program from a "greenscreen" CL program. But when I adjusted the variable size for &URL to 300 in the CL program, I received a runtime error saying:
CALL QGPL/DPSSCL
Value 'http://eas' for PARM exceeds 256 characters.
Error found on JAVA command.
Function check. CPF0001 unmonitored by DPSSCL at statement 6600,
instruction X'0034'.
CPF0001 received by DPSSCL at 6600. (C D I R)
CPF0001 received by DPSSCL at 6600. (C D I R)
Have you run into anything like this? What am I doing wrong?
CALL QGPL/DPSSCL
Value 'http://eas' for PARM exceeds 256 characters.
Error found on JAVA command.
Function check. CPF0001 unmonitored by DPSSCL at statement 6600,
instruction X'0034'.
CPF0001 received by DPSSCL at 6600. (C D I R)
CPF0001 received by DPSSCL at 6600. (C D I R)
Have you run into anything like this? What am I doing wrong?

Comment