Previous Next Up Title Contents Index Functions Index Top Library

DELETE STRUCTURE NETWORKS FROM ARCHIVE

PDSNAR


CALL SEQUENCE

CALL PDSNAR(AFID, N, LSTRID)

INPUT PARAMETERS

INTEGER AFID
Archive identifier.
INTEGER N
Number of structures network to be destroyed.
INTEGER LSTRID
List of structure network identifiers to be destroyed.

PHIGS STATE

(PHOP, *, *, AROP).

EFFECT

Delete the structures specified by LSTRID, as well as all the structures that they directly or indirectly reference, from the open archive AFID.

If any of the structures specified does not exist, no action is carried out for that particular structure.

ERRORS

7
Ignoring function, function requires state (PHOP, *, *, AROP)
404
Ignoring function, the specified archive file is not open
407
Warning, some of the specified structures do not exist on the archive file

SEE ALSO

open archive file, archive structure network, retrieve structures identifiers, retrieve structure networks, delete structures from archive, delete all structures from archive


Previous Next Up Title Contents Index Functions Index Top Library