IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Upgrade to Enterprise COBOL 6


IBM Mainframe Forums -> COBOL Programming
Post new topic   This topic is locked: you cannot edit posts or make replies.
View previous topic :: View next topic  
Author Message
JPVRoff

New User


Joined: 06 Oct 2009
Posts: 41
Location: Melbourne, Australia

PostPosted: Thu Aug 01, 2019 7:21 am
Reply with quote

Just wondering if anyone has gone through this process previously? One of our clients is about to go through 4.2 => 6.2, and the presentation looks like we're going to have a lot of work (as we provide PS for them for our software).

I figure it's going to involve some fairly intensive compiling to determine coding issues and some meticulous testing to make sure we don't have any hangover data issues. But if anyone has any horror stories, please feel free to elucidate!
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Thu Aug 01, 2019 7:48 am
Reply with quote

We recently upgraded from COBOL 5.1 to 6.2 and experienced almost no issues. We had to look closely at the site default table as there were a number of changes to it that we had to review, but the applications programmers did not encounter any major issues.
Back to top
View user's profile Send private message
JPVRoff

New User


Joined: 06 Oct 2009
Posts: 41
Location: Melbourne, Australia

PostPosted: Thu Aug 01, 2019 8:04 am
Reply with quote

From my stand-point, I'm guessing that we'll not only have some TRUNC(BIN) issues, but also some data issues (where there are spaces in PIC 9 areas) in the client files.

The code itself is probably (mostly) OK, but we've got well over 20,000 pieces in our software puzzle, so I'm sure something has crept in over the years. Not to mention some of our third-party suppliers have not yet upgraded (checked) their COBOL to be 6.2 compliant.

Have you noticed any major increase in compile times? The presentation from IBM indicated this could be significant.
Back to top
View user's profile Send private message
arun jindal

New User


Joined: 22 Aug 2019
Posts: 1
Location: India

PostPosted: Thu Aug 22, 2019 3:39 pm
Reply with quote

Hello Team,

I am currently working on a Cobol Upgrade requirement from Cobol 4 to Cobol 6.2. In the regard, i could get many details from IBM Cobol 6.2 Upgrade manual, but I am not confident on the target compiler options to be used for Cobol 6.2 program as compared to Cobol 4 programs. Can anyone help me with passing the information as to what compiler options should we keep for below compiler options after upgrading to Cobol 6.2 programs:

Cobol 4 version compiler options as below:
LIB,
OBJECT,
RENT,
APOST,
DATA(31),
OPT(FULL),
SIZE(MAX),
BUF(8K),
LIST,
S,
LANG(UE)

Regards,
Arun
Back to top
View user's profile Send private message
Nic Clouston

Global Moderator


Joined: 10 May 2007
Posts: 2455
Location: Hampshire, UK

PostPosted: Fri Aug 23, 2019 3:12 am
Reply with quote

Arun, this is not your topic. Start your own.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   This topic is locked: you cannot edit posts or make replies. View Bookmarks
All times are GMT + 6 Hours
Forum Index -> COBOL Programming

 


Similar Topics
Topic Forum Replies
No new posts Replace each space in cobol string wi... COBOL Programming 3
No new posts COBOL -Linkage Section-Case Sensitive COBOL Programming 1
No new posts COBOL ZOS Web Enablement Toolkit HTTP... COBOL Programming 0
No new posts Calling DFSORT from Cobol, using OUTF... DFSORT/ICETOOL 5
No new posts Generate random number from range of ... COBOL Programming 3
Search our Forums:

Back to Top