Class MvsConsoleWrapper

java.lang.Object
com.ibm.jzos.sample.MvsConsoleWrapper

public class MvsConsoleWrapper extends Object
This sample demonstrates a main program that can be used to wrap another main program while redirecting System.in and System.out to the MVS console.
  • Constructor Details

    • MvsConsoleWrapper

      public MvsConsoleWrapper()
  • Method Details

    • main

      public static void main(String[] args) throws Exception
      The main method accepts as arguments the name of the wrapped class followed by its arguments.
      Throws:
      Exception