Examples: Verify Communications (VFYCMN) command

Example 1: Showing select a line to test display

VFYCMN

This command shows the Select a Line to Test display.

Example 2: Checking a remote system

VFYCMN VFYTYPE(*REMOTE)

This command shows the display that prompts for the remaining values of the command. After you specify the appropriate values, remote analysis begins.

Example 3: Accessing a remote system using a password

VFYCMN VFYTYPE(*REMOTE) RCPNAME(RCH38377) USERID(JON) PASSWORD

This command shows the display that prompts for the remaining values of the command. After you specify the appropriate values beyond the ones that are specified on the command example, remote analysis begins.

Example 4: Accessing a remote system without a password

VFYCMN VFYTYPE(*REMOTE) RCPNAME(RCH38377) USERID(JON)

This command is similar to the preceding example except that the PASSWORD parameter is not specified. The same prompt display is shown; however, the system assumes that the remote system has a security level of 10; that is, it does not use passwords. Another prompt display appears after this command is specified. After the user specifies the appropriate values on this display, remote analysis begins.

Example 5: Checking a local system

VFYCMN VFYTYPE(*LOCAL)

This command begins analysis on the local device. The remaining parameters do not appear on the display.