I'm going to make a couple of assumptions, here:
1) that your DDI range is 33-73xx
2) that your extn range is 73xx
The tricky part, from your NUTRP, is the formatting was lost in posting. Oh, well.
Execute command:
NUTRI:entry=33,cnvtyp=2,numtyp=0,trc=2;
However, if you have your indial range that does NOT match your extn range, you need to do additional manipulation.
Assume DDI range is 33-73xx, and extn range is 5xx.
NUTRI:entry=3373,cnvtyp=2,numtyp=0,trc=4,pre=5;
This will strip the first 4 digits of the DDI range and predigit the remaining 2 digits with 5 to form your extn range.
Hope this helps.
