public class MvsConsoleInteraction
extends java.lang.Object
The main program enters a loop waiting for dataset names to be sent via the MVS modify command.
| Constructor and Description |
|---|
MvsConsoleInteraction() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args)
This program issues a WTO requesting that a dataset name be sent via
an operator modify command.
|
public static void main(java.lang.String[] args)
throws java.lang.Exception
The program loops until the string "EXIT" is sent via the modify command or a STOP command is received. The STOP command is handled entirely by the mvsCallback.
java.lang.Exception