6.2 --> 5.2 need help for export

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
rexy
Participant
Posts: 6
Joined: Fri Dec 05, 2003 8:51 am

6.2 --> 5.2 need help for export

Post by rexy »

I need to know if it is possible and if there is any problem in developing jobs/routine/sequencer in datastage 6.2 and then export them in datastage 5.2


thanks for any help!
best regard
AM
raju_chvr
Premium Member
Premium Member
Posts: 165
Joined: Sat Sep 27, 2003 9:19 am
Location: USA

Re: 6.2 --> 5.2 need help for export

Post by raju_chvr »

there are many things that you need to keep in my nind before doing this. The new features/stages introduced in 6.2 and that were not in 5.2 would defenitely be a problem.

I assume you would have already thought about this. But worth mentioning I guess.
vmcburney
Participant
Posts: 3593
Joined: Thu Jan 23, 2003 5:25 pm
Location: Australia, Melbourne
Contact:

Post by vmcburney »

A better option would be to install both 5.2 and 6.2 on your machine and get a copy of the Client Switcher application from someone with a 7.0 disk. Then you can do all your development in 5.2 and switch to 6.2 at any time. Upgrading a component from 5.2 to 6.2 is fully supported by Ascential but going the other way is not.

I haven't tried a downgrade before but my guess is that it would work. Those export text files are fairly simple and they are very similar between versions. You can run an experiment, move one of your 5.2 projects into version 6.2, export this project from both versions, run a text file comparison with a tool like Examdiff. This will show you what changes 6.2 makes to export files and you may need to do some modifications to them before putting them into 5.2.

I would expect sequence jobs and routines to move across okay as they are straight BASIC code. One possible problem is any database stages in your server jobs as the options for those stages often change between DataStage version.

I'd say that moving from version 5.x to anything earlier would be very hazardous but moving from 6.x to 5.x is easier as there is not much difference between these releases. You version 6 upgrade guide gives you a list of feature that were new for that version that will cause downgrade problems.
kcbland
Participant
Posts: 5208
Joined: Wed Jan 15, 2003 8:56 am
Location: Lutz, FL
Contact:

Post by kcbland »

You cannot import a DS6 job into DS5, you get garbage.
Kenneth Bland

Rank: Sempai
Belt: First degree black
Fight name: Captain Hook
Signature knockout: right upper cut followed by left hook
Signature submission: Crucifix combined with leg triangle
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Theoretically you could remove everything specific to 6.x from the DSX file and - as needed - change revision numbers of components and the ToolsVersion designator and it would work. But there is no documentation about what you would need to take out; you could put the hours in studying the same export from a 5.x and a 6.x system for the same job, but would the benefit be worth the cost?
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