Upgrading DataStage 4.5 to 7.5.2 Env

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
ysrini9
Participant
Posts: 108
Joined: Tue Jul 12, 2005 2:51 am

Upgrading DataStage 4.5 to 7.5.2 Env

Post by ysrini9 »

Hi

We are planning to upgrade 4.X to Datastage 7.5.2.

Could you please suggest me what are the steps I need to follow ?

is there any major Imact ?

Thanks in Advance.

Thanks and Regards
srini
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Upgrade to 5.2 first, then from there to 7.5.2. I do not think upgrading from 4.5 directly to 7.5.2 is supported. Involve your support provider to get advice directly from IBM.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
WoMaWil
Participant
Posts: 482
Joined: Thu Mar 13, 2003 7:17 am
Location: Amsterdam

Post by WoMaWil »

you can also go via any 6.x Version as we did it.

Pay attention on each routine:

In past (before 5.x) you could do:

MyRoutine(Arg1)
Arg1=Arg1+25
Return(Arg1)

Now you have to change it like this:

MyRoutine(Arg1)
Arg2=Arg1
Arg2=Arg2+25
Return(Arg2)
Wolfgang Hürter
Amsterdam
Post Reply