Page 1 of 1

migration of code

Posted: Thu Jun 05, 2008 3:00 am
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

Posted: Thu Jun 05, 2008 3:54 am
by ArndW
Please do not post duplicate threads in different forums. Your thread here already has a response.

Posted: Thu Jun 05, 2008 4:52 am
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.