May 1, 2008 #1 mack27 Programmer Oct 23, 2002 64 GB Hi, Question is in the title it just I have forgotten how too? Thanks Mack
May 1, 2008 #2 mundus Technical User Nov 14, 2003 255 DK use number conversion - NUTRI. Upvote 0 Downvote
May 1, 2008 Thread starter #3 mack27 Programmer Oct 23, 2002 64 GB Thanks I do realise that but I having difficulty working it on from the existing nutrp; Upvote 0 Downvote
May 1, 2008 #4 whosrdaddy Vendor Mar 11, 2003 4,231 BE print the NUTRP; output here, we will help you through it (also mention the DDI range) ----------------------------------------------------- What You See Is What You Get Never underestimate tha powah of tha google! Upvote 0 Downvote
print the NUTRP; output here, we will help you through it (also mention the DDI range) ----------------------------------------------------- What You See Is What You Get Never underestimate tha powah of tha google!
May 2, 2008 Thread starter #5 mack27 Programmer Oct 23, 2002 64 GB Ok here goes: ENTRY CNVTYP NUMTYP ROU TARDST PRE TRC NEWTYP CONT BCAP HLC 33 2 0 90 2 01 2 0 90 02 2 0 90 2 2 0 90 7 2 0 90 0 8 2 0 90 01 2 2 90 1 2 2 90 2 2 2 90 4 2 2 90 8 2 2 90 9 2 2 90 DDI range is 337300-337399 cheers Upvote 0 Downvote
Ok here goes: ENTRY CNVTYP NUMTYP ROU TARDST PRE TRC NEWTYP CONT BCAP HLC 33 2 0 90 2 01 2 0 90 02 2 0 90 2 2 0 90 7 2 0 90 0 8 2 0 90 01 2 2 90 1 2 2 90 2 2 2 90 4 2 2 90 8 2 2 90 9 2 2 90 DDI range is 337300-337399 cheers
May 29, 2008 #6 Sync182 Programmer May 15, 2008 10 AU 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. Upvote 0 Downvote
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.