Modifying the example to debug in full-screen mode

The example in Example: JCL that runs z/OS Debugger in batch mode can be modified so that the batch program can be debugged in full-screen mode. Change line  1  to one of the following examples:

  • To use full-screen mode using a dedicated terminal without Terminal Interface Manager, use the following statement:
    //        PARM='/TEST(,INSPIN,,MFI%TRMLU001:)'
  • To use full-screen mode using the Terminal Interface Manager, use the following statement:
    //        PARM='/TEST(,INSPIN,,VTAM%USERABCD:)'