compare two .dsx files

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
mohandl
Participant
Posts: 43
Joined: Tue Dec 26, 2006 7:01 am
Location: pune

compare two .dsx files

Post by mohandl »

Hi All

Is there any way to compare two .dsx files having same code but diff environments.

Mohan
MOHAN
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

The preferred way would be to this via a DataStage job but you could also use the UNIX "orchadmin dump {file.ds}" on both files and "diff" them.
balajisr
Charter Member
Charter Member
Posts: 785
Joined: Thu Jul 28, 2005 8:58 am

Post by balajisr »

Arnd,

OP question was to compare two .dsx files. :wink:
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Oopsie, thanks for correcting me. UNIX "diff" is your friend here.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Umm, I already apologized once...
DS_SUPPORT
Premium Member
Premium Member
Posts: 232
Joined: Fri Aug 04, 2006 1:20 am
Location: Bangalore

Post by DS_SUPPORT »

Seems, the OP is in windows. and for windows , you are having lot of freewares, where you can compare two files.

I am using EXAMDIFF.
JoshGeorge
Participant
Posts: 612
Joined: Thu May 03, 2007 4:59 am
Location: Melbourne

Dos commands to compare files

Post by JoshGeorge »

DOS commands "comp" or "fc". Textpad (Free download text editor for Windows) also does file comparison.
Joshy George
<a href="http://www.linkedin.com/in/joshygeorge1" ><img src="http://www.linkedin.com/img/webpromo/bt ... _80x15.gif" width="80" height="15" border="0"></a>
sachin1
Participant
Posts: 325
Joined: Wed May 30, 2007 7:42 am
Location: india

Re: Dos commands to compare files

Post by sachin1 »

examdiff is good with graphical interface.
balajisr
Charter Member
Charter Member
Posts: 785
Joined: Thu Jul 28, 2005 8:58 am

Post by balajisr »

ArndW wrote:Umm, I already apologized once...
My previous post turned out to be double post and it is a coincidence that you had replied in between those posts. I had deleted the duplicate post after noticing it and i guess you had replied to my duplicate post while i was trying to delete it. :)
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Re: compare two .dsx files

Post by ray.wurlod »

mohandl wrote:Hi All

Is there any way to compare two .dsx files having same code but diff environments.

Mohan
Once you get version 8, you can compare two versions of, say, a job right there on the canvas, and the report contains hyperlinks to the location of all differences found. Magic!
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply