IBM Power, including the AIX, IBM i, and Linux operating systems, support a wide range of programming languages, catering to both traditional enterprise applications and modern development needs.
#Power
Originally posted by: AliceYing
The COBOL for AIX compiler supports the extended source format as an IBM extension.
Fixed source format consists of the following areas in a 72-character line. Extended source format consists of the following areas in a 252-character line.
See the figure showing the fixed source format for a COBOL source line:
See the figure showing extended source format for a COBOL source line:
If you want to know more information about how to indicate fixed source format or extended source format, see the SRCFORMAT topic in the COBOL for AIX Programming Guide.
Copy