cyberion1985
Technical User
Hi,
Consider the following :
will print out exactly 100 entries. Where is the rest , as in 0100 - 9999 instead of the current 0000 - 0099 ?
I tried to look under "DCNO 0", "DCNO 2" ... but couldn't find anything. For example, I am certain that there is an entry for 0127.
How can I prt beyond 0099 ?
If that can't be done, maybe there is another DCNO ? How can I print all the populated DCNO ?
Consider the following :
Code:
LD 49
REQ prt
TYPE idc
CUST 0
DCNO <enter>
0080 480
0081 481
0082 482
0083 483
0084 484
0085 485
0086 486
0087 487
0088 488
0089 489
0090 490
0091 491
0092 492
0093 493
0094 494
0095 495
0096 496
0097 497
0098 498
0099 506
.... ...
will print out exactly 100 entries. Where is the rest , as in 0100 - 9999 instead of the current 0000 - 0099 ?
I tried to look under "DCNO 0", "DCNO 2" ... but couldn't find anything. For example, I am certain that there is an entry for 0127.
How can I prt beyond 0099 ?
If that can't be done, maybe there is another DCNO ? How can I print all the populated DCNO ?