showprompts
Displays information about prompts.
The displayed information is updated only as long as HCL Workload Automation (batchman) is running. Whether batchman is up or down is confirmed on screen by the Batchman LIVES or Batchman down message when you issue the conman start command.
You must have list access to the object being shown if the enListSecChk option was set to yes on the master domain manager when the production plan was created or extended.
Syntax
{showprompts | sp} [promptselect]
[;keys]
[;offline]
{showprompts | sp} [promptselect]
[;deps[;keys | info | logon]][;offline]
Arguments
- promptselect
- [promptname | [workstation#]msgnum][;state[;...]]
- promptname
- Specifies the name of a global prompt. Wildcard characters are permitted.
- workstation
- Specifies the name of the workstation on which an unnamed prompt is issued. The default is the workstation on which conman is running.
- msgnum
- Specifies the message number of an unnamed prompt.
- state
- Specifies the state of prompts to be displayed. The states are
as follows:
- YES
- The prompt was replied to with y.
- NO
- The prompt was replied to with n.
- ASKED
- The prompt was issued, but no reply was given.
- INACT
- The prompt has not been issued.
- keys
- Displays a single column list of the objects selected by the command.
- deps
- Displays information in the deps format. Use keys, info, or logon to modify the display.
- info
- Displays information in the info format.
- logon
- Displays information in the logon format.
- offline
- Sends the output of the command to the conman output device. For information about this device, see Offline output.
Note: Prompt numbers assigned
to both global and local prompts change when the production plan is
extended.
Results
The output of the command is produced in three formats: standard, keys, and deps. The arguments keys, info, and logon modify the deps display.
Examples
To display the status of all prompt issued
on the workstation on which you are running conman, run the
following command:
showprompts
a sample is
the following: State Message or Prompt
ASKED 1(PRMT3) !continue?
INACT 3(CPUA#SCHED_12[(0600 03/12/06),
(0AAAAAAAAAAAABST)]) Are you ready to process job1?
INACT 5(CPUA#SCHED_12[(1010 03/12/06),(0AAAAAAAAAAAABSU)])
Are you ready to process job2?
INACT 7(CPUA#SCHED_22[(0600 03/12/06),(0AAAAAAAAAAAABTR)])
Are you ready to process job3?
To display
the status of all mis prompts that
have been issued, in the deps format, run the following command:
sp mis@;asked;deps
To display the
status of prompt number 7 on workstation CPUA,
run the following command:
sp CPUA#7
The output
of the command is: INACT 7(CPUA#SCHED_22[(0600 03/12/06),(0AAAAAAAAAAAABTR)])
Are you ready to process job3?
See also
From the Dynamic Workload Console you
can perform the same task as follows:
- In the navigation bar at the top, click .
- Select an engine.
- In Object Type, select Prompt.
- 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.