Program coding standards are designed not only to make programs as readable as possible at a workstation, but also to achieve a high degree of consistency in the way in which programs are structured and the style in which they are laid out. This makes it much easier for different programmers to examine and maintain each other's work. It also makes it easier to copy sections of code from one place to another.
There are a number of general principles to which HLL code should adhere, regardless of the HLL used. Good code should be:
The following general standards apply to coding source for all program types, such as RPG III, CL, PL/I, and CBL.
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |