IST2302I
MODEL modelname IS THE BEST ACTIVE MATCH FOR applname

Explanation

This message is part of a group of messages that VTAM® issues in response to a DISPLAY MODELS,APPL= command. The full description of the message group follows:
 IST350I DISPLAY TYPE = MODELS  
[IST2302I MODEL modelname IS THE BEST ACTIVE MATCH FOR applname] 
[IST2303I THERE IS NO ACTIVE MODEL MATCH FOR applname] 
[IST2304I rscname ALREADY EXISTS, TYPE=type] 
 IST314I END      
IST350I
  • This message serves as a header message for the display and identifies the type of information shown in the display.
IST2302I
  • This message is issued if an active model application definition is found that is a match for the name specified on the APPL operand. The best active match is displayed.
  • modelname is the name of the model application definition.
  • applname is the name specified on the APPL operand.
IST2303I
  • This message is issued when no active model application definition is found that would be a match for the name specified on the APPL operand.
  • applname is the name specified on the APPL operand.
IST2304I
  • This message is issued when the name specified on the APPL operand is already defined to VTAM.
  • rscname is the name of the resource using the name specified by the APPL operand. See Node and ID types in VTAM messages for a description of type.

System action

Processing continues.

Operator response

If IST2304I is issued, investigate whether the existence of this resource will cause a conflict when trying to open an application with the same name.

System programmer response

None.

User response

Not applicable.

Problem determination

Not applicable.

Source

z/OS® Communications Server SNA

Module

You can display the module that issues a SNA message in the message by setting the MSGMOD start option to YES. See Adding the originating module to the message text for more information about the MSGMOD start option.

Routing code

2

Descriptor code

5

Automation

Not applicable.

Example

When the model application definition that will be used by a specific application is displayed, even if the application name is already in use:
d net,models,appl=applany
IST097I DISPLAY  ACCEPTED
IST350I DISPLAY TYPE = MODELS
IST2302I MODEL APPL* IS THE BEST ACTIVE MATCH FOR APPLANY
IST2304I APPLANY ALREADY EXISTS, TYPE=APPL SEGMENT
IST314I END
When the model application definition that will be used by a specific application is displayed, when no model can be found:
d net,models,appl=applany
IST097I DISPLAY  ACCEPTED
IST350I DISPLAY TYPE = MODELS
IST2303I THERE IS NO ACTIVE MODEL MATCH FOR APPLANY
IST314I END