HP TACL Programming Manual page 134

Tandem advanced command language
Table of Contents

Advertisement

Initiating and Communicating With Processes
Using $RECEIVE
5–26
Figure 5-11. Creating CMON Messages (Page 2 of 4)
?SECTION logon_reply STRUCT
BEGIN
INT
replycode;
CHAR
replytext(0:131);
END;
?SECTION logoff_msg STRUCT
BEGIN
INT
msgcode VALUE -51;
STRUCT
ci;
LIKE
cmon_ci;
END;
?SECTION logoff_reply STRUCT
BEGIN
INT
replycode;
CHAR
replytext(0:131);
END;
?SECTION processcreation_msg STRUCT
BEGIN
INT
msgcode VALUE -52;
STRUCT
ci;
LIKE
cmon_ci;
FNAME
progname;
INT
priority;
INT
processor;
FNAME
proginfile;
FNAME
progoutfile;
FNAME
proglibfile;
FNAME
progswapfile;
END;
?SECTION processcreation_reply STRUCT
BEGIN
INT
replycode;
CHAR
replytext(0:131);
107365 Tandem Computers Incorporated

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents