문제

Parallel jobs need configuration file in DataStage, what about server jobs? Normally server jobs runs in sequential mode only.

도움이 되었습니까?

해결책

simplistically put Configuration file binds code to the hardware on which the code should execute, hence there is always a default config file (unless explicitly specified) that is used when a job runs. So even server jobs need a CPU to get executed hence the config file.

check this one out if it helps: http://mydatastage-notes.blogspot.com.au/2013/04/configuration-file.html

IBM docs have there own version which you can look up...

다른 팁

DataStage Server jobs don't need any configuration file defined to run. Server jobs are run sequentially.

Server jobs do not require a configuration file. They run on the machine on which the DSEngine software is installed, usually referred to as the Engine Tier.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top