Sort File - File Status 9/230..

 3 Replies
 1 Subscribed to this topic
 17 Subscribed to this forum
Sort:
Author
Messages
Rajashanmugam
Basic Member Send Private Message
Posts: 18
Basic Member

Hello All,

I am trying to develop a new custom prorgram for S3 in Cobol. I am trying to use the sort file. Program compiles fine and when I try to run it, it gives me an error on File status 29/230 on sort file. I looked it up and there not anywhere I see this error code or its meaning.

Need help to sort this out. Any suggestions.

Raj

Rajashanmugam
Basic Member Send Private Message
Posts: 18
Basic Member
Actual error message that I get is Bad File Status 9 230 On File SORT-FILE
Ragu Raghavan
Veteran Member Send Private Message
Posts: 477
Veteran Member
this site https://supportline.micro...oc41books/emrunt.htm says "230 Floating Point Support Module not found (Fatal)", whatever that means! Maybe you can put in some DISPLAY statements before the SORT, RELEASE, RETURN statements to at least point to where in the logic it bombs.
Rajashanmugam
Basic Member Send Private Message
Posts: 18
Basic Member
Thanks for the suggestion Raghu. It worked. I was reading the the records in too many places.