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

Cobol divisions other than the 4


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
brindha b

New User


Joined: 13 Mar 2008
Posts: 6
Location: chennai

PostPosted: Mon Mar 31, 2008 11:49 am
Reply with quote

Is any other cobol division available other than default divisions like environment division, identification, data and procedure division. If yes what are they and where i can find information about it?
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Mon Mar 31, 2008 11:56 am
Reply with quote

depending on the cobol that you are using, there are reference and user guides to all the cobol manuals listed under the manuals' link at the top of the page.
Back to top
View user's profile Send private message
brindha b

New User


Joined: 13 Mar 2008
Posts: 6
Location: chennai

PostPosted: Mon Mar 31, 2008 12:12 pm
Reply with quote

The manuals are also dealing with the same four divisions. I didn't find any extra divisions in the manual.
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Mon Mar 31, 2008 1:20 pm
Reply with quote

Hi,

One similar thread..
ibmmainframes.com/about4931.html
Back to top
View user's profile Send private message
UmeySan

Active Member


Joined: 22 Aug 2006
Posts: 771
Location: Germany

PostPosted: Mon Mar 31, 2008 1:21 pm
Reply with quote

Aren't that enough divisions for you. Is there any reason to want some more ???

Regards, UmeySan
Back to top
View user's profile Send private message
brindha b

New User


Joined: 13 Mar 2008
Posts: 6
Location: chennai

PostPosted: Mon Mar 31, 2008 1:50 pm
Reply with quote

I heard like some division exists for report writing. Thats why i asked.
Back to top
View user's profile Send private message
UmeySan

Active Member


Joined: 22 Aug 2006
Posts: 771
Location: Germany

PostPosted: Mon Mar 31, 2008 1:59 pm
Reply with quote

Hi Brindha !

ReportWriter is an old feature of Cobol. I used it in the early 19sixties.

COBOL Report Writer is COBOL's own built-in non-procedural facility for the production of printed output. It enables you to define and produce all the listings, reports, and displayed summaries that would normally be required from a COBOL application, but in far less time. It allows many more printed outputs, which might have been produced previously using stand-alone non-COBOL report generators, to be done in COBOL, because it reduces greatly the time and effort needed to code and test a COBOL program with printed output.

At IBM on the Web, you could find more information. Please have a look:

www-306.ibm.com/software/awdtools/cobolreportwriter/about/

Regards, UmeySan
Back to top
View user's profile Send private message
brindha b

New User


Joined: 13 Mar 2008
Posts: 6
Location: chennai

PostPosted: Mon Mar 31, 2008 2:05 pm
Reply with quote

Thank you all and thank you Mr.Umeysan for the link.
Back to top
View user's profile Send private message
UmeySan

Active Member


Joined: 22 Aug 2006
Posts: 771
Location: Germany

PostPosted: Mon Mar 31, 2008 2:53 pm
Reply with quote

Your'e wellcome !

UmeySan
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic 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