Hi again
I analyzed this problem again and find unreality ( in theory ) situation.
Why in your printout number length field for number 98 is empty? Is it data corruption
Command NANSL…… set number length. The syntax is:
NANLS:EXL=....,MIN=.....;
or
NANLS:EXL=….,MIN=......,MAX=.....;
Parameter MIN is always mandatory.
If command NANLS:EXL=98,MIN=4,MAX=9; can be not executed try:
NANLR:EXL=98;
And then NANLS:EXL=98,MIN=4,MAX=9;