|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.jzos.sample.MvsConsoleInteraction
public class MvsConsoleInteraction
This sample shows how JZOS can be used to interact with the MVS console.
The main program enters a loop waiting for dataset names to be sent via the MVS modify command.
Constructor Summary | |
---|---|
MvsConsoleInteraction()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
This program issues a WTO requesting that a dataset name be sent via an operator modify command. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MvsConsoleInteraction()
Method Detail |
---|
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |