|
submit |
|
|
Submits the specified JCL for execution with optionally specified parms. If an absolute pathname is given for the job no JOBPATH search is done by XBM, otherwise specified job is searched in the specified JOBPATH. Usage xbmc submit <job> [args] Options -p<priority> specifies priority -e<engine> requestes a specific engine (number or alias) -w wait mode: xbmc waits for JCL terminination and exits whit JCL return code -m runs the JCL even if another JCL with the same name is already running -h submits the JCL in pause status (hold) -E<environment> submits the JCL, passing one or more environment defined as follows: NAME=value I.e. xbmc submit -E"VAR1=XX" -E"VAR2='A B'" test.csh -t<time> specifies when to submit specified job. <time> must be specified in the following format: yyyy.MM.dd.hh.mm Time units separator may be a '.' (dot), a ':' (column) or a '/'(slash). If a smaller number of elements is provided xbm will assume the closest time value. I.e. xbmc -t 2002.1.10.10.10 submit JOB1.csh will submit JOB1.csh on January, 10th 2002 at 10:10 AM. xbmc -t 10:10 submit JOB1.csh will submit JOB1.csh at 10:10 AM of current day. If current time is after 10:10 the script will be submitted on the next day. xbmc -t 27.10.10 submit JOB1.csh will submit JOB1.csh at 10:10 AM of 27th of current month.
|