Dupduplicate an open path numberdupint pnAssembler Equivalent
os9 I$DUP
Description
Dup takes the path number, "pn", as returned from "open()" or
"creat()" and returns another path number associated with the
same file.
Diagnostics
A -1 is returned is the call fails because there are too many
files open or the path nmber is invalid.
See Also
open(),
creat(),
close()