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

Sort in COBOL Report writer


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

New User


Joined: 06 Oct 2005
Posts: 7

PostPosted: Wed Sep 12, 2007 7:13 am
Reply with quote

Hello Guys,

I am writing a report using cobol report writer and wanted to sort all the rows in report in ascending order. Is there any command in COBOL report writer by which we can directly sort all the rows.

Thanks,
Amol
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Wed Sep 12, 2007 7:35 am
Reply with quote

Hello,

I believe you must sort the data before presenting it to the Report Writer. If the data is not very large, you could use the COBOL internal sort.

Here is a link to the Report Writer on the IBM site:
http://www-306.ibm.com/software/awdtools/cobolreportwriter/

This link is to the Report Writer documentation pdf:
ftp://ftp.software.ibm.com/software/websphere/awdtools/cobolreportwriter/c2643013.pdf

Good luck icon_smile.gif
Back to top
View user's profile Send private message
amolghorpade

New User


Joined: 06 Oct 2005
Posts: 7

PostPosted: Thu Sep 13, 2007 6:18 am
Reply with quote

Thanks.... icon_smile.gif
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Thu Sep 13, 2007 7:22 am
Reply with quote

You're welcome icon_smile.gif
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 Need to set RC4 through JCL SORT DFSORT/ICETOOL 5
No new posts How to split large record length file... DFSORT/ICETOOL 10
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
Search our Forums:

Back to Top