Quantcast
Channel: IBM Mainframe Computers Forums
Viewing all articles
Browse latest Browse all 8500

COBOL Programming :: RE: COBOL Version 6.1

$
0
0
Author: Bill Woodger
Subject: Reply to: COBOL Version 6.1
Posted: Tue Nov 01, 2016 5:45 pm (GMT 5.5)

Moving from V5 to V6 is very straightforward. Moving to V6 from V4 or earlier is very similar to the move to V5.

The need to use PDSEs, a COBOL V5+ produces Program Objects, which cannot be stored in a PDS.

Bad data, and the way V4 and earlier worked with bad data.

Bad programs, and the way V4 and earlier worked with bad programs.

There are some new compiler options to consider, some are intended as migration aid (to spot bad data). There's RULES. Some new language constructs (EXIT PERFORM, EXIT PARAGRAPH, EXIT SECTION, for instance, but don't use them).


Viewing all articles
Browse latest Browse all 8500

Trending Articles