Job executables

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
anitha_casturi
Participant
Posts: 21
Joined: Wed Jun 30, 2004 3:48 am

Job executables

Post by anitha_casturi »

hi,

We have only executables in Production. We need to check if the design time information in Development is in sync with Production.

Will comparing the dsx of executables in Prod and development help?

Would it be a good idea to compare executables in different environments to check if they match?


Regards,
Anitha
Thanks,
Anitha
samyamkrishna
Premium Member
Premium Member
Posts: 258
Joined: Tue Jul 04, 2006 10:35 pm
Location: Toronto

Re: Job executables

Post by samyamkrishna »

Comparing the .dsx files will work fine.
use the diff command
anitha_casturi
Participant
Posts: 21
Joined: Wed Jun 30, 2004 3:48 am

Re: Job executables

Post by anitha_casturi »

samyamkrishna wrote:Comparing the .dsx files will work fine.
use the diff command
Thank you for the response.

Will comparing dsx of executables really help. I understand we can compare dsx of design information but i am really keen on comparison of dsx executables
Thanks,
Anitha
zulfi123786
Premium Member
Premium Member
Posts: 730
Joined: Tue Nov 04, 2008 10:14 am
Location: Bangalore

Re: Job executables

Post by zulfi123786 »

anitha_casturi wrote:I understand we can compare dsx of design information but i am really keen on comparison of dsx executables
True. If your machine changes then the executable is likely to change.
If you people promote the jobs to prod using the export of executable from dev then there should be no problem with the comparision.
Post Reply