[Info-vax] unknwon status while calling LIB$FIND_FILE
StGallen
sengupta.suhas at gmail.com
Tue Apr 17 14:18:46 EDT 2012
All
I am calling LIB$FIND_FILE from BASIC 1.3 and getting an unknown status - 98962
I have defined LOGNAM ABC to point to disk:file.txt. Pls note that there is no physical file disk:file.txt
lRETVAL = LIB$GET_LOGICAL(LOGNAM,CFMVAL,iSTRLEN,"LNM$PROCESS",,,)
The above call correctly translates ABC to disk:file.txt
When I invoke this call, repeatedly until I hit RMS$_NMF
lRETVAL = LIB$FIND_FILE(CFMVAL,GOTFILE,lCTX,,,,lFLAG)
the first call gives me a status of 98962
the second and last call returns RMS$_NMF.
Would anyone know what the status value means?
Thanks
More information about the Info-vax
mailing list