migration of code

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

migration of code

Post by mohandl »

Hi,

I written one batch program in 7.1 in windows environment this batch job i need to migrate to 7.5 parallel in unix environment.

If i export and import to 7.5 Is it works fine? please let me know if any one knows

following is the partial code for u r understand


V.VERBOSE = 'N'
V.JobName = TRIM(JobName)
IF V.JobName = '' THEN
CALL DSLogWarn('No job name entered','MSG')
GO 9999
END


* Attach the job to run

JobHandle = DSAttachJob(V.JobName,DSJ.ERRWARN)


As per i know in 7.1 we use Basic language for writting batch program and in 7.5 parallel we have to write in C/C++ code.

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

Post by ArndW »

Please do not post duplicate threads in different forums. Your thread here already has a response.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

The phrase "for u r understand" is not good English on so many levels! We strive for a professional standard of written English here on DSXchange, believing this to be the easiest way to have the most people, even those whose first language is not English, comprehend what is being said.
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