Nov 13, 2003 #1 coniglio Technical User Jun 17, 2003 1,886 US can you remove a particular entry from a system speed dial list? I can't find anything in NTP on how to do this. thx
can you remove a particular entry from a system speed dial list? I can't find anything in NTP on how to do this. thx
Nov 14, 2003 #2 Utreg IS-IT--Management Jul 22, 2002 466 NL Use something like: LD 20 CHG SCC LSNO 10 STOR 40 <SPACE> <Enter> To remove entry 40 from Speedcallist 10 Or Use STOR 40 0012345678 to change Upvote 0 Downvote
Use something like: LD 20 CHG SCC LSNO 10 STOR 40 <SPACE> <Enter> To remove entry 40 from Speedcallist 10 Or Use STOR 40 0012345678 to change
Nov 14, 2003 #3 Jay2003 Programmer Feb 26, 2003 147 GB Hi, Print the SCL in ld20, Then go to ld18 and change the list and the entry, See below. ============================================== >ld 20 REQ: prt TYPE: scl LSNO 1 SIZE 10 RNGE SCNO 0001 SCL DNSZ 4 STOR 0 0 STOR 1 7000 STOR 2 2 STOR 3 3 STOR 4 4 STOR 5 5 STOR 6 6 STOR 7 7 STOR 8 8 STOR 9 9 ld 18 REQ chg TYPE scl LSNO 1 DNSZ SIZE WRT (ADDS: MEM: 0 DISK: 0.0) STOR 1 1 WRT STOR >ld 20 REQ: prt TYPE: scl LSNO 1 SIZE 10 RNGE SCNO 0001 SCL DNSZ 4 STOR 0 0 STOR 1 0 STOR 2 2 STOR 3 3 STOR 4 4 STOR 5 5 STOR 6 6 STOR 7 7 STOR 8 8 STOR 9 9 REQ: ============================================== Hope this helps. Jason. Upvote 0 Downvote
Hi, Print the SCL in ld20, Then go to ld18 and change the list and the entry, See below. ============================================== >ld 20 REQ: prt TYPE: scl LSNO 1 SIZE 10 RNGE SCNO 0001 SCL DNSZ 4 STOR 0 0 STOR 1 7000 STOR 2 2 STOR 3 3 STOR 4 4 STOR 5 5 STOR 6 6 STOR 7 7 STOR 8 8 STOR 9 9 ld 18 REQ chg TYPE scl LSNO 1 DNSZ SIZE WRT (ADDS: MEM: 0 DISK: 0.0) STOR 1 1 WRT STOR >ld 20 REQ: prt TYPE: scl LSNO 1 SIZE 10 RNGE SCNO 0001 SCL DNSZ 4 STOR 0 0 STOR 1 0 STOR 2 2 STOR 3 3 STOR 4 4 STOR 5 5 STOR 6 6 STOR 7 7 STOR 8 8 STOR 9 9 REQ: ============================================== Hope this helps. Jason.