Skip main navigation (Press Enter).
Log in
Toggle navigation
Log in
Community
Topic Groups
Champions
Meet the Champions
Program overview
Rising Champions
IBM Champions group
User Groups
Find your User Group
Program overview
Events
Dev Days
Conference
Community events
User Groups events
All TechXchange events
Participate
TechXchange Group
Welcome Corner
Blogging
Member directory
Community leaders
Resources
Badge Program
IBM TechXchange
Community
Conference
Events
IBM Developer
IBM Training
IBM TechXchange
Community
Conference
Events
IBM Developer
IBM Training
Power Programming Languages
×
Power Programming Languages
Connect, learn, share, and engage with IBM Power.
#Power
Group Home
Threads
1K
Blogs
399
Upcoming Events
0
Library
21
Members
958
View Only
Share
Share on LinkedIn
Share on X
Share on Facebook
Back to Blog List
Extended source format in COBOL for AIX
By
Archive User
posted
Wed March 13, 2013 05:17 AM
Like
Originally posted by:
Cecilia_F
Extended source format is introduced in COBOL for AIX, V4.1. The new extended source format is divided into distinct areas as before, but permits lines varying in length from
a minimum of 0 bytes to a maximum of 252 bytes.
The following figures illustrate the key difference between the two formats:
Fixed source format:
Extended source format:
For both formats, lines shorter than the maximum length are logically extended with space to the maximum length.
You can use the SRCFORMAT option to indicate whether your COBOL source conforms to 72-column fixed source format or to 252-column extended source format. The syntax is as shown below:
The default of this option is SRCFORMAT(COMPAT).
For more information about the usage of this option, see the
SRCFORMAT
option in the product documentation.
#AIX
#cobol
#CobalforAIX
#COBOL-Cafe-for-AIX
0 comments
7 views
Permalink
Copy
https://community.ibm.com/community/user/blogs/archive-user/2013/03/13/extended-source-format-in-cobol-for-aix
Powered by Higher Logic