xJCL sample for a native execution job

The native execution sample is for a single-step job, which are the only type of jobs that are supported.

<?xml version="1.0"?>
<job name="GridUtilitySample" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <job-step name="Step1" application-name="tryit">
    <env-entries>
      <env-var name="PATH" value="/opt/IBM/WebSphere/AppServer/java/jre/bin"/>
      <env-var name="CLASSPATH" value="/user/classes"/>
    </env-entries>
    <exec executable="java">
       <arg line="GridUtilitySample"/>
    </exec>
  </job-step>
</job>
Concept topic    

Terms and conditions for information centers | Feedback

Last updated: April 18, 2014 05:01 AM CDT
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=phil&product=was-nd-iseries&topic=cgrid_xdbatchnej
File name: cgrid_xdbatchnej.html