FORTRAN Reference Manual

Utility Routines
FORTRAN Reference Manual528615-001
15-38
DELETESTARTUP Routine
Example
?GUARDIAN DELETEPARAM
INTEGER error
error = DELETEPARAM ('*ALL*', 0)
DELETESTARTUP Routine
The DELETESTARTUP routine deletes an entire startup message.
result
is an integer variable in which DELETESTARTUP returns the result of the
operation. See Considerations.
'*ALL*'
specifies that the entire startup message is to be deleted.
cplist
is a checkpoint list in which DELETESTARTUP records the changes to the
message storage data space. DELETESTARTUP uses a maximum of three
elements in cplist. For additional detail, see the Checkpoint Considerations for
Saved Message Utility Routines on page 15-28.
Considerations
Values returned by DELETESTARTUP
Example
?GUARDIAN DELETESTARTUP
INTEGER error
error = DELETESTARTUP ( '*ALL*' , 0)
result = DELETESTARTUP ( '*ALL*' , cplist )
Return Value Meaning
0 The message is deleted.
-1 Indicates a failure due to a logic error. Nothing is deleted. Possible
logic errors are:
The portion string value is not correct.
The contents of the checkpoint list parameter are inconsistent.
-2 Insufficient checkpoint list space is available to complete the deletion.
The message is unchanged.