Examples: Analyze Problem (ANZPRB) command

Example 1: Display the menu

ANZPRB

This command shows the Analyze Problem menu.

Example 2: Start remote analysis

ANZPRB ANZTYPE(*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: Access remote system with user ID and password

ANZPRB ANZTYPE(*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: Remote analysis has security level of 10

ANZPRB ANZTYPE(*REMOTE) RCPNAME(RCH38377) USERID(JON)

This command is slightly different than the preceding example. The same display prompt appears. However, if you do not specify PASSWORD, the system assumes that the remote system has a security level of 10; that is, it does not use passwords. After you specify the appropriate values beyond the ones that are specified on the command example, remote analysis begins.

Example 5: Display menu

ANZPRB ANZTYPE(*MENU)

This command shows a menu that prompts you for the type of analysis that you want done. The remaining parameters do not appear on the display.

Example 6: Start local analysis

ANZPRB ANZTYPE(*LOCAL)

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