View previous topic :: View next topic |
Author |
Message |
arvibala Beginner
Joined: 12 Feb 2008 Posts: 142 Topics: 67
|
Posted: Tue Feb 03, 2009 12:06 pm Post subject: Conversion Guidelines for COBOL II to Enterprise COBOL |
|
|
Hi,
We have a big project to convert all COBOL II programs to Enterprise COBOL.
The Steps will be to
1. Compile with Enterprise COBOL
2. If any Errors, Correct the Errors, Compile again
3. Test, correct errors if any and implement.
By your experience, can u let me know the basic Guidelines to look for on the Code changes to make before we compile with Enterprise COBOL, so that some basic Compile / Runtime errors can be avoided.
Thanks _________________ Arvind
"You can make a difference with your smile. Have that with you always" |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12376 Topics: 75 Location: San Jose
|
|
Back to top |
|
|
arvibala Beginner
Joined: 12 Feb 2008 Posts: 142 Topics: 67
|
Posted: Tue Feb 03, 2009 3:16 pm Post subject: |
|
|
Thanks Kolusu _________________ Arvind
"You can make a difference with your smile. Have that with you always" |
|
Back to top |
|
|
arvibala Beginner
Joined: 12 Feb 2008 Posts: 142 Topics: 67
|
Posted: Mon Feb 09, 2009 10:47 am Post subject: |
|
|
One of our COBOL II Programs has CALL 'ABORT' statements. Is this a Run-Time Utility? Is this in compactibility with Enterprise COBOL? Pls throw more light on this?
Thanks, _________________ Arvind
"You can make a difference with your smile. Have that with you always" |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12376 Topics: 75 Location: San Jose
|
Posted: Mon Feb 09, 2009 11:20 am Post subject: |
|
|
arvibala wrote: | One of our COBOL II Programs has CALL 'ABORT' statements. Is this a Run-Time Utility? Is this in compactibility with Enterprise COBOL? Pls throw more light on this?
Thanks, |
Arvibala,
if you had searched the manual for "abort" in the migration guide you would have found this . Read this section carefully.
http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IGY3MG32/3.1.3?DT=20061128125143
Kolusu |
|
Back to top |
|
|
arvibala Beginner
Joined: 12 Feb 2008 Posts: 142 Topics: 67
|
Posted: Mon Feb 09, 2009 2:46 pm Post subject: |
|
|
Yes Kolusu, I should have tried that first. Anyways, thanks for your help. _________________ Arvind
"You can make a difference with your smile. Have that with you always" |
|
Back to top |
|
|
|
|