VERIFY

Read syntax diagramSkip visual syntax diagram
   .-VERIFY--=--NONE------.   
>>-+----------------------+------------------------------------><
   |            .-NONE--. |   
   '-VERIFY--=--+-------+-'   
                +-IN----+     
                +-INOUT-+     
                '-OUT---'     

Specifies when call ID verification is to be performed if this PATH definition statement is used.

If the VERIFY operand is specified or defaults to NONE and all PATH definition statements for this physical unit specify or default to CALL=INOUT, an inbound call is accepted from a switched line group.

If call ID verification (VERIFY=IN, VERIFY=OUT, or VERIFY=INOUT) is specified on any PATH definition statement, an inbound call is accepted only if it is using a line group for which there is a PATH definition statement that specifies or defaults to CALL=IN or CALL=INOUT. That is, if one PATH definition statement specifies call ID verification, all valid paths (inbound and outbound) must be defined, including those paths for which call ID verification is not to be performed.

If you code the VERIFY operand with any value other than VERIFY=NONE, GRPNM is required.
VERIFY=IN
Specifies that call ID verification is to be performed for inbound calls using this PATH definition statement. If VERIFY=IN, CALL=OUT is not valid. If VERIFY=IN, VERID and GRPNM are required.
VERIFY=INOUT
Specifies that call ID verification is to be performed for inbound and outbound calls using this PATH definition statement. If VERIFY=INOUT, CALL=INOUT is required. If VERIFY=INOUT, VERID and GRPNM are required.
VERIFY=NONE
Specifies that call ID verification is not to be performed for inbound or outbound calls using this PATH definition statement. If VERIFY=NONE, VERID is not valid.
VERIFY=OUT
Specifies that call ID verification is to be performed for outbound calls using this PATH definition statement. If VERIFY=OUT, CALL=IN is not valid. If VERIFY=OUT, VERID and GRPNM are required.