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>
Related concepts
xJCL elements XML schema for a native execution job