Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

samples
Class SampleMvsJobSubmission  view SampleMvsJobSubmission download SampleMvsJobSubmission.java

java.lang.Object
  extended bysamples.SampleMvsJobSubmission

public class SampleMvsJobSubmission
extends java.lang.Object


Field Summary
private static boolean _DEBUG_
           
 
Constructor Summary
SampleMvsJobSubmission()
           
 
Method Summary
static void main(java.lang.String[] args)
          testing basic MVS job Submission through FTP Following parameters are requested : 1) command among followings : 'LISTQ' : sample JES2 listqueue.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_DEBUG_

private static final boolean _DEBUG_
See Also:
Constant Field Values
Constructor Detail

SampleMvsJobSubmission

public SampleMvsJobSubmission()
Method Detail

main

public static void main(java.lang.String[] args)
testing basic MVS job Submission through FTP Following parameters are requested : 1) command among followings : 'LISTQ' : sample JES2 listqueue. 'DELETEQ' : delete given entry from JES2 HOLD queue 'READJOB' : read given entry from JES2 HOLD queue 'SUBMIT' : submit local JCL file to JES input queue