FORTRAN Reference Manual
Utility Routines
FORTRAN Reference Manual—528615-001
15-52
PUTSTARTUPTEXT Routine
The startup message creation is successful if both message space and cplist 
space are available. The new message contains the message part assigned. All 
other message parts are set to their default values. The default values for 
VOLUME, IN, and OUT are taken from those of the current program. The default 
value for the message parameter string is a null string.
Example
?GUARDIAN PUTSTARTUPTEXT
INTEGER error
CHARACTER * 8 outfile
READ (*, *) outfile
error = PUTSTARTUPTEXT ('OUT', outfile, 0)










