Function
Set up an association between commands issued from a remote device and a property attributed throughout the installation, and is used to route information from remote jobs to suitable destinations.
Format
ASSOCIATE peripheral description,PR property name,command parameter
Forbidden contexts
NOT (local) OPERATOR
Execution
The following checks are made before the association is made:
When the ASSOCIATE command has been successfully executed, the following
message is output to the operator's console:
ASSOCIATION z NOW EXISTS
where z is the parameter string of the ASSOCIATE command.
Example
ASSOCIATE U29.L10.IAA5,PR OXFORD,LF *TP *LP
ASSOCIATE U29.L10.IAA5,PR OXFORD,LF
ASSOCIATE U29.I200.IAA5,PR BRACKNELL,LF *LP
ASSOCIATE U29.I200.IAA5,PR BRACKNELL,LF
Notes
The following restrictions exist:
Note that a CONSOLE property is ATTRIBUTEd to each peripheral in a remote cluster. When an ONLINE or LISTFILE command is issued, the CONSOLE property name may be included as a parameter. Output will then be directed to an appropriate peripheral in the cluster sharing the CONSOLE property name.
Error Messages
COMMAND PARAMETER MISSING
verb IS NOT A VALID COMMAND PARAMETER
PERIPHERAL peripheral type NOT ALLOWED
PROPERTY property name UNKNOWN
ASSOCIATION ALREADY DEFINED
ONLY z ASSOCIATIONS ALLOWED
PARAMETER MISSING
PARAMETER FORMAT ERROR: n
ILLEGAL UNIT NUMBER: n
ILLEGAL LINE NUMBER: n
ILLEGAL IDENTIFIER NUMBER: n
7020 TERMINAL/INTERFACE NOT DEFINED IN IDF
Removes an association from the system.
Format
CANCEL ASSOCIATE peripheral description,PR property name,command parameter
where the parameters are as described above.
Forbidden contexts
NOT (local) OPERATOR
Execution
The specified association is removed, if it exists, and the following
message is output on the operator's console:
ASSOCIATION z NOW NON-EXISTENT
where z is the parameter string of the ASSOCIATE command.
Error Messages
As for the ASSOCIATE COMMAND