Just FYI:
Instead of using the bunch of SGASAI commands, SACOS is also an option (even if it is more sensitive about mistakes):
1) Print out SUSIP of that extension (no matter if it is EX, KS, GE, IP whatever:
susip:dir=2956
DIR TYPE TRAFFIC STATE/PTR LINE STATE/PTR DIV STATE ADD INFO
2956 DTS IDLE #027B FREE #0384 FME DIV=2900
ODN1:IDLE
ODN2:IDLE
ODN3:IDLE
The pointer on the right side is the DER pointer. sacop this pointer in the relevant LIM:
sacop:unit=der,lim=1,dsoff=17&&1c,filno=1,point=384;
POINT RELOFF DSOFF ADDRESS DATA ISO
0384 0017 00018E86 08 .
0384 0018 00018E87 92 .
0384 0019 00018E88 00 .
0384 001A 00018E89 FF .
0384 001B 00018E8A FF .
0384 001C 00018E8B FF .
END
Here in DSOFF 17 you'll see value 08, which means FME. If there are some other diversions, ss NAN, BSY, DIR etc., the value is something else. Just deduct (reduce) 08 from any value found here. E.g. BSY, NAN, FME shows 0E, so 0E - 08 is 06, I suppose.....
In the example here there is only FME, so with sacos:unit=der,lim=1,dsoff=17,filno=1,point=384,data=0; everything is cleared. If you also want to clear the old data (not necessary) from the FME numbers, just sacos:unit=der,lim=1,dsoff=18,filno=1,point=384,data=ff&ff&ff;
<susip:dir=2956;
DIR TYPE TRAFFIC STATE/PTR LINE STATE/PTR DIV STATE ADD INFO
2956 DTS IDLE #027B FREE #0384
ODN1:IDLE
ODN2:IDLE
ODN3:IDLE
So, here you need 3 commands instead of 10....
Note that this is for BC11, newer versions have different DSOFF values.
fcpli