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

Sort on a COBOL Program


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

New User


Joined: 23 Sep 2005
Posts: 2

PostPosted: Fri Sep 23, 2005 2:22 pm
Reply with quote

Hi!

I am using SORT verb in cobol pgm, as below

SORT WORKFILE ON ASCENDING KEY AGE2 USING INFILE
GIVING OUTFILE.

It will sucessfully compile after RUN, it will also give MAXCC=0.

But it not write anything in output(sorted) file.
It will display msg at TSO SDSF ST like below..

The SORT-RETURN special register was never referenced, but the current content indicated the sort or merge operation in program FILESRT on line number 42 was unsuccessful.

PLEASE GIVE SOME SOLUTION.
Back to top
View user's profile Send private message
priyesh.agrawal

Senior Member


Joined: 28 Mar 2005
Posts: 1448
Location: Chicago, IL

PostPosted: Fri Sep 30, 2005 6:18 pm
Reply with quote

Has your post to do any thing with the one below.....

Why the same question as a different topic....

http://ibmmainframes.com/viewtopic.php?t=5816

Regards,

Priyesh.
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 How to split large record length file... DFSORT/ICETOOL 9
No new posts Replace each space in cobol string wi... COBOL Programming 2
No new posts Using API Gateway from CICS program CICS 0
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