[comp.os.vms] open files

XRBEO@VPFVM.BITNET (Bruce O'Neel) (06/30/88)

Has dec got the system service for you.

Try the following,

   call sys$getjpi using the item code of jpi$_filcnt to get the open file
quota left at the beginning of the program, then call sys$getjpi with the
item code jpi$_filcnt every time you want to know how many files you have
left open (first value - current value).  Look at page sys-209 in manual 8d
of the orange set.

bruce <xrbeo@vpfvm> on bitnet