CWKLDDEF view
To display information about the current MainView for CICS workload definitions, perform one of the following actions:
- Hyperlink from the Composite Workload field of the COBJ view.
Issue the following command:
CWKLDDEF [workloadName[compositeName [target [deleted]]]]
where
- workloadName is the specific or generic name of a workload
- compositeName is the specific or generic name of a composite workload
- target is the specific or generic name of a target CICS region
- system is the name of the MVS system
- deleted indicates whether deleted workloads (that have a pending delete status) should be included in the view:
N specifies to not include deleted workloads.
Y specifies to include deleted workloads.
The CWKLDDEF view is displayed.
COMMAND ===> SCROLL ===> PAGE
CURR WIN ===> 1 ALT WIN ===>
>W1 =CWKLDDEF==========CICSPROD=*========(00 BROWSE )====MVCICS===D====2
CMD Workload Composite Target System Description Sta Resp %Tr
--- Name---- Name----- -------- -------- ------------ --- ---- ---
ALLWORK TEST * * test regions Act 1.00 95
PRDTCTN1 PRODUCTN CICSPRD1 MVSA production region 1 Act 1.00 100
PRDTCTN2 PRODUCTN CICSPRD2 MVSA production region 1 Act 1.00 100
QUERY1 PRODUCTN CICSPRD3 MVSB query region 1 Act 1.00 100
PRDTCTN5 PRODUCTN CICSPRD5 MVSA production region 1 Act 1.00 100
QUERY2 PRODUCTN CICSPRD4 MVSB query region 2 Act 1.00 100
Usage notes
- From CWKLDDEF, you select the resources to be monitored for the regions that are included in a CICS workload. For details about how to define a workload, see Defining workloads.
- After you enter an Edit session, workloads can be added, modified, saved, or deleted from the CWKLDDEF view.
Actions
The CWKLDDEF view supports the following actions:
Command | Description |
---|---|
Primary Commands | |
EDIT | Obtains an edit lock on the BBPARM member that contains workload definitions |
ADD | Creates a new workload definition |
CANcel | Cancels any changes made to a workload definition during an edit session by refreshing the definition with the current version in storage |
SAVE | Saves any changes made to a workload definition and maintains the current edit session |
Line Commands | |
ADD | Creates a new workload definition by using the selected definition as a model |
CHA | Changes an existing workload definition |
DEL | Deletes a workload definition |
INS | Installs a new or modified workload definition in the CAS to start transaction monitoring |
UND | If issued before the SAVE command, restores a workload definition that was previously selected for deletion with the DELete command |
Related views
The following view is part of the CWKLDDEF family of CWKLDDEF views:
View | Description |
---|---|
CWKLDDET | To display information about a specific MainView for CICS workload definition, hyperlink from the Workload Name field of the CWKLDDEF or any other workload-related views.
|
Related topic