HCL Workload Automation, Version 9.4

recall

Displays prompts that are waiting for a response.

You must have display access to the prompts.

Syntax

{recall | rc} [workstation]
     [;offline]

Arguments

workstation
Specifies the name of the workstation on which the prompt was issued. If you do not specify a workstation, only prompts for the login workstation and global prompts are displayed.
offline
Sends the output of the command to a file or command specified in conman. For more information, see Offline output.

Results

State
The state of the prompt. The state of pending prompts is always ASKED.
Message or Prompt
For named prompts, the message number, the name of the prompt, and the message text. For unnamed prompts, the message number, the name of the job or job stream, and the message text.

Examples

To display pending prompts issued on the workstation on which you are running conman, run the following command:

recall

or:

rc
To display pending prompts on workstation site3, run the following command:
rc site3
To display pending prompts on all workstations and have the output sent to a file or command, run the following command:
rc @;offline

See also

From the Dynamic Workload Console you can perform the same task as follows:
  1. In the navigation bar at the top, click System Status and Health > Workload Monitoring > Monitor Workload.
  2. Select an engine.
  3. In Object Type, select Prompt.
  4. In the Query drop-down list, select All Prompts in plan, which will list all prompts regardless of their status, or create and select another task.
  5. Click Run to run the monitoring task.