Hello all, I've run into a bit of a problem. I had a cl program which did the following: 1) over-ride STDOUT to a file 2) call a Java program via the QSH CMD('JAVA JVAPGM'). 3) continue with other processing I've just discovered that some of our customers do not have QSH installed on their AS/400's. I modified my cl program to invoke the java program via the RUNJVA command, which runs the java program but seems to invoke QSH. I then have to press F3 to exit QSH, after which my cl program continues its processing. Is there a way to get RUNJVA to execute the program without pulling up QSH? Thanks in advance.

Reply With Quote