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

How to Prepare Reports using COBOL


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
AnuB
Currently Banned

New User


Joined: 29 Aug 2005
Posts: 33

PostPosted: Tue Oct 04, 2005 4:42 pm
Reply with quote

Hi All !

Can we prepare Reports using COBOL , if so, then

how can we achieve it ?

also pls let me know if there are any other ways of preparing reports in Mainframes , like by using JCL or some other tools or utilities in Mainframes.

Regards,
Anu
Back to top
View user's profile Send private message
karthi_ind

Active User


Joined: 24 Feb 2004
Posts: 131
Location: Chennai

PostPosted: Tue Oct 04, 2005 6:14 pm
Reply with quote

Hi Anu,

By using Qmf, we can create reports.
It is called QMF PROC.

Qmf is a third party tool. It is not a ibm tool.
Instead of using Spufi we can use Qmf.
It is used to generate reports.
It depends upon the projects.

Corrections are welcome

Karthi G.
Back to top
View user's profile Send private message
Sridevi_C

Active User


Joined: 22 Sep 2005
Posts: 104
Location: Concord, New Hampshire, USA.

PostPosted: Tue Oct 04, 2005 6:51 pm
Reply with quote

Hi,
Reports can be generated in COBOL by using the report section of data division.
Thanks!
Sridevi.
Back to top
View user's profile Send private message
amolghorpade

New User


Joined: 06 Oct 2005
Posts: 7

PostPosted: Mon Oct 10, 2005 11:43 am
Reply with quote

hi Anu,

reports are generated in COBOL by using report section or by using logic i.e. we can declare a datatype of structure similar to how we want the report like
01 rep-rec.
05 rep-name pic x(5).
05 filler pic x(4).
etc...............
corrections are welcomed.
tell me if there are any other methods or tools.
Back to top
View user's profile Send private message
canam

New User


Joined: 28 Aug 2005
Posts: 4

PostPosted: Sat Nov 19, 2005 5:42 pm
Reply with quote

Sophisticated text, graphical or web based reports can be created visually with Turbo Reports for COBOL. It has a great visual designer and a full COBOL source code generator. You can download an eval version from www.reports4cobol.com.
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