Previous Next Up Title Contents Index Functions Index Top Library

OPEN FILE FOR ARCHIVING

PXOPEN


CALL SEQUENCE

CALL PXOPEN ( NAME, ARCFIL, RWMOD, ERR)

INPUT PARAMETERS

CHARACTER *(*) NAME
File name
INTEGER ARCFIL
Archive file logic number ( second parameter of POPARF)
INTEGER RWMOD
Unused, compatibility purpose
INTEGER ERR
Error indicator. 0 means no error

PHIGS STATE

(PHOP,*,STOP,*)

EFFECT

This function must be called before opening an archive file with POPARF to associate the file name to the logical file number ARCFIL. This is the only way to define the name of an archive file from FORTRAN. if this function is not called GPHIGS opens a file named fort.xxx where xxx is the value of ARCFIL.

ERRORS

5
Ignoring function, function requires state (PHOP,*, STOP,*)

SEE ALSO

Open archive file, see POPARF


Previous Next Up Title Contents Index Functions Index Top Library