Examples: Work with Problems (WRKPRB) command

Example 1: Display Entries with Status of OPENED or READY

WRKPRB STATUS(*OPENED *READY) HDW(9347)

This command shows the Work with Problems display. It will list only those problem entries with a status of OPENED or READY, which identify a failing device with type 9347.

Example 2: Display Current Day Problem Entries

WRKPRB PERIOD((*AVAIL *CURRENT))

This command shows the Work with Problems display. It will list all problem entries that were created on the current day.

Example 3: Display List of Hardware Problems

WRKPRB SEV(1 2) HARDWARE(9347 001 10-7523489)

This command shows a list that contains problems with the hardware that is specified by the user. The user has specified that the command track medium to high levels of severity.