Friday, October 23, 2015

Compile a Datastage job/multiple jobs through Command Line

Question

How do you compile all jobs in a project via command line?

Answer

Perform the following:
  1. Open a DOS command prompt on the client
  2. Run the following from C:\IBM\InformationServer\Clients\Classic:

    dscc.exe /H hostname /U username /P password project_name /J jobname

    Note: The job name can be * to compile all the jobs in the Project.

Note: you cannot use this command to compile a single job.

1 comment:

tMap vs tJoin -Talend

  tMap is frequently used component for joins and lookup purpose, it is also use for verity of operations and transformations, whereas tJoin...