[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]



Assume file "KMP;FOO BAR" exists.

(SETQ A '((KMP) FOO BAZ) 'OUT))
(CLOSE A)
(RENAMEF A '(FOO BAR))
.VAL 0; EROR5A+22>>PUSHJ P,UINT

This should NOT die to DDT. At worst a FILE EXISTS error should be generated.
Btw, doing this same thing in an ERRSET will generate the FILE EXISTS error
instead of .VAL 0'ing.