Previous Next Up Title Contents Index Functions Index Top Library

DELETE STRUCTURES FROM ARCHIVE

PDSTAR


CALL SEQUENCE

CALL PDSTAR (AFID, N, LSTRID)

INPUT PARAMETERS

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

PHIGS STATE

(PHOP, *, *, AROP).

EFFECT

Delete the structures specified in LSTRID from the archive AFID. No verification is carried out as to whether the structures to be deleted are referenced by other structures.

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 structures, retrieve structures identifiers, retrieve structures, delete structure networks from archive, delete all structures from archive


Previous Next Up Title Contents Index Functions Index Top Library