


        I can run a Java Appl on the MF 3 ways:
        
        1) I can use my Developer tool to connect remotely and run the job
        
        2) I can create then execute a Unix Shell Script
             I can set STDOUT/STDERR in the Shell Script and not in JCL
             
        3) I can create and submit JCL    
             I can use PARM='SH ...' to invoke a Shell Script
             I can use PARM='PGM ...' to invoke Java executable
             in the JCL I need to provide the Java Entry point name
        
