WebSphere Extended Deployment, Version 6.0.x
             Operating Systems: AIX, HP-UX, Linux, Solaris, Windows, z/OS


xJCL sample for a compute-intensive job

The following is an xJCL sample for a compute-intensive job. Currently, only single-step jobs are supported.

<?xml version="1.0" encoding="UTF-8"?>

<job name="SimpleCIEar" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
       <jndi-name>ejb/com/ibm/ws/ci/SimpleCIEJB</jndi-name>
       <job-step name="Step1">
            <classname>com.ibm.websphere.ci.samples.SimpleCIWork</classname>
            <props>
               <prop name="calculationTimeInSecs" value="30" />
               <prop name="outputFileName" value="SimpleCI_output_file" />
       </props>
  </job-step>
</job>



Related concepts
xJCL elements
XML schema for a batch job
The long-running job state table
Concept topic    

Terms of Use | Feedback

Last updated: Nov 30, 2007 4:00:35 PM EST
http://publib.boulder.ibm.com/infocenter/wxdinfo/v6r0/index.jsp?topic=/com.ibm.websphere.xd.doc/info/scheduler/cxdbatchcij.html