The short of it is, I am on a project converting this legacy IBM mainframe system, written mostly in COBOL and HLASM - I hit certain things that are beyond my knowledge as a .Net Developer.
I am replicating a table sorting procedure:
The inputs are a 'table' and a 'Sort Control Field'
The table is really just a array of characters represented as a BYTE(0 to 256).
The control field is the index of the control field.
Based on this control field i am supposed to sort it in EBCDIC ascended Collating Order.
What does it mean to sort on a control character in EBCDIC ascending collated sequence?