You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/modules/ims_catalog_populate.py
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -68,6 +68,11 @@
68
68
- Defines the buffer pool parameters data set. This option is required if you are running the utility as a DLI.
69
69
type: str
70
70
required: false
71
+
dfsdf_member:
72
+
description:
73
+
- The DFSDFxxx member in the IMS.PROCLIB data set where the CATALOG section is defined. For example, desdf_member: "CAT" specifies the DFSDFCAT member of the PROCLIB data set.
74
+
type: str
75
+
required: false
71
76
primary_log_dataset:
72
77
description:
73
78
- Defines the primary IMS log data set. This is required if dbrc is set to true or if
Copy file name to clipboardExpand all lines: plugins/modules/ims_catalog_purge.py
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -67,6 +67,11 @@
67
67
- Defines the buffer pool parameters data set. This option is required if you are running the utility as a DLI.
68
68
type: str
69
69
required: false
70
+
dfsdf_member:
71
+
description:
72
+
- The DFSDFxxx member in the IMS.PROCLIB data set where the CATALOG section is defined. For example, desdf_member: "CAT" specifies the DFSDFCAT member of the PROCLIB data set.
73
+
type: str
74
+
required: false
70
75
primary_log_dataset:
71
76
description:
72
77
- Defines the primary IMS log data set. This option is required if you are running the utility as a DLI.
0 commit comments