Author: sergeyken
Posted: Tue Apr 03, 2018 7:44 am (GMT 5.5)
In order to debug or fix your code, you need to check NOT THE FIELD DECLARATION, but THE ACTUAL PHYSICAL VALUE OF THE FIELD to be sorted/selected.
This is classical routine job in programming, known since... 50 years.
_________________
Tyrannosaurus-REXX
Posted: Tue Apr 03, 2018 7:44 am (GMT 5.5)
sudhakar84 wrote: |
The declaration of field in cobol is s9(13)v9(2) comp-3 |
In order to debug or fix your code, you need to check NOT THE FIELD DECLARATION, but THE ACTUAL PHYSICAL VALUE OF THE FIELD to be sorted/selected.
This is classical routine job in programming, known since... 50 years.
_________________
Tyrannosaurus-REXX