JoAnnB
0 pts. | May 27 2005 8:02AM GMT
Do you have the Java Toolbox for the iSeries? If you did you could do something like - CommandCall command = new CommandCall(as400,”SBMJOB CMD(CALL PGM(library/program) PARM(’” + parm1 + “‘ ‘” + parm2 + “‘)) JOB(job-name)”)
TomLiotta
7355 pts. | Oct 26 2009 2:11AM GMT
I would like to know if the above procedure would make any calls to cobol programs inside the defined CL[/I}
There’s no way to know from what you showed. We need to see what the CL program does if we’re going to guess if it’ll call COBOL programs or not. Show the CL.
Also, tell us if any errors are returned java when the stored proc is called. What does the java call look like?
Tom






