Answser for Denise

Hi Denise,

I had same trouble when i check job, i look at the source of the plugin “check_as400.java” and i debug the source. I use french language for the plugin not try in English, but if you modify
the line 946 (function ParseChkJobsts)
String status=(buffer.substring(start+53,start+60)).trim(); by
String status=(buffer.substring(start+53,start+59)).trim();
Plugins Work
You have to recompile after modification
javac check_as400.java
I think same trouble apply to CJS.
Regards