Examples: The Work with Problems command

 

These examples show how to display problem entries using the CL commands.

 

Example 1: Displaying Entries with Status of OPENED or READY

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

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

 

Example 2: Displaying Current Day Problem Entries

WRKPRB PERIOD((*AVAIL *CURRENT))

This command shows the Work with Problems display. It lists all problem entries that are created on the current day.

 

Example 3: Displaying List of Hardware Problems

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

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

 

Parent topic:

Using the Work with Problems command