Search found 5 matches

by coco_xps
Tue Dec 12, 2017 7:04 pm
Forum: COBOL
Topic: Bubble Sort help!
Replies: 8
Views: 12749

Please delete this whole post. Thanks.
by coco_xps
Thu Jun 26, 2014 5:54 pm
Forum: COBOL
Topic: Bubble Sort help!
Replies: 8
Views: 12749

How should I write that ?
by coco_xps
Wed Jun 25, 2014 6:46 pm
Forum: COBOL
Topic: Bubble Sort help!
Replies: 8
Views: 12749

What should I change? I don't really get it.
by coco_xps
Wed Jun 25, 2014 4:11 pm
Forum: COBOL
Topic: Bubble Sort help!
Replies: 8
Views: 12749

In the output I have on the last 12 lines names that are sorted. That means on lines 989 to 1000. The lines 1 to 989 are empty. The names are sorted ascending. If the sort is descending the names would be on the first 12 position and the rest of the lines would be empty. I need to remove the empty l...
by coco_xps
Wed Jun 25, 2014 2:15 pm
Forum: COBOL
Topic: Bubble Sort help!
Replies: 8
Views: 12749

Bubble Sort help!

Hi. I have some trouble with this bubble sort. The sort is working but there are a lot of blank lines til line 1000. MAX-PERS has 1000 entries. How can I remove the blank lines? Here is the code: ************************************************************** WORKING-STORAGE SECTION. ****************...