NET/MASTER Management Services (MS) Command Reference Manual

INTQ
NonStop NET/MASTER MS Commands
2–122 115412 Tandem Computers Incorporated
Examples
1. The following example sends two parameters to the dependent request queue of
an NCL process with the NCL ID of 208:
INTQ ID=208 DATA=MONDAY JOB1
The target NCL process can issue either of the following two statements to read
the data from the queue:
INTREAD TYPE=REQ
INTREAD TYPE=ANY
2. The following example sends two parameters to the dependent response queue of
an NCL process with the NCL ID of 6411:
INTQ ID=6411 TYPE=RESP TUESDAY JOB2
The target NCL process can issue either of the following two statements to read
the data from the queue:
INTREAD TYPE=RESP
INTREAD TYPE=ANY