Build precise queries to find exactly what you need
Press ESC to close
@virgule59
Member Since: May 9, 2016
Favorites0
Views
Projects0
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
Reviewed 9 years ago