is there any way to compile DataStage 11.7 jobs in Unix/Linux using shell?

78 Views Asked by At

I have tried using dsjob --help if there are any compiling commands but I cannot seem to find any command which can compile. is it possible to compile using uvsh because there isnt much material i can find regarding that either so any links related to that would be helpful thanks

2

There are 2 best solutions below

1
Klaus On

You can compile jobs with dscc command. The dsjob command is intended to control jobs, not to compile them.

See: dscc dsjob

0
Justus Kenklies On

You can use the IBM DataStage Flow Designer REST API to compile jobs. Since it's pure REST, there is no need for a client tier (like there is when using dscc). So you can write a script/program which also runs on the services tier.