Where allowed to run: Interactive environments (*INTERACT *IPGM *IREXX *EXEC) Threadsafe: No |
Parameters Examples Error messages |
The Work with Received Change Request Activities (WRKRCVCRQA) command enables the user of a managed system to work with a list of activities received by the system. The user can hold, release or end an activity not being processed, end an activity currently being processed, or display the information available for a specific activity.
When a request is sent to locally-attached change control clients, a single SNA distribution list is associated with those clients. The SNA list contains the change control client destinations.
The iSeries system receiving the change control client requests actually transfers and does not process the requests sent to the change control server agent. The agent processes the activities. You may be able to see the change control client distributions but you cannot control (Hold, End, Release) them.
Restrictions:
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
ORIGIN | Origin | Values (up to 5 repetitions): Element list | Optional |
Element 1: Network identifier | Communications name, *ALL, *NETATR | ||
Element 2: Control point name | Communications name, *ALL, *NETATR | ||
STATUS | Status | Single values: *ALL Other values (up to 5 repetitions): *ENDED, *HELD, *READY, *RUN, *SCHED |
Optional |
RCVTIME | Received time | Element list | Optional |
Element 1: | Element list | ||
Element 1: Start time | Time, *AVAIL | ||
Element 2: Start date | Date, *BEGIN, *CURRENT | ||
Element 2: | Element list | ||
Element 1: End time | Time, *AVAIL | ||
Element 2: End date | Date, *END, *CURRENT |
Top |
Specifies the network ID and control point name of the central site system. Only activities received from this system are displayed.
You can enter multiple values for this parameter.
The possible network ID values are:
The possible control point name values are:
Top |
Specifies the current status of activities to be displayed.
You can enter multiple values for this parameter.
Top |
Specifies the time period an activity is received. Only activities received during this time period are displayed.
The possible start time values are:
The possible start date values are:
The possible end time values are:
The possible end date values are:
Top |
Example 1: Working with all Activities Received
WRKRCVCRQA
This command allows you to work with all activities received from any system.
Example 2: Working with Held Activities
WRKRCVCRQA ORIGIN((RPC *ALL)) STATUS(*HLD)
This command allows you to work with any activities that were received from a central site system in the RPC network and are currently being held.
Example 3: Working with Scheduled Activities
WRKRCVCRQA ORIGIN((RPC CPNAME)) STATUS(*SCHED) RCVTIME((*AVAIL *CURRENT) (*AVAIL *CURRENT))
This command allows you to work with activities that were received any time today from the central site system with a control point name of CPNAME in network RPC that have been scheduled to run at a later date or time.
Top |
*ESCAPE Messages
Top |