On TOPS-10, your kermit is version 3(136). I think I found [almost] that at Columbia a week or two ago. What I have on the stock PdDP-10 distribution is 5A(44)-7. It seems to be a fairly horrible piece of code. In experimenting with various commands gleaned from the V3 doc, several don't work.
.
dir kermit.*[1,*]
KERMIT EXE 136 <155> 21-Apr-78 5A(44)-7 DSKB: [1,4]
.r kermit
[Kermit Ver. 5A(44)-7]
Kermit-10> set file byte-size seven-bit
?KERSET (FILE) Illegal arguement [sic]
?KERSET (SET) Illegal or ambigious [sic] keyword
?SCNEXA Excess arguments starting with " " following word "SIZE"
Kermit-10> dir
HELLO EXE?
?HALT at user PC 000000
.dir
HELLO EXE 14 <057> 12-Sep-78 DSKB: [10,407]
README TXT 0 <057> 20-Aug-78
LIGHT REL 3 <057> 4-Sep-78
...
.
I downloaded Columbia's code but haven't looked at it closely other than seeing it sure isn't what I'm running. Here's a bit of what may be a bit older than what you're running:
ss:k10$ ls -l | head
total 1872
-rw-r--r-- 1 werme werme 2580 Apr 26 2006 k10133.mem
-rw-r--r-- 1 werme werme 2343 Apr 26 2006 k10133.rno
-rw-r--r-- 1 werme werme 3768 Apr 27 2006 k10.ann
-rw-r--r-- 1 werme werme 182 Apr 26 2006 k10bli.ccl
-rw-r--r-- 1 werme werme 6191 Apr 26 2006 k10com.req
-rw-r--r-- 1 werme werme 588 Apr 26 2006 k10err.r36
-rw-r--r-- 1 werme werme 4510 Apr 26 2006 k10glb.bli
-rw-r--r-- 1 werme werme 8608 Apr 26 2006 k10glb.mac
-rw-r--r-- 1 werme werme 132 Apr 26 2006 k10mit.bwr
ss:k10$ grep -a argument *.* | wc
322 3100 21500
ss:k10$ grep -a arguement *.* | wc
0 0 0
ss:k10$ grep -a ambig *.*
ss:k10$ grep -a PATCH k10133.mem
PATCH [127]
PATCH [130] & [3.1.045]
PATCH [131], [132], & [133]
PATCH [134]
So, the obvious question is - Where did you get your Kermit? Is with your 7.03 distribution?
Alternatively, WTH is the kermit we get with the PiPD-10's release?
I guess I can try compiling this code, it may use some KI10/KL10-only instructions, that would be easy to fix, I don't think I need a BLISS compiler.
I'm falling behind on other stuff I need to do, so haven't been spending too much time on this lately.