Guardian Programming Reference Summary for pTAL and TAL

Guardian Programming Reference Summary for pTAL and TAL—522631-001
14-1
14
Interprocess Messages
Interprocess Command Interpreter Messages
For a complete description of the command interpreter interprocess messages, refer to
the Guardian Programmer’s Guide. Unless otherwise specified, file name are in internal
(expanded) format. Note that the user ID of a user who is logged off is 0 and the user ID
of the null user (0.0) is 0.
-1 STARTUP
STRUCT ci^startup;
BEGIN ! word
INT msgcode; ! [0] -1
STRUCT default;
BEGIN
INT volume [0:3]; ! [1] $default volume name
INT subvol [0:3]; ! default subvolume name
END;
STRUCT infile;
BEGIN
INT volume [0:3]; ! [9] IN parameter of the
INT subvol [0:3]; ! RUN command
INT dname [0:3];
END;
STRUCT outfile;
BEGIN
INT volume [0:3]; ! [21] OUT parameter of the
INT subvol [0:3]; ! RUN command
INT dname [0:3];
END;
STRING param [0:n-1]; ! [33] parameter string for
! the RUN command
! n = ( count-read-66 )
END;