View previous topic :: View next topic |
Author |
Message |
venkat Guest
|
Posted: Mon Mar 08, 2004 8:07 am Post subject: Telon to Cobol Conversion |
|
|
We are going to convert all telon batch programs and online programs into cobol programs.what are the necessary points to be taken care of.we are compiling the telon programs in changeman. |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12376 Topics: 75 Location: San Jose
|
|
Back to top |
|
|
venkat Guest
|
Posted: Mon Mar 08, 2004 8:37 am Post subject: |
|
|
We feel the telon conversion services is costly.is there any other method available where we can convert all telon batch and online programs into cobol programs. |
|
Back to top |
|
|
Mike Chantrey Intermediate
Joined: 10 Sep 2003 Posts: 234 Topics: 1 Location: Wansford
|
Posted: Mon Mar 08, 2004 9:04 am Post subject: |
|
|
As far as I know there is only one real alternative, and that is to collect all the telon-generated COBOL code - this should be easily extracted from an intermediate step (the step before the compiler/pre-compiler step) in the normal TELON generation process.
Then analyse all this code to see what CALLs it contains to TELON supplied routines (date related, validation etc.). Then write 'black box' equivalent routines for these in the language of your choice - and you've now got a COBOL application. If I remember correctly, the called routines are for fairly simple functions so this shouldn't be too difficult. Our application programmers managed it when we got out of TELON.
If you're not willing to pay anything, I'm sure this is the only way to do it. |
|
Back to top |
|
|
venkat Guest
|
Posted: Tue Mar 09, 2004 6:44 am Post subject: |
|
|
Any Manual Conversion Tool available for converting all Telon Online and Batch Programs into Equivalent Cobol Programs |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12376 Topics: 75 Location: San Jose
|
Posted: Tue Mar 09, 2004 10:46 am Post subject: |
|
|
Venkat,
As far as I know there are no free utilities which will do the conversion. so you better code it for yourself or pay for the conversion.
Hope this helps...
Cheers
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
|
venkat Guest
|
Posted: Wed Mar 10, 2004 1:18 am Post subject: |
|
|
Any JCLS available that will do the manual conversion from Telon to Cobol.Any conversion tool available at a nominal price compared to telon conversion services. |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12376 Topics: 75 Location: San Jose
|
Posted: Wed Mar 10, 2004 6:35 am Post subject: |
|
|
Venkat,
You amaze me pal! First you ask for programs , and when the answer is no , you ask for JCl for conversion. As of date JCL can do nothing by itself. It is the pgm's or utilities that perform the tasks for you. JCL's are Used to run the pgms.Did you contact the telon conversion services for price quote for the conversion?
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
|
Maton_Man Beginner
Joined: 30 Jan 2004 Posts: 123 Topics: 0
|
Posted: Wed Mar 17, 2004 10:39 pm Post subject: |
|
|
Must be an outsourcer... _________________ My opinions are exactly that. |
|
Back to top |
|
|
Mike Chantrey Intermediate
Joined: 10 Sep 2003 Posts: 234 Topics: 1 Location: Wansford
|
Posted: Mon Mar 22, 2004 10:53 am Post subject: |
|
|
Also seems to have completely ignored my post which effectively says You already have the JCL you need! (the TELON generation JCL). Oh well... |
|
Back to top |
|
|
|
|