Compiling and running Java Integration stage jobs

You can compile the Java Integration stage jobs into executable scripts that you can schedule and run.

Procedure

  1. In the InfoSphere DataStage and QualityStage Designer client, open the job that you want to compile.
  2. Click the Compile button.
  3. If the Compilation Status area shows errors, edit the job to resolve the errors. After resolving the errors, click the Re-compile button.
  4. When the job compiles successfully, click the Run button, and specify the job run options:
    1. Enter the job parameters as required.
    2. Click the Validate button to verify that the job will run successfully without actually extracting, converting, or writing data.
    3. Click the Run button to extract, convert, or write data.
  5. To view the results of validating or running a job:
    1. In the Designer client, select Tools > Run Director to open the Director client.
    2. In the Status column, verify that the job was validated or completed successfully.
    3. If the job or validation fails, select View > Log to identify any runtime problems.
  6. If the job has runtime problems, fix the problems, recompile, validate (optional), and run the job until it completes successfully.