in this file :
Code: Select all
52 : NBR TOT
3 : ABA
47 : CDG
0 : QUIT
0 :
15 : NBR UNDER
0 : ABA
3 : CDG
0 : QUIT
0 :
the number in the fisrt line, the number 52 must be equal to the other number of the other three lines ==> 3 + 47 + 0
we don't care about the others following lines
Code: Select all
0 :
15 : NBR UNDER
0 : ABA
3 : CDG
0 : QUIT
0 :
I know doing that rexx, but i would like to know if it's possible to use dfsort program ?