From e640c6753b8de930e621bfd1438b7996b43a50d6 Mon Sep 17 00:00:00 2001 From: ddimatos Date: Fri, 9 Aug 2024 11:20:33 -0700 Subject: [PATCH] Automated commit to update documentation --- .../docs/source/modules/zos_apf.rst.txt | 8 +- .../docs/source/modules/zos_archive.rst.txt | 18 +- .../source/modules/zos_backup_restore.rst.txt | 29 +- .../docs/source/modules/zos_copy.rst.txt | 70 ++--- .../docs/source/modules/zos_data_set.rst.txt | 118 ++++---- .../docs/source/modules/zos_encode.rst.txt | 5 +- .../source/modules/zos_job_submit.rst.txt | 61 +++-- .../source/modules/zos_lineinfile.rst.txt | 5 +- .../docs/source/modules/zos_mount.rst.txt | 73 ++--- .../docs/source/modules/zos_mvs_raw.rst.txt | 145 +++++----- .../docs/source/modules/zos_operator.rst.txt | 8 +- .../modules/zos_operator_action_query.rst.txt | 2 +- .../docs/source/modules/zos_script.rst.txt | 6 - .../docs/source/modules/zos_unarchive.rst.txt | 26 +- .../source/modules/zos_volume_init.rst.txt | 12 +- .../ibm_zos_core/docs/source/plugins.rst.txt | 7 +- .../docs/source/reference/community.rst.txt | 4 +- .../source/reference/documentation.rst.txt | 2 +- .../docs/source/release_notes.rst.txt | 58 +++- .../resources/releases_maintenance.rst.txt | 14 +- .../docs/source/resources/resources.rst.txt | 2 +- ibm_zos_core/docs/source/modules/zos_apf.html | 8 +- .../docs/source/modules/zos_archive.html | 18 +- .../source/modules/zos_backup_restore.html | 27 +- .../docs/source/modules/zos_copy.html | 62 ++--- .../docs/source/modules/zos_data_set.html | 118 ++++---- .../docs/source/modules/zos_encode.html | 4 +- .../docs/source/modules/zos_job_submit.html | 55 ++-- .../docs/source/modules/zos_lineinfile.html | 4 +- .../docs/source/modules/zos_mount.html | 72 ++--- .../docs/source/modules/zos_mvs_raw.html | 145 +++++----- .../docs/source/modules/zos_operator.html | 15 +- .../modules/zos_operator_action_query.html | 2 +- .../docs/source/modules/zos_script.html | 6 - .../docs/source/modules/zos_unarchive.html | 26 +- .../docs/source/modules/zos_volume_init.html | 12 +- ibm_zos_core/docs/source/plugins.html | 6 +- ibm_zos_core/docs/source/release_notes.html | 257 +++++++++++------- .../resources/releases_maintenance.html | 12 +- searchindex.js | 2 +- 40 files changed, 792 insertions(+), 732 deletions(-) diff --git a/_sources/ibm_zos_core/docs/source/modules/zos_apf.rst.txt b/_sources/ibm_zos_core/docs/source/modules/zos_apf.rst.txt index a94fdc95..e9a55c00 100644 --- a/_sources/ibm_zos_core/docs/source/modules/zos_apf.rst.txt +++ b/_sources/ibm_zos_core/docs/source/modules/zos_apf.rst.txt @@ -62,7 +62,7 @@ volume 1. The volume serial number. - 2. Six asterisks ``******``, indicating that the system must use the volume serial number of the current system residence (SYSRES) volume. + 2. Six asterisks (******), indicating that the system must use the volume serial number of the current system residence (SYSRES) volume. 3. *MCAT*, indicating that the system must use the volume serial number of the volume containing the master catalog. @@ -189,7 +189,7 @@ batch 1. The volume serial number - 2. Six asterisks ``******``, indicating that the system must use the volume serial number of the current system residence (SYSRES) volume. + 2. Six asterisks (******), indicating that the system must use the volume serial number of the current system residence (SYSRES) volume. 3. *MCAT*, indicating that the system must use the volume serial number of the volume containing the master catalog. @@ -225,7 +225,7 @@ Examples - name: Add a library (cataloged) to the APF list and persistence zos_apf: library: SOME.SEQUENTIAL.DATASET - force_dynamic: true + force_dynamic: True persistent: data_set_name: SOME.PARTITIONED.DATASET(MEM) - name: Remove a library from the APF list and persistence @@ -243,7 +243,7 @@ Examples batch: - library: SOME.SEQ.DS1 - library: SOME.SEQ.DS2 - sms: true + sms: True - library: SOME.SEQ.DS3 volume: T12345 - name: Print the APF list matching library pattern or volume serial number diff --git a/_sources/ibm_zos_core/docs/source/modules/zos_archive.rst.txt b/_sources/ibm_zos_core/docs/source/modules/zos_archive.rst.txt index f2971fc6..fe93474f 100644 --- a/_sources/ibm_zos_core/docs/source/modules/zos_archive.rst.txt +++ b/_sources/ibm_zos_core/docs/source/modules/zos_archive.rst.txt @@ -78,7 +78,7 @@ format | **required**: False | **type**: str - | **choices**: pack, spack + | **choices**: PACK, SPACK xmit_log_data_set @@ -203,8 +203,8 @@ dest_data_set | **required**: False | **type**: str - | **default**: seq - | **choices**: seq + | **default**: SEQ + | **choices**: SEQ space_primary @@ -228,21 +228,21 @@ dest_data_set space_type If the destination data set does not exist, this sets the unit of measurement to use when defining primary and secondary space. - Valid units of size are ``k``, ``m``, ``g``, ``cyl``, and ``trk``. + Valid units of size are ``K``, ``M``, ``G``, ``CYL``, and ``TRK``. | **required**: False | **type**: str - | **choices**: k, m, g, cyl, trk + | **choices**: K, M, G, CYL, TRK record_format If the destination data set does not exist, this sets the format of the data set. (e.g ``FB``) - Choices are case-sensitive. + Choices are case-insensitive. | **required**: False | **type**: str - | **choices**: fb, vb, fba, vba, u + | **choices**: FB, VB, FBA, VBA, U record_length @@ -373,8 +373,8 @@ Examples format: name: terse format_options: - terse_pack: "spack" - use_adrdssu: true + terse_pack: "SPACK" + use_adrdssu: True # Use a pattern to store - name: Compress data set pattern using xmit diff --git a/_sources/ibm_zos_core/docs/source/modules/zos_backup_restore.rst.txt b/_sources/ibm_zos_core/docs/source/modules/zos_backup_restore.rst.txt index 69ca57cd..cc6c60d6 100644 --- a/_sources/ibm_zos_core/docs/source/modules/zos_backup_restore.rst.txt +++ b/_sources/ibm_zos_core/docs/source/modules/zos_backup_restore.rst.txt @@ -182,13 +182,13 @@ space space_type The unit of measurement to use when defining data set space. - Valid units of size are ``k``, ``m``, ``g``, ``cyl``, and ``trk``. + Valid units of size are ``K``, ``M``, ``G``, ``CYL``, and ``TRK``. - When *full_volume=True*, *space_type* defaults to ``g``, otherwise default is ``m`` + When *full_volume=True*, *space_type* defaults to ``G``, otherwise default is ``M`` | **required**: False | **type**: str - | **choices**: k, m, g, cyl, trk + | **choices**: K, M, G, CYL, TRK hlq @@ -200,15 +200,6 @@ hlq | **type**: str -tmp_hlq - Override the default high level qualifier (HLQ) for temporary and backup data sets. - - The default HLQ is the Ansible user that executes the module and if that is not available, then the value of ``TMPHLQ`` is used. - - | **required**: False - | **type**: str - - Examples @@ -241,7 +232,7 @@ Examples data_sets: include: user.** backup_name: /tmp/temp_backup.dzp - recover: true + recover: yes - name: Backup all datasets matching the pattern USER.** to data set MY.BACKUP.DZP, allocate 100MB for data sets used in backup process. @@ -251,7 +242,7 @@ Examples include: user.** backup_name: MY.BACKUP.DZP space: 100 - space_type: m + space_type: M - name: Backup all datasets matching the pattern USER.** that are present on the volume MYVOL1 to data set MY.BACKUP.DZP, @@ -263,7 +254,7 @@ Examples volume: MYVOL1 backup_name: MY.BACKUP.DZP space: 100 - space_type: m + space_type: M - name: Backup an entire volume, MYVOL1, to the UNIX file /tmp/temp_backup.dzp, allocate 1GB for data sets used in backup process. @@ -271,9 +262,9 @@ Examples operation: backup backup_name: /tmp/temp_backup.dzp volume: MYVOL1 - full_volume: true + full_volume: yes space: 1 - space_type: g + space_type: G - name: Restore data sets from backup stored in the UNIX file /tmp/temp_backup.dzp. Use z/OS username as new HLQ. @@ -314,10 +305,10 @@ Examples zos_backup_restore: operation: restore volume: MYVOL2 - full_volume: true + full_volume: yes backup_name: MY.BACKUP.DZP space: 1 - space_type: g + space_type: G - name: Restore data sets from backup stored in the UNIX file /tmp/temp_backup.dzp. Specify DB2SMS10 for the SMS storage and management classes to use for the restored diff --git a/_sources/ibm_zos_core/docs/source/modules/zos_copy.rst.txt b/_sources/ibm_zos_core/docs/source/modules/zos_copy.rst.txt index 611f5136..00e274b0 100644 --- a/_sources/ibm_zos_core/docs/source/modules/zos_copy.rst.txt +++ b/_sources/ibm_zos_core/docs/source/modules/zos_copy.rst.txt @@ -91,7 +91,7 @@ dest If ``dest`` is a nonexistent USS file, it will be created. - If ``dest`` is a new USS file or replacement, the file will be appropriately tagged with either the system's default locale or the encoding option defined. If the USS file is a replacement, the user must have write authority to the file either through ownership, group or other permissions, else the module will fail. + If ``dest`` is a new USS file or replacement, the file will be appropriately tagged with either the system's default locale or the encoding option defined. If the USS file is a replacement, the user must have write authority to the file either through ownership, group or other permissions, else the copy will fail. If ``dest`` is a nonexistent data set, it will be created following the process outlined here and in the ``volume`` option. @@ -132,7 +132,7 @@ encoding to The encoding to be converted to - | **required**: False + | **required**: True | **type**: str @@ -234,17 +234,6 @@ local_follow | **default**: True -group - Name of the group that will own the file system objects. - - When left unspecified, it uses the current group of the current user unless you are root, in which case it can preserve the previous ownership. - - This option is only applicable if ``dest`` is USS, otherwise ignored. - - | **required**: False - | **type**: str - - mode The permission of the destination file or directory. @@ -260,17 +249,6 @@ mode | **type**: str -owner - Name of the user that should own the filesystem object, as would be passed to the chown command. - - When left unspecified, it uses the current user unless you are root, in which case it can preserve the previous ownership. - - This option is only applicable if ``dest`` is USS, otherwise ignored. - - | **required**: False - | **type**: str - - remote_src If set to ``false``, the module searches for ``src`` at the local machine. @@ -343,7 +321,7 @@ dest_data_set | **required**: True | **type**: str - | **choices**: ksds, esds, rrds, lds, seq, pds, pdse, member, basic, library + | **choices**: KSDS, ESDS, RRDS, LDS, SEQ, PDS, PDSE, MEMBER, BASIC, LIBRARY space_primary @@ -367,21 +345,21 @@ dest_data_set space_type If the destination data set does not exist, this sets the unit of measurement to use when defining primary and secondary space. - Valid units of size are ``k``, ``m``, ``g``, ``cyl``, and ``trk``. + Valid units of size are ``K``, ``M``, ``G``, ``CYL``, and ``TRK``. | **required**: False | **type**: str - | **choices**: k, m, g, cyl, trk + | **choices**: K, M, G, CYL, TRK record_format - If the destination data set does not exist, this sets the format of the data set. (e.g ``fb``) + If the destination data set does not exist, this sets the format of the data set. (e.g ``FB``) - Choices are case-sensitive. + Choices are case-insensitive. | **required**: False | **type**: str - | **choices**: fb, vb, fba, vba, u + | **choices**: FB, VB, FBA, VBA, U record_length @@ -412,9 +390,9 @@ dest_data_set key_offset The key offset to use when creating a KSDS data set. - *key_offset* is required when *type=ksds*. + *key_offset* is required when *type=KSDS*. - *key_offset* should only be provided when *type=ksds* + *key_offset* should only be provided when *type=KSDS* | **required**: False | **type**: int @@ -423,9 +401,9 @@ dest_data_set key_length The key length to use when creating a KSDS data set. - *key_length* is required when *type=ksds*. + *key_length* is required when *type=KSDS*. - *key_length* should only be provided when *type=ksds* + *key_length* should only be provided when *type=KSDS* | **required**: False | **type**: int @@ -635,7 +613,7 @@ Examples zos_copy: src: /path/to/foo.conf dest: /etc/foo.conf - mode: "0644" + mode: 0644 group: foo owner: bar @@ -765,11 +743,11 @@ Examples remote_src: true volume: '222222' dest_data_set: - type: seq + type: SEQ space_primary: 10 space_secondary: 3 - space_type: k - record_format: vb + space_type: K + record_format: VB record_length: 150 - name: Copy a Program Object and its aliases on a remote system to a new PDSE member MYCOBOL @@ -815,10 +793,6 @@ Notes Beginning in version 1.8.x, zos_copy will no longer attempt to correct a copy of a data type member into a PDSE that contains program objects. You can control this behavior using module option ``executable`` that will signify an executable is being copied into a PDSE with other executables. Mixing data type members with program objects will result in a (FSUM8976,./zos_copy.html) error. - It is the playbook author or user's responsibility to ensure they have appropriate authority to the RACF FACILITY resource class. A user is described as the remote user, configured either for the playbook or playbook tasks, who can also obtain escalated privileges to execute as root or another user. - - To use this module, you must define the RACF FACILITY class profile and allow READ access to RACF FACILITY profile MVS.MCSOPER.ZOAU. If your system uses a different security product, consult that product's documentation to configure the required security classes. - See Also @@ -872,12 +846,12 @@ destination_attributes { "block_size": 32760, - "record_format": "fb", + "record_format": "FB", "record_length": 45, "space_primary": 2, "space_secondary": 1, - "space_type": "k", - "type": "pdse" + "space_type": "K", + "type": "PDSE" } block_size @@ -890,7 +864,7 @@ destination_attributes Record format of the dataset. | **type**: str - | **sample**: fb + | **sample**: FB record_length Record length of the dataset. @@ -914,13 +888,13 @@ destination_attributes Unit of measurement for space. | **type**: str - | **sample**: k + | **sample**: K type Type of dataset allocated. | **type**: str - | **sample**: pdse + | **sample**: PDSE checksum diff --git a/_sources/ibm_zos_core/docs/source/modules/zos_data_set.rst.txt b/_sources/ibm_zos_core/docs/source/modules/zos_data_set.rst.txt index 34162d72..70e798a0 100644 --- a/_sources/ibm_zos_core/docs/source/modules/zos_data_set.rst.txt +++ b/_sources/ibm_zos_core/docs/source/modules/zos_data_set.rst.txt @@ -32,7 +32,7 @@ name If *name* is not provided, a randomized data set name will be generated with the HLQ matching the module-runners username. - Required if *type=member* or *state!=present* and not using *batch*. + Required if *type=MEMBER* or *state!=present* and not using *batch*. | **required**: False | **type**: str @@ -47,7 +47,7 @@ state If *state=absent* and the data set does exist on the managed node, remove the data set, module completes successfully with *changed=True*. - If *state=absent* and *type=member* and *force=True*, the data set will be opened with *DISP=SHR* such that the entire data set can be accessed by other processes while the specified member is deleted. + If *state=absent* and *type=MEMBER* and *force=True*, the data set will be opened with *DISP=SHR* such that the entire data set can be accessed by other processes while the specified member is deleted. If *state=absent* and *volumes* is provided, and the data set is not found in the catalog, the module attempts to perform catalog using supplied *name* and *volumes*. If the attempt to catalog the data set catalog is successful, then the data set is removed. Module completes successfully with *changed=True*. @@ -68,7 +68,7 @@ state If *state=present* and *replace=False* and the data set is present on the managed node, no action taken, module completes successfully with *changed=False*. - If *state=present* and *type=member* and the member does not exist in the data set, create a member formatted to store data, module completes successfully with *changed=True*. Note, a PDSE does not allow a mixture of formats such that there is executables (program objects) and data. The member created is formatted to store data, not an executable. + If *state=present* and *type=MEMBER* and the member does not exist in the data set, create a member formatted to store data, module completes successfully with *changed=True*. Note, a PDSE does not allow a mixture of formats such that there is executables (program objects) and data. The member created is formatted to store data, not an executable. If *state=cataloged* and *volumes* is provided and the data set is already cataloged, no action taken, module completes successfully with *changed=False*. @@ -93,16 +93,16 @@ state type - The data set type to be used when creating a data set. (e.g ``pdse``). + The data set type to be used when creating a data set. (e.g ``pdse``) - ``member`` expects to be used with an existing partitioned data set. + ``MEMBER`` expects to be used with an existing partitioned data set. - Choices are case-sensitive. + Choices are case-insensitive. | **required**: False | **type**: str - | **default**: pds - | **choices**: ksds, esds, rrds, lds, seq, pds, pdse, library, basic, large, member, hfs, zfs + | **default**: PDS + | **choices**: KSDS, ESDS, RRDS, LDS, SEQ, PDS, PDSE, LIBRARY, BASIC, LARGE, MEMBER, HFS, ZFS space_primary @@ -128,25 +128,25 @@ space_secondary space_type The unit of measurement to use when defining primary and secondary space. - Valid units of size are ``k``, ``m``, ``g``, ``cyl``, and ``trk``. + Valid units of size are ``K``, ``M``, ``G``, ``CYL``, and ``TRK``. | **required**: False | **type**: str - | **default**: m - | **choices**: k, m, g, cyl, trk + | **default**: M + | **choices**: K, M, G, CYL, TRK record_format The format of the data set. (e.g ``FB``) - Choices are case-sensitive. + Choices are case-insensitive. - When *type=ksds*, *type=esds*, *type=rrds*, *type=lds* or *type=zfs* then *record_format=None*, these types do not have a default *record_format*. + When *type=KSDS*, *type=ESDS*, *type=RRDS*, *type=LDS* or *type=ZFS* then *record_format=None*, these types do not have a default *record_format*. | **required**: False | **type**: str - | **default**: fb - | **choices**: fb, vb, fba, vba, u, f + | **default**: FB + | **choices**: FB, VB, FBA, VBA, U, F sms_storage_class @@ -216,9 +216,9 @@ directory_blocks key_offset The key offset to use when creating a KSDS data set. - *key_offset* is required when *type=ksds*. + *key_offset* is required when *type=KSDS*. - *key_offset* should only be provided when *type=ksds* + *key_offset* should only be provided when *type=KSDS* | **required**: False | **type**: int @@ -227,9 +227,9 @@ key_offset key_length The key length to use when creating a KSDS data set. - *key_length* is required when *type=ksds*. + *key_length* is required when *type=KSDS*. - *key_length* should only be provided when *type=ksds* + *key_length* should only be provided when *type=KSDS* | **required**: False | **type**: int @@ -285,7 +285,7 @@ force The *force=True* option enables sharing of data sets through the disposition *DISP=SHR*. - The *force=True* only applies to data set members when *state=absent* and *type=member*. + The *force=True* only applies to data set members when *state=absent* and *type=MEMBER*. | **required**: False | **type**: bool @@ -305,7 +305,7 @@ batch If *name* is not provided, a randomized data set name will be generated with the HLQ matching the module-runners username. - Required if *type=member* or *state!=present* + Required if *type=MEMBER* or *state!=present* | **required**: False | **type**: str @@ -320,7 +320,7 @@ batch If *state=absent* and the data set does exist on the managed node, remove the data set, module completes successfully with *changed=True*. - If *state=absent* and *type=member* and *force=True*, the data set will be opened with *DISP=SHR* such that the entire data set can be accessed by other processes while the specified member is deleted. + If *state=absent* and *type=MEMBER* and *force=True*, the data set will be opened with *DISP=SHR* such that the entire data set can be accessed by other processes while the specified member is deleted. If *state=absent* and *volumes* is provided, and the data set is not found in the catalog, the module attempts to perform catalog using supplied *name* and *volumes*. If the attempt to catalog the data set catalog is successful, then the data set is removed. Module completes successfully with *changed=True*. @@ -341,7 +341,7 @@ batch If *state=present* and *replace=False* and the data set is present on the managed node, no action taken, module completes successfully with *changed=False*. - If *state=present* and *type=member* and the member does not exist in the data set, create a member formatted to store data, module completes successfully with *changed=True*. Note, a PDSE does not allow a mixture of formats such that there is executables (program objects) and data. The member created is formatted to store data, not an executable. + If *state=present* and *type=MEMBER* and the member does not exist in the data set, create a member formatted to store data, module completes successfully with *changed=True*. Note, a PDSE does not allow a mixture of formats such that there is executables (program objects) and data. The member created is formatted to store data, not an executable. If *state=cataloged* and *volumes* is provided and the data set is already cataloged, no action taken, module completes successfully with *changed=False*. @@ -366,16 +366,16 @@ batch type - The data set type to be used when creating a data set. (e.g ``pdse``) + The data set type to be used when creating a data set. (e.g ``PDSE``) - ``member`` expects to be used with an existing partitioned data set. + ``MEMBER`` expects to be used with an existing partitioned data set. - Choices are case-sensitive. + Choices are case-insensitive. | **required**: False | **type**: str - | **default**: pds - | **choices**: ksds, esds, rrds, lds, seq, pds, pdse, library, basic, large, member, hfs, zfs + | **default**: PDS + | **choices**: KSDS, ESDS, RRDS, LDS, SEQ, PDS, PDSE, LIBRARY, BASIC, LARGE, MEMBER, HFS, ZFS space_primary @@ -401,25 +401,25 @@ batch space_type The unit of measurement to use when defining primary and secondary space. - Valid units of size are ``k``, ``m``, ``g``, ``cyl``, and ``trk``. + Valid units of size are ``K``, ``M``, ``G``, ``CYL``, and ``TRK``. | **required**: False | **type**: str - | **default**: m - | **choices**: k, m, g, cyl, trk + | **default**: M + | **choices**: K, M, G, CYL, TRK record_format The format of the data set. (e.g ``FB``) - Choices are case-sensitive. + Choices are case-insensitive. - When *type=ksds*, *type=esds*, *type=rrds*, *type=lds* or *type=zfs* then *record_format=None*, these types do not have a default *record_format*. + When *type=KSDS*, *type=ESDS*, *type=RRDS*, *type=LDS* or *type=ZFS* then *record_format=None*, these types do not have a default *record_format*. | **required**: False | **type**: str - | **default**: fb - | **choices**: fb, vb, fba, vba, u, f + | **default**: FB + | **choices**: FB, VB, FBA, VBA, U, F sms_storage_class @@ -489,9 +489,9 @@ batch key_offset The key offset to use when creating a KSDS data set. - *key_offset* is required when *type=ksds*. + *key_offset* is required when *type=KSDS*. - *key_offset* should only be provided when *type=ksds* + *key_offset* should only be provided when *type=KSDS* | **required**: False | **type**: int @@ -500,9 +500,9 @@ batch key_length The key length to use when creating a KSDS data set. - *key_length* is required when *type=ksds*. + *key_length* is required when *type=KSDS*. - *key_length* should only be provided when *type=ksds* + *key_length* should only be provided when *type=KSDS* | **required**: False | **type**: int @@ -549,7 +549,7 @@ batch The *force=True* option enables sharing of data sets through the disposition *DISP=SHR*. - The *force=True* only applies to data set members when *state=absent* and *type=member*. + The *force=True* only applies to data set members when *state=absent* and *type=MEMBER*. | **required**: False | **type**: bool @@ -576,7 +576,7 @@ Examples name: someds.name.here type: pds space_primary: 5 - space_type: m + space_type: M record_format: fba record_length: 25 @@ -585,21 +585,21 @@ Examples name: someds.name.here type: pds space_primary: 5 - space_type: m + space_type: M record_format: u record_length: 25 - replace: true + replace: yes - name: Attempt to replace a data set if it exists. If not found in the catalog, check if it is available on volume 222222, and catalog if found. zos_data_set: name: someds.name.here type: pds space_primary: 5 - space_type: m + space_type: M record_format: u record_length: 25 volumes: "222222" - replace: true + replace: yes - name: Create an ESDS data set if it does not exist zos_data_set: @@ -633,43 +633,43 @@ Examples - name: Write a member to an existing PDS; replace if member exists zos_data_set: name: someds.name.here(mydata) - type: member - replace: true + type: MEMBER + replace: yes - name: Write a member to an existing PDS; do not replace if member exists zos_data_set: name: someds.name.here(mydata) - type: member + type: MEMBER - name: Remove a member from an existing PDS zos_data_set: name: someds.name.here(mydata) state: absent - type: member + type: MEMBER - name: Remove a member from an existing PDS/E by opening with disposition DISP=SHR zos_data_set: name: someds.name.here(mydata) state: absent - type: member - force: true + type: MEMBER + force: yes - name: Create multiple partitioned data sets and add one or more members to each zos_data_set: batch: - - name: someds.name.here1 - type: pds + - name: someds.name.here1 + type: PDS space_primary: 5 - space_type: m + space_type: M record_format: fb - replace: true + replace: yes - name: someds.name.here1(member1) - type: member + type: MEMBER - name: someds.name.here2(member1) - type: member - replace: true + type: MEMBER + replace: yes - name: someds.name.here2(member2) - type: member + type: MEMBER - name: Catalog a data set present on volume 222222 if it is uncataloged. zos_data_set: diff --git a/_sources/ibm_zos_core/docs/source/modules/zos_encode.rst.txt b/_sources/ibm_zos_core/docs/source/modules/zos_encode.rst.txt index 2134b336..4c2294e2 100644 --- a/_sources/ibm_zos_core/docs/source/modules/zos_encode.rst.txt +++ b/_sources/ibm_zos_core/docs/source/modules/zos_encode.rst.txt @@ -143,8 +143,8 @@ Examples encoding: from: IBM-1047 to: ISO8859-1 - backup: true - backup_compress: true + backup: yes + backup_compress: yes - name: Convert file encoding from IBM-1047 to ISO8859-1 to a directory zos_encode: @@ -256,6 +256,7 @@ Examples + Notes ----- diff --git a/_sources/ibm_zos_core/docs/source/modules/zos_job_submit.rst.txt b/_sources/ibm_zos_core/docs/source/modules/zos_job_submit.rst.txt index a6f55acf..8f779d39 100644 --- a/_sources/ibm_zos_core/docs/source/modules/zos_job_submit.rst.txt +++ b/_sources/ibm_zos_core/docs/source/modules/zos_job_submit.rst.txt @@ -42,18 +42,30 @@ src location - The JCL location. Supported choices are ``data_set``, ``uss`` or ``local``. + The JCL location. Supported choices are ``DATA_SET``, ``USS`` or ``LOCAL``. - ``data_set`` can be a PDS, PDSE, or sequential data set. + DATA_SET can be a PDS, PDSE, or sequential data set. - ``uss`` means the JCL location is located in UNIX System Services (USS). + USS means the JCL location is located in UNIX System Services (USS). - ``local`` means locally to the ansible control node. + LOCAL means locally to the ansible control node. | **required**: False | **type**: str - | **default**: data_set - | **choices**: data_set, uss, local + | **default**: DATA_SET + | **choices**: DATA_SET, USS, LOCAL + + +wait + Setting this option will yield no change, it is disabled. There is no need to set *wait*; setting *wait_times_s* is the correct way to configure the amount of time to wait for a job to execute. + + This option will be removed in ibm.ibm_zos_core collection version 1.10.0 + + See option *wait_time_s*. + + | **required**: False + | **type**: bool + | **default**: False wait_time_s @@ -84,11 +96,11 @@ return_output volume - The volume serial (VOLSER) is where the data set resides. The option is required only when the data set is not cataloged on the system. + The volume serial (VOLSER)is where the data set resides. The option is required only when the data set is not cataloged on the system. When configured, the `zos_job_submit <./zos_job_submit.html>`_ will try to catalog the data set for the volume serial. If it is not able to, the module will fail. - Ignored for *location=uss* and *location=local*. + Ignored for *location=USS* and *location=LOCAL*. | **required**: False | **type**: str @@ -97,7 +109,7 @@ volume encoding Specifies which encoding the local JCL file should be converted from and to, before submitting the job. - This option is only supported for when *location=local*. + This option is only supported for when *location=LOCAL*. If this parameter is not provided, and the z/OS systems default encoding can not be identified, the JCL file will be converted from UTF-8 to IBM-1047 by default, otherwise the module will detect the z/OS system encoding. @@ -267,22 +279,22 @@ Examples .. code-block:: yaml+jinja - - name: Submit JCL in a PDSE member. + - name: Submit JCL in a PDSE member zos_job_submit: src: HLQ.DATA.LLQ(SAMPLE) - location: data_set + location: DATA_SET register: response - name: Submit JCL in USS with no DDs in the output. zos_job_submit: src: /u/tester/demo/sample.jcl - location: uss + location: USS return_output: false - name: Convert local JCL to IBM-037 and submit the job. zos_job_submit: src: /Users/maxy/ansible-playbooks/provision/sample.jcl - location: local + location: LOCAL encoding: from: ISO8859-1 to: IBM-037 @@ -290,25 +302,25 @@ Examples - name: Submit JCL in an uncataloged PDSE on volume P2SS01. zos_job_submit: src: HLQ.DATA.LLQ(SAMPLE) - location: data_set + location: DATA_SET volume: P2SS01 - name: Submit a long running PDS job and wait up to 30 seconds for completion. zos_job_submit: src: HLQ.DATA.LLQ(LONGRUN) - location: data_set + location: DATA_SET wait_time_s: 30 - name: Submit a long running PDS job and wait up to 30 seconds for completion. zos_job_submit: src: HLQ.DATA.LLQ(LONGRUN) - location: data_set + location: DATA_SET wait_time_s: 30 - name: Submit JCL and set the max return code the module should fail on to 16. zos_job_submit: src: HLQ.DATA.LLQ - location: data_set + location: DATA_SET max_rc: 16 @@ -700,30 +712,24 @@ jobs Job status `?` indicates status can not be determined. - Jobs where status can not be determined will result in None (NULL). - | **type**: str | **sample**: AC msg_code The return code from the submitted job as a string. - Jobs which have no return code will result in None (NULL), such is the case of a job that errors or is active. - | **type**: str msg_txt Returns additional information related to the submitted job. - Jobs which have no additional information will result in None (NULL). - | **type**: str | **sample**: The job JOB00551 was run with special job processing TYPRUN=SCAN. This will result in no completion, return code or job steps and changed will be false. code The return code converted to an integer value when available. - Jobs which have no return code will result in None (NULL), such is the case of a job that errors or is active. + Jobs which have no return code will return NULL, such is the case of a job that errors or is active. | **type**: int @@ -794,3 +800,10 @@ jobs | **sample**: IEBGENER +message + This option is being deprecated + + | **returned**: success + | **type**: str + | **sample**: Submit JCL operation succeeded. + diff --git a/_sources/ibm_zos_core/docs/source/modules/zos_lineinfile.rst.txt b/_sources/ibm_zos_core/docs/source/modules/zos_lineinfile.rst.txt index 4e416f97..f7005017 100644 --- a/_sources/ibm_zos_core/docs/source/modules/zos_lineinfile.rst.txt +++ b/_sources/ibm_zos_core/docs/source/modules/zos_lineinfile.rst.txt @@ -239,14 +239,15 @@ Examples src: /tmp/src/somefile regexp: '^(.*)User(\d+)m(.*)$' line: '\1APPUser\3' - backrefs: true + backrefs: yes - name: Add a line to a member while a task is in execution zos_lineinfile: src: SOME.PARTITIONED.DATA.SET(DATA) insertafter: EOF line: 'Should be a working test now' - force: true + force: True + diff --git a/_sources/ibm_zos_core/docs/source/modules/zos_mount.rst.txt b/_sources/ibm_zos_core/docs/source/modules/zos_mount.rst.txt index 3b30be90..42e8a8ea 100644 --- a/_sources/ibm_zos_core/docs/source/modules/zos_mount.rst.txt +++ b/_sources/ibm_zos_core/docs/source/modules/zos_mount.rst.txt @@ -53,11 +53,11 @@ fs_type The physical file systems data set format to perform the logical mount. - The *fs_type* is required to be lowercase. + The *fs_type* is required to be uppercase. | **required**: True | **type**: str - | **choices**: hfs, zfs, nfs, tfs + | **choices**: HFS, ZFS, NFS, TFS state @@ -149,25 +149,25 @@ unmount_opts | **required**: False | **type**: str - | **default**: normal - | **choices**: drain, force, immediate, normal, remount, reset + | **default**: NORMAL + | **choices**: DRAIN, FORCE, IMMEDIATE, NORMAL, REMOUNT, RESET mount_opts Options available to the mount. - If *mount_opts=ro* on a mounted/remount, mount is performed read-only. + If *mount_opts=RO* on a mounted/remount, mount is performed read-only. - If *mount_opts=same* and (unmount_opts=remount), mount is opened in the same mode as previously opened. + If *mount_opts=SAME* and (unmount_opts=REMOUNT), mount is opened in the same mode as previously opened. - If *mount_opts=nowait*, mount is performed asynchronously. + If *mount_opts=NOWAIT*, mount is performed asynchronously. - If *mount_opts=nosecurity*, security checks are not enforced for files in this file system. + If *mount_opts=NOSECURITY*, security checks are not enforced for files in this file system. | **required**: False | **type**: str - | **default**: rw - | **choices**: ro, rw, same, nowait, nosecurity + | **default**: RW + | **choices**: RO, RW, SAME, NOWAIT, NOSECURITY src_params @@ -184,15 +184,15 @@ tag_untagged When the file system is unmounted, the tags are lost. - If *tag_untagged=notext* none of the untagged files in the file system are automatically converted during file reading and writing. + If *tag_untagged=NOTEXT* none of the untagged files in the file system are automatically converted during file reading and writing. - If *tag_untagged=text* each untagged file is implicitly marked as containing pure text data that can be converted. + If *tag_untagged=TEXT* each untagged file is implicitly marked as containing pure text data that can be converted. If this flag is used, use of tag_ccsid is encouraged. | **required**: False | **type**: str - | **choices**: text, notext + | **choices**: TEXT, NOTEXT tag_ccsid @@ -240,23 +240,23 @@ automove These parameters apply only in a sysplex where systems are exploiting the shared file system capability. They specify what happens to the ownership of a file system when a shutdown, PFS termination, dead system takeover, or file system move occurs. The default setting is AUTOMOVE where the file system will be randomly moved to another system (no system list used). - *automove=automove* indicates that ownership of the file system can be automatically moved to another system participating in a shared file system. + *automove=AUTOMOVE* indicates that ownership of the file system can be automatically moved to another system participating in a shared file system. - *automove=noautomove* prevents movement of the file system's ownership in some situations. + *automove=NOAUTOMOVE* prevents movement of the file system's ownership in some situations. - *automove=unmount* allows the file system to be unmounted in some situations. + *automove=UNMOUNT* allows the file system to be unmounted in some situations. | **required**: False | **type**: str - | **default**: automove - | **choices**: automove, noautomove, unmount + | **default**: AUTOMOVE + | **choices**: AUTOMOVE, NOAUTOMOVE, UNMOUNT automove_list - If(automove=automove), this option will be checked. + If(automove=AUTOMOVE), this option will be checked. This specifies the list of servers to include or exclude as destinations. @@ -293,14 +293,14 @@ Examples zos_mount: src: SOMEUSER.VVV.ZFS path: /u/omvsadm/core - fs_type: zfs + fs_type: ZFS state: mounted - name: Unmount a filesystem. zos_mount: src: SOMEUSER.VVV.ZFS path: /u/omvsadm/core - fs_type: zfs + fs_type: ZFS state: unmounted unmount_opts: REMOUNT opts: same @@ -309,7 +309,7 @@ Examples zos_mount: src: SOMEUSER.VVV.ZFS path: /u/omvsadm/core - fs_type: zfs + fs_type: ZFS state: mounted mount_opts: RO @@ -317,37 +317,37 @@ Examples zos_mount: src: SOMEUSER.VVV.ZFS path: /u/omvsadm/core - fs_type: zfs + fs_type: ZFS state: mounted persistent: - data_store: SYS1.PARMLIB(BPXPRMAA) - comment: For Tape2 project + data_store: SYS1.PARMLIB(BPXPRMAA) + comment: For Tape2 project - name: Mount a filesystem and record change in BPXPRMAA after backing up to BPXPRMAB. zos_mount: src: SOMEUSER.VVV.ZFS path: /u/omvsadm/core - fs_type: zfs + fs_type: ZFS state: mounted persistent: - data_store: SYS1.PARMLIB(BPXPRMAA) - backup: true - backup_name: SYS1.PARMLIB(BPXPRMAB) - comment: For Tape2 project + data_store: SYS1.PARMLIB(BPXPRMAA) + backup: Yes + backup_name: SYS1.PARMLIB(BPXPRMAB) + comment: For Tape2 project - name: Mount a filesystem ignoring uid/gid values. zos_mount: src: SOMEUSER.VVV.ZFS path: /u/omvsadm/core - fs_type: zfs + fs_type: ZFS state: mounted - allow_uid: false + allow_uid: no - name: Mount a filesystem asynchronously (don't wait for completion). zos_mount: src: SOMEUSER.VVV.ZFS path: /u/omvsadm/core - fs_type: zfs + fs_type: ZFS state: mounted opts: nowait @@ -355,7 +355,7 @@ Examples zos_mount: src: SOMEUSER.VVV.ZFS path: /u/omvsadm/core - fs_type: zfs + fs_type: ZFS state: mounted mount_opts: NOSECURITY @@ -363,7 +363,7 @@ Examples zos_mount: src: SOMEUSER.VVV.ZFS path: /u/omvsadm/core - fs_type: zfs + fs_type: ZFS state: mounted automove: AUTOMOVE automove_list: I,DEV1,DEV2,DEV3,DEV9 @@ -372,7 +372,7 @@ Examples zos_mount: src: SOMEUSER.VVV.ZFS path: /u/omvsadm/core - fs_type: zfs + fs_type: ZFS state: mounted automove: AUTOMOVE automove_list: EXCLUDE,DEV4,DEV5,DEV6,DEV7 @@ -380,6 +380,7 @@ Examples + Notes ----- diff --git a/_sources/ibm_zos_core/docs/source/modules/zos_mvs_raw.rst.txt b/_sources/ibm_zos_core/docs/source/modules/zos_mvs_raw.rst.txt index d98c9493..3ebedadd 100644 --- a/_sources/ibm_zos_core/docs/source/modules/zos_mvs_raw.rst.txt +++ b/_sources/ibm_zos_core/docs/source/modules/zos_mvs_raw.rst.txt @@ -134,7 +134,7 @@ dds | **required**: False | **type**: str - | **choices**: delete, keep, catalog, uncatalog + | **choices**: delete, keep, catlg, catalog, uncatlg, uncatalog disposition_abnormal @@ -142,11 +142,11 @@ dds | **required**: False | **type**: str - | **choices**: delete, keep, catalog, uncatalog + | **choices**: delete, keep, catlg, catalog, uncatlg, uncatalog reuse - Determines if a data set should be reused if *disposition=new* and if a data set with a matching name already exists. + Determines if a data set should be reused if *disposition=NEW* and if a data set with a matching name already exists. If *reuse=true*, *disposition* will be automatically switched to ``SHR``. @@ -154,7 +154,7 @@ dds Mutually exclusive with *replace*. - *reuse* is only considered when *disposition=new* + *reuse* is only considered when *disposition=NEW* | **required**: False | **type**: bool @@ -162,7 +162,7 @@ dds replace - Determines if a data set should be replaced if *disposition=new* and a data set with a matching name already exists. + Determines if a data set should be replaced if *disposition=NEW* and a data set with a matching name already exists. If *replace=true*, the original data set will be deleted, and a new data set created. @@ -170,7 +170,7 @@ dds Mutually exclusive with *reuse*. - *replace* is only considered when *disposition=new* + *replace* is only considered when *disposition=NEW* *replace* will result in loss of all data in the original data set unless *backup* is specified. @@ -180,7 +180,7 @@ dds backup - Determines if a backup should be made of an existing data set when *disposition=new*, *replace=true*, and a data set with the desired name is found. + Determines if a backup should be made of an existing data set when *disposition=NEW*, *replace=true*, and a data set with the desired name is found. *backup* is only used when *replace=true*. @@ -315,7 +315,7 @@ dds encoding How the label for the key encrypting key specified by *label* is encoded by the Encryption Key Manager. - *encoding* can either be set to ``l`` for label encoding, or ``h`` for hash encoding. + *encoding* can either be set to ``L`` for label encoding, or ``H`` for hash encoding. Maps to KEYCD1 on z/OS. @@ -350,7 +350,7 @@ dds encoding How the label for the key encrypting key specified by *label* is encoded by the Encryption Key Manager. - *encoding* can either be set to ``l`` for label encoding, or ``h`` for hash encoding. + *encoding* can either be set to ``L`` for label encoding, or ``H`` for hash encoding. Maps to KEYCD2 on z/OS. @@ -389,7 +389,7 @@ dds Defaults vary depending on format: If FB/FBA 80, if VB/VBA 137, if U 0. - Valid values are (1-32760 for non-VSAM, 1-32761 for VSAM). + Valid values are (1-32760 for non-vsam, 1-32761 for vsam). Maps to LRECL on z/OS. @@ -869,7 +869,7 @@ dds | **required**: False | **type**: str - | **choices**: delete, keep, catalog, uncatalog + | **choices**: delete, keep, catlg, catalog, uncatlg, uncatalog disposition_abnormal @@ -877,11 +877,11 @@ dds | **required**: False | **type**: str - | **choices**: delete, keep, catalog, uncatalog + | **choices**: delete, keep, catlg, catalog, uncatlg, uncatalog reuse - Determines if data set should be reused if *disposition=new* and a data set with matching name already exists. + Determines if data set should be reused if *disposition=NEW* and a data set with matching name already exists. If *reuse=true*, *disposition* will be automatically switched to ``SHR``. @@ -889,7 +889,7 @@ dds Mutually exclusive with *replace*. - *reuse* is only considered when *disposition=new* + *reuse* is only considered when *disposition=NEW* | **required**: False | **type**: bool @@ -897,7 +897,7 @@ dds replace - Determines if data set should be replaced if *disposition=new* and a data set with matching name already exists. + Determines if data set should be replaced if *disposition=NEW* and a data set with matching name already exists. If *replace=true*, the original data set will be deleted, and a new data set created. @@ -905,7 +905,7 @@ dds Mutually exclusive with *reuse*. - *replace* is only considered when *disposition=new* + *replace* is only considered when *disposition=NEW* *replace* will result in loss of all data in the original data set unless *backup* is specified. @@ -915,7 +915,7 @@ dds backup - Determines if a backup should be made of existing data set when *disposition=new*, *replace=true*, and a data set with the desired name is found. + Determines if a backup should be made of existing data set when *disposition=NEW*, *replace=true*, and a data set with the desired name is found. *backup* is only used when *replace=true*. @@ -1050,7 +1050,7 @@ dds encoding How the label for the key encrypting key specified by *label* is encoded by the Encryption Key Manager. - *encoding* can either be set to ``l`` for label encoding, or ``h`` for hash encoding. + *encoding* can either be set to ``L`` for label encoding, or ``H`` for hash encoding. Maps to KEYCD1 on z/OS. @@ -1085,7 +1085,7 @@ dds encoding How the label for the key encrypting key specified by *label* is encoded by the Encryption Key Manager. - *encoding* can either be set to ``l`` for label encoding, or ``h`` for hash encoding. + *encoding* can either be set to ``L`` for label encoding, or ``H`` for hash encoding. Maps to KEYCD2 on z/OS. @@ -1191,7 +1191,7 @@ dds path The path to an existing UNIX file. - Or provide the path to an new created UNIX file when *status_group=ocreat*. + Or provide the path to an new created UNIX file when *status_group=OCREAT*. The provided path must be absolute. @@ -1464,7 +1464,7 @@ Examples dd_name: sysprint data_set_name: mypgm.output.ds disposition: new - reuse: true + reuse: yes type: seq space_primary: 5 space_secondary: 1 @@ -1488,7 +1488,7 @@ Examples dd_name: sysprint data_set_name: mypgm.output.ds disposition: new - reuse: true + reuse: yes type: seq space_primary: 5 space_secondary: 1 @@ -1533,7 +1533,7 @@ Examples dd_name: sysprint data_set_name: mypgm.output.ds disposition: new - reuse: true + reuse: yes type: seq space_primary: 5 space_secondary: 1 @@ -1561,8 +1561,8 @@ Examples dd_name: sysprint data_set_name: mypgm.output.ds disposition: new - replace: true - backup: true + replace: yes + backup: yes type: seq space_primary: 5 space_secondary: 1 @@ -1633,7 +1633,7 @@ Examples - name: Take a set of data sets and write them to an archive. zos_mvs_raw: program_name: adrdssu - auth: true + auth: yes dds: - dd_data_set: dd_name: archive @@ -1649,7 +1649,7 @@ Examples - name: Merge two sequential data sets and write them to new data set zos_mvs_raw: program_name: sort - auth: false + auth: no parm: "MSGPRT=CRITICAL,LIST" dds: - dd_data_set: @@ -1680,7 +1680,7 @@ Examples files. zos_mvs_raw: pgm: idcams - auth: true + auth: yes dds: - dd_concat: dd_name: sysprint @@ -1697,56 +1697,57 @@ Examples dd_name: sysin content: " LISTCAT ENTRIES('SYS1.*')" - - name: Drop the contents of input dataset into output dataset using REPRO command. + - name: Drop the contents of input dataset into output dataset + using REPRO command. zos_mvs_raw: pgm: idcams - auth: true + auth: yes dds: - - dd_data_set: - dd_name: INPUT - data_set_name: myhlq.ds1.input - - dd_data_set: - dd_name: OUTPUT - data_set_name: myhlq.ds1.output - - dd_input: - dd_name: sysin - content: | + - dd_data_set: + dd_name: INPUT + data_set_name: myhlq.ds1.input + - dd_data_set: + dd_name: OUTPUT + data_set_name: myhlq.ds1.output + - dd_input: + dd_name: sysin + content: | " REPRO - INFILE(INPUT) - OUTFILE(OUTPUT)" - - dd_output: - dd_name: sysprint - return_content: - type: text - - - name: Define a cluster using a literal block style indicator - with a 2 space indentation. - zos_mvs_raw: - program_name: idcams - auth: true - dds: - - dd_output: - dd_name: sysprint - return_content: - type: text - - dd_input: - dd_name: sysin - content: 2 - DEFINE CLUSTER - - (NAME(ANSIBLE.TEST.VSAM) - - CYL(10 10) - - FREESPACE(20 20) - - INDEXED - - KEYS(32 0) - - NOERASE - - NONSPANNED - - NOREUSE - - SHAREOPTIONS(3 3) - - SPEED - - UNORDERED - - RECORDSIZE(4086 32600) - - VOLUMES(222222) - - UNIQUE) + - dd_output: + dd_name: sysprint + return_content: + type: text + + - name: Define a cluster using a literal block style indicator + with a 2 space indentation. + zos_mvs_raw: + program_name: idcams + auth: yes + dds: + - dd_output: + dd_name: sysprint + return_content: + type: text + - dd_input: + dd_name: sysin + content: |2 + DEFINE CLUSTER - + (NAME(ANSIBLE.TEST.VSAM) - + CYL(10 10) - + FREESPACE(20 20) - + INDEXED - + KEYS(32 0) - + NOERASE - + NONSPANNED - + NOREUSE - + SHAREOPTIONS(3 3) - + SPEED - + UNORDERED - + RECORDSIZE(4086 32600) - + VOLUMES(222222) - + UNIQUE) diff --git a/_sources/ibm_zos_core/docs/source/modules/zos_operator.rst.txt b/_sources/ibm_zos_core/docs/source/modules/zos_operator.rst.txt index d05126d1..03504134 100644 --- a/_sources/ibm_zos_core/docs/source/modules/zos_operator.rst.txt +++ b/_sources/ibm_zos_core/docs/source/modules/zos_operator.rst.txt @@ -33,7 +33,7 @@ cmd For example, change the command "...,P='DSN3EPX,-DBC1,S'" to "...,P=''DSN3EPX,-DBC1,S'' ". - If the command contains any special characters ($, &, etc), they must be escaped using double backslashes like \\\\\\$. + If the command contains any special characters ($, &, etc), they must be escaped using double backslashes like \\\$. For example, to display job by job name the command would be ``cmd:"\\$dj''HELLO''"`` @@ -96,6 +96,12 @@ Examples +Notes +----- + +.. note:: + Commands may need to use specific prefixes like $, they can be discovered by issuing the following command ``D OPDATA,PREFIX``. + diff --git a/_sources/ibm_zos_core/docs/source/modules/zos_operator_action_query.rst.txt b/_sources/ibm_zos_core/docs/source/modules/zos_operator_action_query.rst.txt index ba9398b5..b2e99d39 100644 --- a/_sources/ibm_zos_core/docs/source/modules/zos_operator_action_query.rst.txt +++ b/_sources/ibm_zos_core/docs/source/modules/zos_operator_action_query.rst.txt @@ -128,7 +128,7 @@ Examples system: mv29 message_filter: filter: ^.*IMS.*$ - use_regex: true + use_regex: yes diff --git a/_sources/ibm_zos_core/docs/source/modules/zos_script.rst.txt b/_sources/ibm_zos_core/docs/source/modules/zos_script.rst.txt index 10660d38..31b23758 100644 --- a/_sources/ibm_zos_core/docs/source/modules/zos_script.rst.txt +++ b/_sources/ibm_zos_core/docs/source/modules/zos_script.rst.txt @@ -275,12 +275,6 @@ Examples cmd: ./scripts/PROGRAM removes: /u/user/pgm_input.txt - - name: Run a shell script on the remote system - zos_script: - cmd: ./scripts/program.sh - executable: /bin/sh - remote_src: true - diff --git a/_sources/ibm_zos_core/docs/source/modules/zos_unarchive.rst.txt b/_sources/ibm_zos_core/docs/source/modules/zos_unarchive.rst.txt index f2d7aba8..91fa597e 100644 --- a/_sources/ibm_zos_core/docs/source/modules/zos_unarchive.rst.txt +++ b/_sources/ibm_zos_core/docs/source/modules/zos_unarchive.rst.txt @@ -195,8 +195,8 @@ dest_data_set | **required**: False | **type**: str - | **default**: seq - | **choices**: seq, pds, pdse + | **default**: SEQ + | **choices**: SEQ, PDS, PDSE space_primary @@ -220,21 +220,21 @@ dest_data_set space_type If the destination data set does not exist, this sets the unit of measurement to use when defining primary and secondary space. - Valid units of size are ``k``, ``m``, ``g``, ``cyl``, and ``trk``. + Valid units of size are ``K``, ``M``, ``G``, ``CYL``, and ``TRK``. | **required**: False | **type**: str - | **choices**: k, m, g, cyl, trk + | **choices**: K, M, G, CYL, TRK record_format - If the destination data set does not exist, this sets the format of the data set. (e.g ``fb``) + If the destination data set does not exist, this sets the format of the data set. (e.g ``FB``) - Choices are case-sensitive. + Choices are case-insensitive. | **required**: False | **type**: str - | **choices**: fb, vb, fba, vba, u + | **choices**: FB, VB, FBA, VBA, U record_length @@ -265,9 +265,9 @@ dest_data_set key_offset The key offset to use when creating a KSDS data set. - *key_offset* is required when *type=ksds*. + *key_offset* is required when *type=KSDS*. - *key_offset* should only be provided when *type=ksds* + *key_offset* should only be provided when *type=KSDS* | **required**: False | **type**: int @@ -276,9 +276,9 @@ dest_data_set key_length The key length to use when creating a KSDS data set. - *key_length* is required when *type=ksds*. + *key_length* is required when *type=KSDS*. - *key_length* should only be provided when *type=ksds* + *key_length* should only be provided when *type=KSDS* | **required**: False | **type**: int @@ -392,8 +392,8 @@ Examples format: name: xmit format_options: - use_adrdssu: true - list: true + use_adrdssu: True + list: True diff --git a/_sources/ibm_zos_core/docs/source/modules/zos_volume_init.rst.txt b/_sources/ibm_zos_core/docs/source/modules/zos_volume_init.rst.txt index 5647ad99..19543592 100644 --- a/_sources/ibm_zos_core/docs/source/modules/zos_volume_init.rst.txt +++ b/_sources/ibm_zos_core/docs/source/modules/zos_volume_init.rst.txt @@ -159,14 +159,14 @@ Examples zos_volume_init: address: "1234" volid: "DEMO01" - sms_managed: false + sms_managed: no - name: Initialize non-SMS managed target volume with all the default options and override the default high level qualifier (HLQ). zos_volume_init: address: 1234 volid: DEMO01 - sms_managed: false + sms_managed: no tmp_hlq: TESTUSR - name: Initialize a new SMS managed DASD volume with new volume serial 'e8d8' with 30 track VTOC, an index, as long as @@ -175,12 +175,12 @@ Examples zos_volume_init: address: e8d8 vtoc_size: 30 - index: true - sms_managed: true + index: yes + sms_managed: yes volid: ine8d8 verify_volid: ine8d8 - verify_volume_empty: true - verify_offline: false + verify_volume_empty: yes + verify_offline: no - name: Initialize 3 new DASD volumes (0901, 0902, 0903) for use on a z/OS system as 'DEMO01', 'DEMO02', 'DEMO03' using Ansible loops. diff --git a/_sources/ibm_zos_core/docs/source/plugins.rst.txt b/_sources/ibm_zos_core/docs/source/plugins.rst.txt index b2634ab5..0b742e81 100644 --- a/_sources/ibm_zos_core/docs/source/plugins.rst.txt +++ b/_sources/ibm_zos_core/docs/source/plugins.rst.txt @@ -19,9 +19,9 @@ user action is required, this documentation is reference only. * `zos_copy`_: Used to copy data from the controller to the z/OS manage node. * `zos_fetch`_: Used to fetch data from the z/OS managed node to the controller. * `zos_job_submit`_: Used to submit a job from the controller to the z/OS manage node. -* `zos_ping`_: Used to transfer the modules REXX source to the z/OS managed node. -* `zos_script`_: Used to transfer scripts from the controller to the z/OS manage node. -* `zos_unarchive`_: Used to transfer archives from the controller to the z/OS manage node. +* `zos_ping`: Used to transfer the modules REXX source to the z/OS managed node. +* `zos_script`: Used to transfer scripts from the controller to the z/OS manage node. +* `_zos_unarchive`: Used to transfer archives from the controller to the z/OS manage node. .. _zos_copy: modules/zos_copy.html @@ -35,4 +35,3 @@ user action is required, this documentation is reference only. modules/zos_script.html .. _zos_unarchive: modules/zos_unarchive.html - diff --git a/_sources/ibm_zos_core/docs/source/reference/community.rst.txt b/_sources/ibm_zos_core/docs/source/reference/community.rst.txt index 9c09aeea..5ede772c 100644 --- a/_sources/ibm_zos_core/docs/source/reference/community.rst.txt +++ b/_sources/ibm_zos_core/docs/source/reference/community.rst.txt @@ -1,5 +1,5 @@ .. ........................................................................... -.. © Copyright IBM Corporation 2020, 2021 . +.. © Copyright IBM Corporation 2024 . .. ........................................................................... ============ @@ -8,7 +8,7 @@ Contributing Contributing to collections as a member of the open source community varies for each collection. Although the collections come together as a unified solution, -each offering operates on its own; therefore, review the individual collections to learn +each offering operates on its own; therefore, review the individual collections to learn how to contribute. .. toctree:: diff --git a/_sources/ibm_zos_core/docs/source/reference/documentation.rst.txt b/_sources/ibm_zos_core/docs/source/reference/documentation.rst.txt index 9e16806b..b2d81b4a 100644 --- a/_sources/ibm_zos_core/docs/source/reference/documentation.rst.txt +++ b/_sources/ibm_zos_core/docs/source/reference/documentation.rst.txt @@ -15,4 +15,4 @@ testing the modules, offering-specific reading, etc. .. toctree:: :maxdepth: 1 - z/OS core <../resources/resources> + z/OS core <../resources/resources> \ No newline at end of file diff --git a/_sources/ibm_zos_core/docs/source/release_notes.rst.txt b/_sources/ibm_zos_core/docs/source/release_notes.rst.txt index 82539a0d..f8d6c75a 100644 --- a/_sources/ibm_zos_core/docs/source/release_notes.rst.txt +++ b/_sources/ibm_zos_core/docs/source/release_notes.rst.txt @@ -124,6 +124,46 @@ Known Issues - In the past, choices could be defined in either lower or upper case. Now, only the case that is identified in the docs can be set, this is so that the collection can continue to maintain certified status. - Use of special characters (#, @, $, \- ) in different options like data set names and commands is not fully supported, some modules support them but is the user responsibility to escape them. Read each module documentation for further details. +Version 1.9.2 +============= + +Bugfixes +-------- + +- ``zos_copy`` - when creating the destination data set, the module would unnecessarily check if a data set is locked by another process. The module no longer performs this check when it creates the data set. + +Availability +------------ + +* `Automation Hub`_ +* `Galaxy`_ +* `GitHub`_ + +Requirements +------------ + +The IBM z/OS core collection has several dependencies, please review the `z/OS core support matrix`_ to understand both the +controller and z/OS managed node dependencies. + +Known Issues +------------ + +- ``zos_job_submit`` - when setting 'location' to 'LOCAL' and not specifying the from and to encoding, the modules defaults are not read leaving the file in its original encoding; explicitly set the encodings instead of relying on the default. +- ``zos_job_submit`` - when submitting JCL, the response value returned for **byte_count** is incorrect. + +- ``zos_job_submit``, ``zos_job_output``, ``zos_operator_action_query`` - encounters UTF-8 decoding errors when interacting with results that contain non-printable UTF-8 characters in the response. This has been addressed in this release and corrected with **ZOAU version 1.2.5.6** or later. + + - If the appropriate level of ZOAU can not be installed, some options are to: + + - Specify that the ASA assembler option be enabled to instruct the assembler to use ANSI control characters instead of machine code control characters. + - Ignore module errors by using **ignore_errors:true** for a specific playbook task. + - If the error is resulting from a batch job, add **ignore_errors:true** to the task and capture the output into a registered variable to extract the + job ID with a regular expression. Then use ``zos_job_output`` to display the DD without the non-printable character such as the DD **JESMSGLG**. + - If the error is the result of a batch job, set option **return_output** to false so that no DDs are read which could contain the non-printable UTF-8 characters. + +- ``zos_data_set`` - An undocumented option **size** was defined in module **zos_data_set**, this has been removed to satisfy collection certification, use the intended and documented **space_primary** option. + +- In the past, choices could be defined in either lower or upper case. Now, only the case that is identified in the docs can be set, this is so that the collection can continue to maintain certified status. Version 1.9.1 ============= @@ -150,7 +190,7 @@ controller and z/OS managed node dependencies. Known Issues ------------ -- ``zos_job_submit`` - when setting 'location' to 'local' and not specifying the from and to encoding, the modules defaults are not read leaving the file in its original encoding; explicitly set the encodings instead of relying on the default. +- ``zos_job_submit`` - when setting 'location' to 'LOCAL' and not specifying the from and to encoding, the modules defaults are not read leaving the file in its original encoding; explicitly set the encodings instead of relying on the default. - ``zos_job_submit`` - when submitting JCL, the response value returned for **byte_count** is incorrect. - ``zos_job_submit``, ``zos_job_output``, ``zos_operator_action_query`` - encounters UTF-8 decoding errors when interacting with results that contain non-printable UTF-8 characters in the response. This has been addressed in this release and corrected with **ZOAU version 1.2.5.6** or later. @@ -172,12 +212,12 @@ Version 1.9.0 Major Changes ------------- - - IBM Ansible z/OS core collection (**ibm_zos_core**) version 1.9.0 will be the last release to support ZOAU 1.2.x. +- IBM Ansible z/OS core collection (**ibm_zos_core**) version 1.9.0 will be the last release to support ZOAU 1.2.x. - - IBM Ansible z/OS core version 1.9.0 will continue to receive security updates and bug fixes. + - IBM Ansible z/OS core version 1.9.0 will continue to receive security updates and bug fixes. - - Starting with IBM Ansible z/OS core version 1.10.0, ZOAU version 1.3.0 will be required. - - IBM Open Enterprise SDK for Python version 3.9.x is no longer supported. +- Starting with IBM Ansible z/OS core version 1.10.0, ZOAU version 1.3.0 will be required. +- IBM Open Enterprise SDK for Python version 3.9.x is no longer supported. Minor Changes ------------- @@ -614,7 +654,7 @@ Requirements ------------ The IBM z/OS core collection has several dependencies, please review the `z/OS core support matrix`_ to understand both the -controller and z/OS managed node dependencies. +controller and z/OS managed node dependencies.. .. ............................................................................. .. Global Links @@ -637,8 +677,6 @@ controller and z/OS managed node dependencies. https://www.ibm.com/docs/en/python-zos/3.11 .. _3.12: https://www.ibm.com/docs/en/python-zos/3.12 -.. _Z Open Automation Utilities: - https://www.ibm.com/docs/en/zoau/latest .. _Z Open Automation Utilities 1.1.0: https://www.ibm.com/docs/en/zoau/1.1.x .. _Z Open Automation Utilities 1.1.1: @@ -651,8 +689,6 @@ controller and z/OS managed node dependencies. https://www.ibm.com/docs/en/zoau/1.2.x .. _Z Open Automation Utilities 1.2.5: https://www.ibm.com/docs/en/zoau/1.2.x -.. _Z Open Automation Utilities 1.3.0: - https://www.ibm.com/docs/en/zoau/1.3.x .. _z/OS® shell: https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.4.0/com.ibm.zos.v2r4.bpxa400/part1.htm .. _z/OS®: @@ -666,7 +702,7 @@ controller and z/OS managed node dependencies. .. _FAQs: https://ibm.github.io/z_ansible_collections_doc/faqs/faqs.html .. _z/OS core support matrix: - https://ibm.github.io/z_ansible_collections_doc/ibm_zos_core/docs/build/html/resources/releases_maintenance.html + https://ibm.github.io/z_ansible_collections_doc/ibm_zos_core/docs/source/resources/releases_maintenance.html .. ............................................................................. .. Playbook Links diff --git a/_sources/ibm_zos_core/docs/source/resources/releases_maintenance.rst.txt b/_sources/ibm_zos_core/docs/source/resources/releases_maintenance.rst.txt index 70fa46e0..acb0e655 100644 --- a/_sources/ibm_zos_core/docs/source/resources/releases_maintenance.rst.txt +++ b/_sources/ibm_zos_core/docs/source/resources/releases_maintenance.rst.txt @@ -23,22 +23,22 @@ currently supported. For example, if a collection releases with a minimum version of ``ansible-core`` 2.14.0 (Ansible 7.0) and later this enters into EOL, then a newer supported version of ``ansible-core`` (Ansible) must be selected. When choosing a newer ``ansible-core`` (Ansible) version, review the `ansible-core support matrix`_ to select the appropriate dependencies. -This is important to note, different releases of ``ansible-core`` can require newer control node and managed node +This is important to note, different releases of ``ansible-core`` can require newer controller and managed node dependencies such as is the case with Python. -If the control node is Ansible Automation Platform (AAP), review the `Red Hat Ansible Automation Platform Life Cycle`_ +If the controller is Ansible Automation Platform (AAP), review the `Red Hat Ansible Automation Platform Life Cycle`_ to select a supported AAP version. For IBM product lifecycle information, you can search for products using a product name, version or ID. For example, -to view IBM's `Open Enterprise SDK for Python lifecycle`_, search on product ID `5655-PYT`_, and for -`Z Open Automation Utilities lifecycle`_, search on product ID `5698-PA1`_. +to view IBM's **Open Enterprise SDK for Python** lifecycle, search on product ID `5655-PYT`_, and for **Z Open Automation Utilities**, +search on product ID `5698-PA1`_. Support Matrix ============== +---------+----------------------------+---------------------------------------------------+---------------+---------------+ | Version | Controller | Managed Node | GA | End of Life | +=========+============================+===================================================+===============+===============+ -| 1.10.x |- `ansible-core`_ >=2.15.x |- `z/OS`_ V2R4 - V2Rx | 21 June 2024 | 21 June 2026 | +| 1.10.x |- `ansible-core`_ >=2.15.x |- `z/OS`_ V2R4 - V2Rx | In preview | TBD | | |- `Ansible`_ >=8.0.x |- `z/OS shell`_ | | | | |- `AAP`_ >=2.4 |- IBM `Open Enterprise SDK for Python`_ | | | | | |- IBM `Z Open Automation Utilities`_ >=1.3.0 | | | @@ -88,12 +88,8 @@ Support Matrix https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.4.0/com.ibm.zos.v2r4.bpxa400/part1.htm .. _z/OS: https://www.ibm.com/docs/en/zos -.. _Open Enterprise SDK for Python lifecycle: - https://www.ibm.com/support/pages/lifecycle/search?q=5655-PYT .. _5655-PYT: https://www.ibm.com/support/pages/lifecycle/search?q=5655-PYT -.. _Z Open Automation Utilities lifecycle: - https://www.ibm.com/support/pages/lifecycle/search?q=5698-PA1 .. _5698-PA1: https://www.ibm.com/support/pages/lifecycle/search?q=5698-PA1 .. _ansible-core: diff --git a/_sources/ibm_zos_core/docs/source/resources/resources.rst.txt b/_sources/ibm_zos_core/docs/source/resources/resources.rst.txt index 8bdb16a6..3fdcf986 100644 --- a/_sources/ibm_zos_core/docs/source/resources/resources.rst.txt +++ b/_sources/ibm_zos_core/docs/source/resources/resources.rst.txt @@ -1,5 +1,5 @@ .. ........................................................................... -.. © Copyright IBM Corporation 2024 . +.. © Copyright IBM Corporation 2020, 2021 . .. ........................................................................... ========= diff --git a/ibm_zos_core/docs/source/modules/zos_apf.html b/ibm_zos_core/docs/source/modules/zos_apf.html index 91dccafa..ea1e0eff 100644 --- a/ibm_zos_core/docs/source/modules/zos_apf.html +++ b/ibm_zos_core/docs/source/modules/zos_apf.html @@ -266,7 +266,7 @@

Parametersvolume

The identifier for the volume containing the library specified in the library parameter. The values must be one the following.

  1. The volume serial number.

  2. -
  3. Six asterisks ******, indicating that the system must use the volume serial number of the current system residence (SYSRES) volume.

  4. +
  5. Six asterisks (**), indicating that the system must use the volume serial number of the current system residence (SYSRES) volume.

  6. MCAT, indicating that the system must use the volume serial number of the volume containing the master catalog.

If volume is not specified, library has to be cataloged.

@@ -363,7 +363,7 @@

Parametersvolume

The identifier for the volume containing the library specified on the library parameter. The values must be one of the following.

  1. The volume serial number

  2. -
  3. Six asterisks ******, indicating that the system must use the volume serial number of the current system residence (SYSRES) volume.

  4. +
  5. Six asterisks (**), indicating that the system must use the volume serial number of the current system residence (SYSRES) volume.

  6. MCAT, indicating that the system must use the volume serial number of the volume containing the master catalog.

If volume is not specified, library has to be cataloged.

@@ -393,7 +393,7 @@

Examples- name: Add a library (cataloged) to the APF list and persistence zos_apf: library: SOME.SEQUENTIAL.DATASET - force_dynamic: true + force_dynamic: True persistent: data_set_name: SOME.PARTITIONED.DATASET(MEM) - name: Remove a library from the APF list and persistence @@ -411,7 +411,7 @@

Examplesbatch: - library: SOME.SEQ.DS1 - library: SOME.SEQ.DS2 - sms: true + sms: True - library: SOME.SEQ.DS3 volume: T12345 - name: Print the APF list matching library pattern or volume serial number diff --git a/ibm_zos_core/docs/source/modules/zos_archive.html b/ibm_zos_core/docs/source/modules/zos_archive.html index b2cca08c..f4f650bf 100644 --- a/ibm_zos_core/docs/source/modules/zos_archive.html +++ b/ibm_zos_core/docs/source/modules/zos_archive.html @@ -280,7 +280,7 @@

Parameters
required: False
type: str
-
choices: pack, spack
+
choices: PACK, SPACK

xmit_log_data_set

Provide the name of a data set to store xmit log output.

@@ -377,8 +377,8 @@

Parameters
required: False
type: str
-
default: seq
-
choices: seq
+
default: SEQ
+
choices: SEQ

space_primary

If the destination dest data set does not exist , this sets the primary space allocated for the data set.

@@ -396,19 +396,19 @@

Parameters

space_type

If the destination data set does not exist, this sets the unit of measurement to use when defining primary and secondary space.

-

Valid units of size are k, m, g, cyl, and trk.

+

Valid units of size are K, M, G, CYL, and TRK.

required: False
type: str
-
choices: k, m, g, cyl, trk
+
choices: K, M, G, CYL, TRK
record_format

If the destination data set does not exist, this sets the format of the data set. (e.g FB)

-

Choices are case-sensitive.

+

Choices are case-insensitive.

required: False
type: str
-
choices: fb, vb, fba, vba, u
+
choices: FB, VB, FBA, VBA, U
record_length

The length of each record in the data set, in bytes.

@@ -514,8 +514,8 @@

Examplesformat: name: terse format_options: - terse_pack: "spack" - use_adrdssu: true + terse_pack: "SPACK" + use_adrdssu: True # Use a pattern to store - name: Compress data set pattern using xmit diff --git a/ibm_zos_core/docs/source/modules/zos_backup_restore.html b/ibm_zos_core/docs/source/modules/zos_backup_restore.html index 0fb01121..ff078db3 100644 --- a/ibm_zos_core/docs/source/modules/zos_backup_restore.html +++ b/ibm_zos_core/docs/source/modules/zos_backup_restore.html @@ -349,12 +349,12 @@

Parameters

space_type

The unit of measurement to use when defining data set space.

-

Valid units of size are k, m, g, cyl, and trk.

-

When full_volume=True, space_type defaults to g, otherwise default is m

+

Valid units of size are K, M, G, CYL, and TRK.

+

When full_volume=True, space_type defaults to G, otherwise default is M

required: False
type: str
-
choices: k, m, g, cyl, trk
+
choices: K, M, G, CYL, TRK
hlq

Specifies the new HLQ to use for the data sets being restored.

@@ -364,13 +364,6 @@

Parameterstype: str

-
tmp_hlq

Override the default high level qualifier (HLQ) for temporary and backup data sets.

-

The default HLQ is the Ansible user that executes the module and if that is not available, then the value of TMPHLQ is used.

-
-
required: False
-
type: str
-
-
@@ -399,7 +392,7 @@

Examplesdata_sets: include: user.** backup_name: /tmp/temp_backup.dzp - recover: true + recover: yes - name: Backup all datasets matching the pattern USER.** to data set MY.BACKUP.DZP, allocate 100MB for data sets used in backup process. @@ -409,7 +402,7 @@

Examplesinclude: user.** backup_name: MY.BACKUP.DZP space: 100 - space_type: m + space_type: M - name: Backup all datasets matching the pattern USER.** that are present on the volume MYVOL1 to data set MY.BACKUP.DZP, @@ -421,7 +414,7 @@

Examplesvolume: MYVOL1 backup_name: MY.BACKUP.DZP space: 100 - space_type: m + space_type: M - name: Backup an entire volume, MYVOL1, to the UNIX file /tmp/temp_backup.dzp, allocate 1GB for data sets used in backup process. @@ -429,9 +422,9 @@

Examplesoperation: backup backup_name: /tmp/temp_backup.dzp volume: MYVOL1 - full_volume: true + full_volume: yes space: 1 - space_type: g + space_type: G - name: Restore data sets from backup stored in the UNIX file /tmp/temp_backup.dzp. Use z/OS username as new HLQ. @@ -472,10 +465,10 @@

Exampleszos_backup_restore: operation: restore volume: MYVOL2 - full_volume: true + full_volume: yes backup_name: MY.BACKUP.DZP space: 1 - space_type: g + space_type: G - name: Restore data sets from backup stored in the UNIX file /tmp/temp_backup.dzp. Specify DB2SMS10 for the SMS storage and management classes to use for the restored diff --git a/ibm_zos_core/docs/source/modules/zos_copy.html b/ibm_zos_core/docs/source/modules/zos_copy.html index e6a703c7..9b0feb45 100644 --- a/ibm_zos_core/docs/source/modules/zos_copy.html +++ b/ibm_zos_core/docs/source/modules/zos_copy.html @@ -282,7 +282,7 @@

Parametersdest can be a USS file, directory or MVS data set name.

If dest has missing parent directories, they will be created.

If dest is a nonexistent USS file, it will be created.

-

If dest is a new USS file or replacement, the file will be appropriately tagged with either the system’s default locale or the encoding option defined. If the USS file is a replacement, the user must have write authority to the file either through ownership, group or other permissions, else the module will fail.

+

If dest is a new USS file or replacement, the file will be appropriately tagged with either the system’s default locale or the encoding option defined. If the USS file is a replacement, the user must have write authority to the file either through ownership, group or other permissions, else the copy will fail.

If dest is a nonexistent data set, it will be created following the process outlined here and in the volume option.

If dest is a nonexistent data set, the attributes assigned will depend on the type of src. If src is a USS file, dest will have a Fixed Block (FB) record format and the remaining attributes will be computed. If is_binary=true, dest will have a Fixed Block (FB) record format with a record length of 80, block size of 32760, and the remaining attributes will be computed. If executable=true,``dest`` will have an Undefined (U) record format with a record length of 0, block size of 32760, and the remaining attributes will be computed.

When dest is a data set, precedence rules apply. If dest_data_set is set, this will take precedence over an existing data set. If dest is an empty data set, the empty data set will be written with the expectation its attributes satisfy the copy. Lastly, if no precendent rule has been exercised, dest will be created with the same attributes of src.

@@ -311,7 +311,7 @@

Parameters
to

The encoding to be converted to

-
required: False
+
required: True
type: str
@@ -389,14 +389,6 @@

Parametersdefault: True

-
group

Name of the group that will own the file system objects.

-

When left unspecified, it uses the current group of the current user unless you are root, in which case it can preserve the previous ownership.

-

This option is only applicable if dest is USS, otherwise ignored.

-
-
required: False
-
type: str
-
-
mode

The permission of the destination file or directory.

If dest is USS, this will act as Unix file mode, otherwise ignored.

It should be noted that modes are octal numbers. The user must either add a leading zero so that Ansible’s YAML parser knows it is an octal number (like 0644 or 01777)or quote it (like '644' or '1777') so Ansible receives a string and can do its own conversion from string into number. Giving Ansible a number without following one of these rules will end up with a decimal number which will have unexpected results.

@@ -407,14 +399,6 @@

Parameterstype: str

-
owner

Name of the user that should own the filesystem object, as would be passed to the chown command.

-

When left unspecified, it uses the current user unless you are root, in which case it can preserve the previous ownership.

-

This option is only applicable if dest is USS, otherwise ignored.

-
-
required: False
-
type: str
-
-
remote_src

If set to false, the module searches for src at the local machine.

If set to true, the module goes to the remote/target machine for src.

space_primary

If the destination dest data set does not exist , this sets the primary space allocated for the data set.

@@ -484,19 +468,19 @@

Parameters

space_type

If the destination data set does not exist, this sets the unit of measurement to use when defining primary and secondary space.

-

Valid units of size are k, m, g, cyl, and trk.

+

Valid units of size are K, M, G, CYL, and TRK.

required: False
type: str
-
choices: k, m, g, cyl, trk
+
choices: K, M, G, CYL, TRK
-
record_format

If the destination data set does not exist, this sets the format of the data set. (e.g fb)

-

Choices are case-sensitive.

+
record_format

If the destination data set does not exist, this sets the format of the data set. (e.g FB)

+

Choices are case-insensitive.

required: False
type: str
-
choices: fb, vb, fba, vba, u
+
choices: FB, VB, FBA, VBA, U
record_length

The length of each record in the data set, in bytes.

@@ -520,16 +504,16 @@

Parameters

key_offset

The key offset to use when creating a KSDS data set.

-

key_offset is required when type=ksds.

-

key_offset should only be provided when type=ksds

+

key_offset is required when type=KSDS.

+

key_offset should only be provided when type=KSDS

required: False
type: int
key_length

The key length to use when creating a KSDS data set.

-

key_length is required when type=ksds.

-

key_length should only be provided when type=ksds

+

key_length is required when type=KSDS.

+

key_length should only be provided when type=KSDS

required: False
type: int
@@ -704,7 +688,7 @@

Exampleszos_copy: src: /path/to/foo.conf dest: /etc/foo.conf - mode: "0644" + mode: 0644 group: foo owner: bar @@ -834,11 +818,11 @@

Examplesremote_src: true volume: '222222' dest_data_set: - type: seq + type: SEQ space_primary: 10 space_secondary: 3 - space_type: k - record_format: vb + space_type: K + record_format: VB record_length: 150 - name: Copy a Program Object and its aliases on a remote system to a new PDSE member MYCOBOL @@ -876,8 +860,6 @@

Notesdocumentation.

This module uses SFTP (Secure File Transfer Protocol) for the underlying transfer protocol; SCP (secure copy protocol) and Co:Z SFTP are not supported. In the case of Co:z SFTP, you can exempt the Ansible user id on z/OS from using Co:Z thus falling back to using standard SFTP. If the module detects SCP, it will temporarily use SFTP for transfers, if not available, the module will fail.

Beginning in version 1.8.x, zos_copy will no longer attempt to correct a copy of a data type member into a PDSE that contains program objects. You can control this behavior using module option executable that will signify an executable is being copied into a PDSE with other executables. Mixing data type members with program objects will result in a (FSUM8976,./zos_copy.html) error.

-

It is the playbook author or user’s responsibility to ensure they have appropriate authority to the RACF FACILITY resource class. A user is described as the remote user, configured either for the playbook or playbook tasks, who can also obtain escalated privileges to execute as root or another user.

-

To use this module, you must define the RACF FACILITY class profile and allow READ access to RACF FACILITY profile MVS.MCSOPER.ZOAU. If your system uses a different security product, consult that product’s documentation to configure the required security classes.

@@ -928,12 +910,12 @@

Return Values
{
     "block_size": 32760,
-    "record_format": "fb",
+    "record_format": "FB",
     "record_length": 45,
     "space_primary": 2,
     "space_secondary": 1,
-    "space_type": "k",
-    "type": "pdse"
+    "space_type": "K",
+    "type": "PDSE"
 }
 
@@ -948,7 +930,7 @@

Return Valuesrecord_format

Record format of the dataset.

type: str
-
sample: fb
+
sample: FB
record_length

Record length of the dataset.

@@ -972,13 +954,13 @@

Return Valuesspace_type

Unit of measurement for space.

type: str
-
sample: k
+
sample: K
type

Type of dataset allocated.

type: str
-
sample: pdse
+
sample: PDSE
diff --git a/ibm_zos_core/docs/source/modules/zos_data_set.html b/ibm_zos_core/docs/source/modules/zos_data_set.html index f2d2bd8f..49287f64 100644 --- a/ibm_zos_core/docs/source/modules/zos_data_set.html +++ b/ibm_zos_core/docs/source/modules/zos_data_set.html @@ -238,7 +238,7 @@

Parameters
name

The name of the data set being managed. (e.g USER.TEST)

If name is not provided, a randomized data set name will be generated with the HLQ matching the module-runners username.

-

Required if type=member or state!=present and not using batch.

+

Required if type=MEMBER or state!=present and not using batch.

required: False
type: str
@@ -247,14 +247,14 @@

Parametersstate

The final state desired for specified data set.

If state=absent and the data set does not exist on the managed node, no action taken, module completes successfully with changed=False.

If state=absent and the data set does exist on the managed node, remove the data set, module completes successfully with changed=True.

-

If state=absent and type=member and force=True, the data set will be opened with DISP=SHR such that the entire data set can be accessed by other processes while the specified member is deleted.

+

If state=absent and type=MEMBER and force=True, the data set will be opened with DISP=SHR such that the entire data set can be accessed by other processes while the specified member is deleted.

If state=absent and volumes is provided, and the data set is not found in the catalog, the module attempts to perform catalog using supplied name and volumes. If the attempt to catalog the data set catalog is successful, then the data set is removed. Module completes successfully with changed=True.

If state=absent and volumes is provided, and the data set is not found in the catalog, the module attempts to perform catalog using supplied name and volumes. If the attempt to catalog the data set catalog fails, then no action is taken. Module completes successfully with changed=False.

If state=absent and volumes is provided, and the data set is found in the catalog, the module compares the catalog volume attributes to the provided volumes. If the volume attributes are different, the cataloged data set will be uncataloged temporarily while the requested data set be deleted is cataloged. The module will catalog the original data set on completion, if the attempts to catalog fail, no action is taken. Module completes successfully with changed=False.

If state=present and the data set does not exist on the managed node, create and catalog the data set, module completes successfully with changed=True.

If state=present and replace=True and the data set is present on the managed node the existing data set is deleted, and a new data set is created and cataloged with the desired attributes, module completes successfully with changed=True.

If state=present and replace=False and the data set is present on the managed node, no action taken, module completes successfully with changed=False.

-

If state=present and type=member and the member does not exist in the data set, create a member formatted to store data, module completes successfully with changed=True. Note, a PDSE does not allow a mixture of formats such that there is executables (program objects) and data. The member created is formatted to store data, not an executable.

+

If state=present and type=MEMBER and the member does not exist in the data set, create a member formatted to store data, module completes successfully with changed=True. Note, a PDSE does not allow a mixture of formats such that there is executables (program objects) and data. The member created is formatted to store data, not an executable.

If state=cataloged and volumes is provided and the data set is already cataloged, no action taken, module completes successfully with changed=False.

If state=cataloged and volumes is provided and the data set is not cataloged, module attempts to perform catalog using supplied name and volumes. If the attempt to catalog the data set catalog is successful, module completes successfully with changed=True.

If state=cataloged and volumes is provided and the data set is not cataloged, module attempts to perform catalog using supplied name and volumes. If the attempt to catalog the data set catalog fails, returns failure with changed=False.

@@ -267,14 +267,14 @@

Parameterschoices: present, absent, cataloged, uncataloged

-
type

The data set type to be used when creating a data set. (e.g pdse).

-

member expects to be used with an existing partitioned data set.

-

Choices are case-sensitive.

+
type

The data set type to be used when creating a data set. (e.g pdse)

+

MEMBER expects to be used with an existing partitioned data set.

+

Choices are case-insensitive.

required: False
type: str
-
default: pds
-
choices: ksds, esds, rrds, lds, seq, pds, pdse, library, basic, large, member, hfs, zfs
+
default: PDS
+
choices: KSDS, ESDS, RRDS, LDS, SEQ, PDS, PDSE, LIBRARY, BASIC, LARGE, MEMBER, HFS, ZFS
space_primary

The amount of primary space to allocate for the dataset.

@@ -294,22 +294,22 @@

Parameters

space_type

The unit of measurement to use when defining primary and secondary space.

-

Valid units of size are k, m, g, cyl, and trk.

+

Valid units of size are K, M, G, CYL, and TRK.

required: False
type: str
-
default: m
-
choices: k, m, g, cyl, trk
+
default: M
+
choices: K, M, G, CYL, TRK
record_format

The format of the data set. (e.g FB)

-

Choices are case-sensitive.

-

When type=ksds, type=esds, type=rrds, type=lds or type=zfs then record_format=None, these types do not have a default record_format.

+

Choices are case-insensitive.

+

When type=KSDS, type=ESDS, type=RRDS, type=LDS or type=ZFS then record_format=None, these types do not have a default record_format.

required: False
type: str
-
default: fb
-
choices: fb, vb, fba, vba, u, f
+
default: FB
+
choices: FB, VB, FBA, VBA, U, F
sms_storage_class

The storage class for an SMS-managed dataset.

@@ -360,16 +360,16 @@

Parameters

key_offset

The key offset to use when creating a KSDS data set.

-

key_offset is required when type=ksds.

-

key_offset should only be provided when type=ksds

+

key_offset is required when type=KSDS.

+

key_offset should only be provided when type=KSDS

required: False
type: int
key_length

The key length to use when creating a KSDS data set.

-

key_length is required when type=ksds.

-

key_length should only be provided when type=ksds

+

key_length is required when type=KSDS.

+

key_length should only be provided when type=KSDS

required: False
type: int
@@ -405,7 +405,7 @@

Parametersforce

Specifies that the data set can be shared with others during a member delete operation which results in the data set you are updating to be simultaneously updated by others.

This is helpful when a data set is being used in a long running process such as a started task and you are wanting to delete a member.

The force=True option enables sharing of data sets through the disposition DISP=SHR.

-

The force=True only applies to data set members when state=absent and type=member.

+

The force=True only applies to data set members when state=absent and type=MEMBER.

required: False
type: bool
@@ -421,7 +421,7 @@

Parameters
name

The name of the data set being managed. (e.g USER.TEST)

If name is not provided, a randomized data set name will be generated with the HLQ matching the module-runners username.

-

Required if type=member or state!=present

+

Required if type=MEMBER or state!=present

required: False
type: str
@@ -430,14 +430,14 @@

Parametersstate

The final state desired for specified data set.

If state=absent and the data set does not exist on the managed node, no action taken, module completes successfully with changed=False.

If state=absent and the data set does exist on the managed node, remove the data set, module completes successfully with changed=True.

-

If state=absent and type=member and force=True, the data set will be opened with DISP=SHR such that the entire data set can be accessed by other processes while the specified member is deleted.

+

If state=absent and type=MEMBER and force=True, the data set will be opened with DISP=SHR such that the entire data set can be accessed by other processes while the specified member is deleted.

If state=absent and volumes is provided, and the data set is not found in the catalog, the module attempts to perform catalog using supplied name and volumes. If the attempt to catalog the data set catalog is successful, then the data set is removed. Module completes successfully with changed=True.

If state=absent and volumes is provided, and the data set is not found in the catalog, the module attempts to perform catalog using supplied name and volumes. If the attempt to catalog the data set catalog fails, then no action is taken. Module completes successfully with changed=False.

If state=absent and volumes is provided, and the data set is found in the catalog, the module compares the catalog volume attributes to the provided volumes. If they volume attributes are different, the cataloged data set will be uncataloged temporarily while the requested data set be deleted is cataloged. The module will catalog the original data set on completion, if the attempts to catalog fail, no action is taken. Module completes successfully with changed=False.

If state=present and the data set does not exist on the managed node, create and catalog the data set, module completes successfully with changed=True.

If state=present and replace=True and the data set is present on the managed node the existing data set is deleted, and a new data set is created and cataloged with the desired attributes, module completes successfully with changed=True.

If state=present and replace=False and the data set is present on the managed node, no action taken, module completes successfully with changed=False.

-

If state=present and type=member and the member does not exist in the data set, create a member formatted to store data, module completes successfully with changed=True. Note, a PDSE does not allow a mixture of formats such that there is executables (program objects) and data. The member created is formatted to store data, not an executable.

+

If state=present and type=MEMBER and the member does not exist in the data set, create a member formatted to store data, module completes successfully with changed=True. Note, a PDSE does not allow a mixture of formats such that there is executables (program objects) and data. The member created is formatted to store data, not an executable.

If state=cataloged and volumes is provided and the data set is already cataloged, no action taken, module completes successfully with changed=False.

If state=cataloged and volumes is provided and the data set is not cataloged, module attempts to perform catalog using supplied name and volumes. If the attempt to catalog the data set catalog is successful, module completes successfully with changed=True.

If state=cataloged and volumes is provided and the data set is not cataloged, module attempts to perform catalog using supplied name and volumes. If the attempt to catalog the data set catalog fails, returns failure with changed=False.

@@ -450,14 +450,14 @@

Parameterschoices: present, absent, cataloged, uncataloged

-
type

The data set type to be used when creating a data set. (e.g pdse)

-

member expects to be used with an existing partitioned data set.

-

Choices are case-sensitive.

+
type

The data set type to be used when creating a data set. (e.g PDSE)

+

MEMBER expects to be used with an existing partitioned data set.

+

Choices are case-insensitive.

required: False
type: str
-
default: pds
-
choices: ksds, esds, rrds, lds, seq, pds, pdse, library, basic, large, member, hfs, zfs
+
default: PDS
+
choices: KSDS, ESDS, RRDS, LDS, SEQ, PDS, PDSE, LIBRARY, BASIC, LARGE, MEMBER, HFS, ZFS
space_primary

The amount of primary space to allocate for the dataset.

@@ -477,22 +477,22 @@

Parameters

space_type

The unit of measurement to use when defining primary and secondary space.

-

Valid units of size are k, m, g, cyl, and trk.

+

Valid units of size are K, M, G, CYL, and TRK.

required: False
type: str
-
default: m
-
choices: k, m, g, cyl, trk
+
default: M
+
choices: K, M, G, CYL, TRK
record_format

The format of the data set. (e.g FB)

-

Choices are case-sensitive.

-

When type=ksds, type=esds, type=rrds, type=lds or type=zfs then record_format=None, these types do not have a default record_format.

+

Choices are case-insensitive.

+

When type=KSDS, type=ESDS, type=RRDS, type=LDS or type=ZFS then record_format=None, these types do not have a default record_format.

required: False
type: str
-
default: fb
-
choices: fb, vb, fba, vba, u, f
+
default: FB
+
choices: FB, VB, FBA, VBA, U, F
sms_storage_class

The storage class for an SMS-managed dataset.

@@ -543,16 +543,16 @@

Parameters

key_offset

The key offset to use when creating a KSDS data set.

-

key_offset is required when type=ksds.

-

key_offset should only be provided when type=ksds

+

key_offset is required when type=KSDS.

+

key_offset should only be provided when type=KSDS

required: False
type: int
key_length

The key length to use when creating a KSDS data set.

-

key_length is required when type=ksds.

-

key_length should only be provided when type=ksds

+

key_length is required when type=KSDS.

+

key_length should only be provided when type=KSDS

required: False
type: int
@@ -581,7 +581,7 @@

Parametersforce

Specifies that the data set can be shared with others during a member delete operation which results in the data set you are updating to be simultaneously updated by others.

This is helpful when a data set is being used in a long running process such as a started task and you are wanting to delete a member.

The force=True option enables sharing of data sets through the disposition DISP=SHR.

-

The force=True only applies to data set members when state=absent and type=member.

+

The force=True only applies to data set members when state=absent and type=MEMBER.

required: False
type: bool
@@ -605,7 +605,7 @@

Examplesname: someds.name.here type: pds space_primary: 5 - space_type: m + space_type: M record_format: fba record_length: 25 @@ -614,21 +614,21 @@

Examplesname: someds.name.here type: pds space_primary: 5 - space_type: m + space_type: M record_format: u record_length: 25 - replace: true + replace: yes - name: Attempt to replace a data set if it exists. If not found in the catalog, check if it is available on volume 222222, and catalog if found. zos_data_set: name: someds.name.here type: pds space_primary: 5 - space_type: m + space_type: M record_format: u record_length: 25 volumes: "222222" - replace: true + replace: yes - name: Create an ESDS data set if it does not exist zos_data_set: @@ -662,43 +662,43 @@

Examples- name: Write a member to an existing PDS; replace if member exists zos_data_set: name: someds.name.here(mydata) - type: member - replace: true + type: MEMBER + replace: yes - name: Write a member to an existing PDS; do not replace if member exists zos_data_set: name: someds.name.here(mydata) - type: member + type: MEMBER - name: Remove a member from an existing PDS zos_data_set: name: someds.name.here(mydata) state: absent - type: member + type: MEMBER - name: Remove a member from an existing PDS/E by opening with disposition DISP=SHR zos_data_set: name: someds.name.here(mydata) state: absent - type: member - force: true + type: MEMBER + force: yes - name: Create multiple partitioned data sets and add one or more members to each zos_data_set: batch: - - name: someds.name.here1 - type: pds + - name: someds.name.here1 + type: PDS space_primary: 5 - space_type: m + space_type: M record_format: fb - replace: true + replace: yes - name: someds.name.here1(member1) - type: member + type: MEMBER - name: someds.name.here2(member1) - type: member - replace: true + type: MEMBER + replace: yes - name: someds.name.here2(member2) - type: member + type: MEMBER - name: Catalog a data set present on volume 222222 if it is uncataloged. zos_data_set: diff --git a/ibm_zos_core/docs/source/modules/zos_encode.html b/ibm_zos_core/docs/source/modules/zos_encode.html index 9919be9c..6ab5c064 100644 --- a/ibm_zos_core/docs/source/modules/zos_encode.html +++ b/ibm_zos_core/docs/source/modules/zos_encode.html @@ -328,8 +328,8 @@

Examplesencoding: from: IBM-1047 to: ISO8859-1 - backup: true - backup_compress: true + backup: yes + backup_compress: yes - name: Convert file encoding from IBM-1047 to ISO8859-1 to a directory zos_encode: diff --git a/ibm_zos_core/docs/source/modules/zos_job_submit.html b/ibm_zos_core/docs/source/modules/zos_job_submit.html index 2eee8285..333a4e9e 100644 --- a/ibm_zos_core/docs/source/modules/zos_job_submit.html +++ b/ibm_zos_core/docs/source/modules/zos_job_submit.html @@ -248,15 +248,24 @@

Parameterstype: str

-
location

The JCL location. Supported choices are data_set, uss or local.

-

data_set can be a PDS, PDSE, or sequential data set.

-

uss means the JCL location is located in UNIX System Services (USS).

-

local means locally to the ansible control node.

+
location

The JCL location. Supported choices are DATA_SET, USS or LOCAL.

+

DATA_SET can be a PDS, PDSE, or sequential data set.

+

USS means the JCL location is located in UNIX System Services (USS).

+

LOCAL means locally to the ansible control node.

required: False
type: str
-
default: data_set
-
choices: data_set, uss, local
+
default: DATA_SET
+
choices: DATA_SET, USS, LOCAL
+
+
+
wait

Setting this option will yield no change, it is disabled. There is no need to set wait; setting wait_times_s is the correct way to configure the amount of time to wait for a job to execute.

+

This option will be removed in ibm.ibm_zos_core collection version 1.10.0

+

See option wait_time_s.

+
+
required: False
+
type: bool
+
default: False
wait_time_s

Option wait_time_s is the total time that module zos_job_submit will wait for a submitted job to complete. The time begins when the module is executed on the managed node.

@@ -281,16 +290,16 @@

Parametersdefault: True

-
volume

The volume serial (VOLSER) is where the data set resides. The option is required only when the data set is not cataloged on the system.

+
volume

The volume serial (VOLSER)is where the data set resides. The option is required only when the data set is not cataloged on the system.

When configured, the zos_job_submit will try to catalog the data set for the volume serial. If it is not able to, the module will fail.

-

Ignored for location=uss and location=local.

+

Ignored for location=USS and location=LOCAL.

required: False
type: str
encoding

Specifies which encoding the local JCL file should be converted from and to, before submitting the job.

-

This option is only supported for when location=local.

+

This option is only supported for when location=LOCAL.

If this parameter is not provided, and the z/OS systems default encoding can not be identified, the JCL file will be converted from UTF-8 to IBM-1047 by default, otherwise the module will detect the z/OS system encoding.

required: False
@@ -431,22 +440,22 @@

Parameters

Examples

-
- name: Submit JCL in a PDSE member.
+
- name: Submit JCL in a PDSE member
   zos_job_submit:
     src: HLQ.DATA.LLQ(SAMPLE)
-    location: data_set
+    location: DATA_SET
   register: response
 
 - name: Submit JCL in USS with no DDs in the output.
   zos_job_submit:
     src: /u/tester/demo/sample.jcl
-    location: uss
+    location: USS
     return_output: false
 
 - name: Convert local JCL to IBM-037 and submit the job.
   zos_job_submit:
     src: /Users/maxy/ansible-playbooks/provision/sample.jcl
-    location: local
+    location: LOCAL
     encoding:
       from: ISO8859-1
       to: IBM-037
@@ -454,25 +463,25 @@ 

Examples- name: Submit JCL in an uncataloged PDSE on volume P2SS01. zos_job_submit: src: HLQ.DATA.LLQ(SAMPLE) - location: data_set + location: DATA_SET volume: P2SS01 - name: Submit a long running PDS job and wait up to 30 seconds for completion. zos_job_submit: src: HLQ.DATA.LLQ(LONGRUN) - location: data_set + location: DATA_SET wait_time_s: 30 - name: Submit a long running PDS job and wait up to 30 seconds for completion. zos_job_submit: src: HLQ.DATA.LLQ(LONGRUN) - location: data_set + location: DATA_SET wait_time_s: 30 - name: Submit JCL and set the max return code the module should fail on to 16. zos_job_submit: src: HLQ.DATA.LLQ - location: data_set + location: DATA_SET max_rc: 16

@@ -848,27 +857,24 @@

Return ValuesJob status SEC or SEC ERROR indicates the job as encountered a security error.

Job status SYS indicates a system failure.

Job status ? indicates status can not be determined.

-

Jobs where status can not be determined will result in None (NULL).

type: str
sample: AC

msg_code

The return code from the submitted job as a string.

-

Jobs which have no return code will result in None (NULL), such is the case of a job that errors or is active.

type: str
msg_txt

Returns additional information related to the submitted job.

-

Jobs which have no additional information will result in None (NULL).

type: str
sample: The job JOB00551 was run with special job processing TYPRUN=SCAN. This will result in no completion, return code or job steps and changed will be false.
code

The return code converted to an integer value when available.

-

Jobs which have no return code will result in None (NULL), such is the case of a job that errors or is active.

+

Jobs which have no return code will return NULL, such is the case of a job that errors or is active.

type: int
@@ -943,6 +949,13 @@

Return Values

+
message

This option is being deprecated

+
+
returned: success
+
type: str
+
sample: Submit JCL operation succeeded.
+
+
diff --git a/ibm_zos_core/docs/source/modules/zos_lineinfile.html b/ibm_zos_core/docs/source/modules/zos_lineinfile.html index 50705faf..4da24f22 100644 --- a/ibm_zos_core/docs/source/modules/zos_lineinfile.html +++ b/ibm_zos_core/docs/source/modules/zos_lineinfile.html @@ -396,14 +396,14 @@

Examplessrc: /tmp/src/somefile regexp: '^(.*)User(\d+)m(.*)$' line: '\1APPUser\3' - backrefs: true + backrefs: yes - name: Add a line to a member while a task is in execution zos_lineinfile: src: SOME.PARTITIONED.DATA.SET(DATA) insertafter: EOF line: 'Should be a working test now' - force: true + force: True diff --git a/ibm_zos_core/docs/source/modules/zos_mount.html b/ibm_zos_core/docs/source/modules/zos_mount.html index acf564e0..56352f17 100644 --- a/ibm_zos_core/docs/source/modules/zos_mount.html +++ b/ibm_zos_core/docs/source/modules/zos_mount.html @@ -258,11 +258,11 @@

Parameters
fs_type

The type of file system that will be mounted.

The physical file systems data set format to perform the logical mount.

-

The fs_type is required to be lowercase.

+

The fs_type is required to be uppercase.

required: True
type: str
-
choices: hfs, zfs, nfs, tfs
+
choices: HFS, ZFS, NFS, TFS
state

The desired status of the described mount (choice).

@@ -326,20 +326,20 @@

Parameters
required: False
type: str
-
default: normal
-
choices: drain, force, immediate, normal, remount, reset
+
default: NORMAL
+
choices: DRAIN, FORCE, IMMEDIATE, NORMAL, REMOUNT, RESET

mount_opts

Options available to the mount.

-

If mount_opts=ro on a mounted/remount, mount is performed read-only.

-

If mount_opts=same and (unmount_opts=remount), mount is opened in the same mode as previously opened.

-

If mount_opts=nowait, mount is performed asynchronously.

-

If mount_opts=nosecurity, security checks are not enforced for files in this file system.

+

If mount_opts=RO on a mounted/remount, mount is performed read-only.

+

If mount_opts=SAME and (unmount_opts=REMOUNT), mount is opened in the same mode as previously opened.

+

If mount_opts=NOWAIT, mount is performed asynchronously.

+

If mount_opts=NOSECURITY, security checks are not enforced for files in this file system.

required: False
type: str
-
default: rw
-
choices: ro, rw, same, nowait, nosecurity
+
default: RW
+
choices: RO, RW, SAME, NOWAIT, NOSECURITY
src_params

Specifies a parameter string to be passed to the file system type.

@@ -351,13 +351,13 @@

Parameters
tag_untagged

If present, tags get written to any untagged file.

When the file system is unmounted, the tags are lost.

-

If tag_untagged=notext none of the untagged files in the file system are automatically converted during file reading and writing.

-

If tag_untagged=text each untagged file is implicitly marked as containing pure text data that can be converted.

+

If tag_untagged=NOTEXT none of the untagged files in the file system are automatically converted during file reading and writing.

+

If tag_untagged=TEXT each untagged file is implicitly marked as containing pure text data that can be converted.

If this flag is used, use of tag_ccsid is encouraged.

required: False
type: str
-
choices: text, notext
+
choices: TEXT, NOTEXT
tag_ccsid

Identifies the coded character set identifier (ccsid) to be implicitly set for the untagged file.

@@ -387,17 +387,17 @@

Parameters

automove

These parameters apply only in a sysplex where systems are exploiting the shared file system capability. They specify what happens to the ownership of a file system when a shutdown, PFS termination, dead system takeover, or file system move occurs. The default setting is AUTOMOVE where the file system will be randomly moved to another system (no system list used).

-

automove=automove indicates that ownership of the file system can be automatically moved to another system participating in a shared file system.

-

automove=noautomove prevents movement of the file system’s ownership in some situations.

-

automove=unmount allows the file system to be unmounted in some situations.

+

automove=AUTOMOVE indicates that ownership of the file system can be automatically moved to another system participating in a shared file system.

+

automove=NOAUTOMOVE prevents movement of the file system’s ownership in some situations.

+

automove=UNMOUNT allows the file system to be unmounted in some situations.

required: False
type: str
-
default: automove
-
choices: automove, noautomove, unmount
+
default: AUTOMOVE
+
choices: AUTOMOVE, NOAUTOMOVE, UNMOUNT
-
automove_list

If(automove=automove), this option will be checked.

+
automove_list

If(automove=AUTOMOVE), this option will be checked.

This specifies the list of servers to include or exclude as destinations.

None is a valid value, meaning ‘move anywhere’.

Indicator is either INCLUDE or EXCLUDE, which can also be abbreviated as I or E.

@@ -421,14 +421,14 @@

Exampleszos_mount: src: SOMEUSER.VVV.ZFS path: /u/omvsadm/core - fs_type: zfs + fs_type: ZFS state: mounted - name: Unmount a filesystem. zos_mount: src: SOMEUSER.VVV.ZFS path: /u/omvsadm/core - fs_type: zfs + fs_type: ZFS state: unmounted unmount_opts: REMOUNT opts: same @@ -437,7 +437,7 @@

Exampleszos_mount: src: SOMEUSER.VVV.ZFS path: /u/omvsadm/core - fs_type: zfs + fs_type: ZFS state: mounted mount_opts: RO @@ -445,37 +445,37 @@

Exampleszos_mount: src: SOMEUSER.VVV.ZFS path: /u/omvsadm/core - fs_type: zfs + fs_type: ZFS state: mounted persistent: - data_store: SYS1.PARMLIB(BPXPRMAA) - comment: For Tape2 project + data_store: SYS1.PARMLIB(BPXPRMAA) + comment: For Tape2 project - name: Mount a filesystem and record change in BPXPRMAA after backing up to BPXPRMAB. zos_mount: src: SOMEUSER.VVV.ZFS path: /u/omvsadm/core - fs_type: zfs + fs_type: ZFS state: mounted persistent: - data_store: SYS1.PARMLIB(BPXPRMAA) - backup: true - backup_name: SYS1.PARMLIB(BPXPRMAB) - comment: For Tape2 project + data_store: SYS1.PARMLIB(BPXPRMAA) + backup: Yes + backup_name: SYS1.PARMLIB(BPXPRMAB) + comment: For Tape2 project - name: Mount a filesystem ignoring uid/gid values. zos_mount: src: SOMEUSER.VVV.ZFS path: /u/omvsadm/core - fs_type: zfs + fs_type: ZFS state: mounted - allow_uid: false + allow_uid: no - name: Mount a filesystem asynchronously (don't wait for completion). zos_mount: src: SOMEUSER.VVV.ZFS path: /u/omvsadm/core - fs_type: zfs + fs_type: ZFS state: mounted opts: nowait @@ -483,7 +483,7 @@

Exampleszos_mount: src: SOMEUSER.VVV.ZFS path: /u/omvsadm/core - fs_type: zfs + fs_type: ZFS state: mounted mount_opts: NOSECURITY @@ -491,7 +491,7 @@

Exampleszos_mount: src: SOMEUSER.VVV.ZFS path: /u/omvsadm/core - fs_type: zfs + fs_type: ZFS state: mounted automove: AUTOMOVE automove_list: I,DEV1,DEV2,DEV3,DEV9 @@ -500,7 +500,7 @@

Exampleszos_mount: src: SOMEUSER.VVV.ZFS path: /u/omvsadm/core - fs_type: zfs + fs_type: ZFS state: mounted automove: AUTOMOVE automove_list: EXCLUDE,DEV4,DEV5,DEV6,DEV7 diff --git a/ibm_zos_core/docs/source/modules/zos_mvs_raw.html b/ibm_zos_core/docs/source/modules/zos_mvs_raw.html index 4ebc3b35..81f3b69c 100644 --- a/ibm_zos_core/docs/source/modules/zos_mvs_raw.html +++ b/ibm_zos_core/docs/source/modules/zos_mvs_raw.html @@ -325,32 +325,32 @@

Parameters
required: False
type: str
-
choices: delete, keep, catalog, uncatalog
+
choices: delete, keep, catlg, catalog, uncatlg, uncatalog

disposition_abnormal

disposition_abnormal indicates what to do with the data set after an abnormal termination of the program.

required: False
type: str
-
choices: delete, keep, catalog, uncatalog
+
choices: delete, keep, catlg, catalog, uncatlg, uncatalog
-
reuse

Determines if a data set should be reused if disposition=new and if a data set with a matching name already exists.

+
reuse

Determines if a data set should be reused if disposition=NEW and if a data set with a matching name already exists.

If reuse=true, disposition will be automatically switched to SHR.

If reuse=false, and a data set with a matching name already exists, allocation will fail.

Mutually exclusive with replace.

-

reuse is only considered when disposition=new

+

reuse is only considered when disposition=NEW

required: False
type: bool
default: False
-
replace

Determines if a data set should be replaced if disposition=new and a data set with a matching name already exists.

+
replace

Determines if a data set should be replaced if disposition=NEW and a data set with a matching name already exists.

If replace=true, the original data set will be deleted, and a new data set created.

If replace=false, and a data set with a matching name already exists, allocation will fail.

Mutually exclusive with reuse.

-

replace is only considered when disposition=new

+

replace is only considered when disposition=NEW

replace will result in loss of all data in the original data set unless backup is specified.

-
backup

Determines if a backup should be made of an existing data set when disposition=new, replace=true, and a data set with the desired name is found.

+
backup

Determines if a backup should be made of an existing data set when disposition=NEW, replace=true, and a data set with the desired name is found.

backup is only used when replace=true.

encoding

How the label for the key encrypting key specified by label is encoded by the Encryption Key Manager.

-

encoding can either be set to l for label encoding, or h for hash encoding.

+

encoding can either be set to L for label encoding, or H for hash encoding.

Maps to KEYCD1 on z/OS.

encoding

How the label for the key encrypting key specified by label is encoded by the Encryption Key Manager.

-

encoding can either be set to l for label encoding, or h for hash encoding.

+

encoding can either be set to L for label encoding, or H for hash encoding.

Maps to KEYCD2 on z/OS.

required: True
@@ -515,7 +515,7 @@

Parametersrecord_length

The logical record length. (e.g 80).

For variable data sets, the length must include the 4-byte prefix area.

Defaults vary depending on format: If FB/FBA 80, if VB/VBA 137, if U 0.

-

Valid values are (1-32760 for non-VSAM, 1-32761 for VSAM).

+

Valid values are (1-32760 for non-vsam, 1-32761 for vsam).

Maps to LRECL on z/OS.

disposition_abnormal

disposition_abnormal indicates what to do with the data set after abnormal termination of the program.

required: False
type: str
-
choices: delete, keep, catalog, uncatalog
+
choices: delete, keep, catlg, catalog, uncatlg, uncatalog
-
reuse

Determines if data set should be reused if disposition=new and a data set with matching name already exists.

+
reuse

Determines if data set should be reused if disposition=NEW and a data set with matching name already exists.

If reuse=true, disposition will be automatically switched to SHR.

If reuse=false, and a data set with a matching name already exists, allocation will fail.

Mutually exclusive with replace.

-

reuse is only considered when disposition=new

+

reuse is only considered when disposition=NEW

required: False
type: bool
default: False
-
replace

Determines if data set should be replaced if disposition=new and a data set with matching name already exists.

+
replace

Determines if data set should be replaced if disposition=NEW and a data set with matching name already exists.

If replace=true, the original data set will be deleted, and a new data set created.

If replace=false, and a data set with a matching name already exists, allocation will fail.

Mutually exclusive with reuse.

-

replace is only considered when disposition=new

+

replace is only considered when disposition=NEW

replace will result in loss of all data in the original data set unless backup is specified.

-
backup

Determines if a backup should be made of existing data set when disposition=new, replace=true, and a data set with the desired name is found.

+
backup

Determines if a backup should be made of existing data set when disposition=NEW, replace=true, and a data set with the desired name is found.

backup is only used when replace=true.

encoding

How the label for the key encrypting key specified by label is encoded by the Encryption Key Manager.

-

encoding can either be set to l for label encoding, or h for hash encoding.

+

encoding can either be set to L for label encoding, or H for hash encoding.

Maps to KEYCD1 on z/OS.

encoding

How the label for the key encrypting key specified by label is encoded by the Encryption Key Manager.

-

encoding can either be set to l for label encoding, or h for hash encoding.

+

encoding can either be set to L for label encoding, or H for hash encoding.

Maps to KEYCD2 on z/OS.

required: True
@@ -1147,7 +1147,7 @@

Parameters
path

The path to an existing UNIX file.

-

Or provide the path to an new created UNIX file when status_group=ocreat.

+

Or provide the path to an new created UNIX file when status_group=OCREAT.

The provided path must be absolute.

required: True
@@ -1361,7 +1361,7 @@

Examplesdd_name: sysprint data_set_name: mypgm.output.ds disposition: new - reuse: true + reuse: yes type: seq space_primary: 5 space_secondary: 1 @@ -1385,7 +1385,7 @@

Examplesdd_name: sysprint data_set_name: mypgm.output.ds disposition: new - reuse: true + reuse: yes type: seq space_primary: 5 space_secondary: 1 @@ -1430,7 +1430,7 @@

Examplesdd_name: sysprint data_set_name: mypgm.output.ds disposition: new - reuse: true + reuse: yes type: seq space_primary: 5 space_secondary: 1 @@ -1458,8 +1458,8 @@

Examplesdd_name: sysprint data_set_name: mypgm.output.ds disposition: new - replace: true - backup: true + replace: yes + backup: yes type: seq space_primary: 5 space_secondary: 1 @@ -1530,7 +1530,7 @@

Examples- name: Take a set of data sets and write them to an archive. zos_mvs_raw: program_name: adrdssu - auth: true + auth: yes dds: - dd_data_set: dd_name: archive @@ -1546,7 +1546,7 @@

Examples- name: Merge two sequential data sets and write them to new data set zos_mvs_raw: program_name: sort - auth: false + auth: no parm: "MSGPRT=CRITICAL,LIST" dds: - dd_data_set: @@ -1577,7 +1577,7 @@

Examplesfiles. zos_mvs_raw: pgm: idcams - auth: true + auth: yes dds: - dd_concat: dd_name: sysprint @@ -1594,56 +1594,57 @@

Examplesdd_name: sysin content: " LISTCAT ENTRIES('SYS1.*')" -- name: Drop the contents of input dataset into output dataset using REPRO command. +- name: Drop the contents of input dataset into output dataset + using REPRO command. zos_mvs_raw: pgm: idcams - auth: true + auth: yes dds: - - dd_data_set: - dd_name: INPUT - data_set_name: myhlq.ds1.input - - dd_data_set: - dd_name: OUTPUT - data_set_name: myhlq.ds1.output - - dd_input: - dd_name: sysin - content: | + - dd_data_set: + dd_name: INPUT + data_set_name: myhlq.ds1.input + - dd_data_set: + dd_name: OUTPUT + data_set_name: myhlq.ds1.output + - dd_input: + dd_name: sysin + content: | " REPRO - INFILE(INPUT) - OUTFILE(OUTPUT)" - - dd_output: - dd_name: sysprint - return_content: - type: text - -- name: Define a cluster using a literal block style indicator - with a 2 space indentation. - zos_mvs_raw: - program_name: idcams - auth: true - dds: - - dd_output: - dd_name: sysprint - return_content: - type: text - - dd_input: - dd_name: sysin - content: 2 - DEFINE CLUSTER - - (NAME(ANSIBLE.TEST.VSAM) - - CYL(10 10) - - FREESPACE(20 20) - - INDEXED - - KEYS(32 0) - - NOERASE - - NONSPANNED - - NOREUSE - - SHAREOPTIONS(3 3) - - SPEED - - UNORDERED - - RECORDSIZE(4086 32600) - - VOLUMES(222222) - - UNIQUE) + - dd_output: + dd_name: sysprint + return_content: + type: text + + - name: Define a cluster using a literal block style indicator + with a 2 space indentation. + zos_mvs_raw: + program_name: idcams + auth: yes + dds: + - dd_output: + dd_name: sysprint + return_content: + type: text + - dd_input: + dd_name: sysin + content: |2 + DEFINE CLUSTER - + (NAME(ANSIBLE.TEST.VSAM) - + CYL(10 10) - + FREESPACE(20 20) - + INDEXED - + KEYS(32 0) - + NOERASE - + NONSPANNED - + NOREUSE - + SHAREOPTIONS(3 3) - + SPEED - + UNORDERED - + RECORDSIZE(4086 32600) - + VOLUMES(222222) - + UNIQUE)

diff --git a/ibm_zos_core/docs/source/modules/zos_operator.html b/ibm_zos_core/docs/source/modules/zos_operator.html index 4a2836c2..a3aab39e 100644 --- a/ibm_zos_core/docs/source/modules/zos_operator.html +++ b/ibm_zos_core/docs/source/modules/zos_operator.html @@ -111,6 +111,7 @@
  • Synopsis
  • Parameters
  • Examples
  • +
  • Notes
  • Return Values
  • @@ -223,7 +224,8 @@
  • Synopsis

  • Parameters

  • Examples

  • -
  • Return Values

  • +
  • Notes

  • +
  • Return Values

  • @@ -238,7 +240,7 @@

    Parameterscmd

    The command to execute.

    If the command contains single-quotations, another set of single quotes must be added.

    For example, change the command “…,P=’DSN3EPX,-DBC1,S’” to “…,P=’’DSN3EPX,-DBC1,S’’ “.

    -

    If the command contains any special characters ($, &, etc), they must be escaped using double backslashes like \\$.

    +

    If the command contains any special characters ($, &, etc), they must be escaped using double backslashes like \$.

    For example, to display job by job name the command would be cmd:"\\$dj''HELLO''"

    required: True
    @@ -290,8 +292,15 @@

    Examples +

    Notes

    +
    +

    Note

    +

    Commands may need to use specific prefixes like $, they can be discovered by issuing the following command D OPDATA,PREFIX.

    +
    +

    -

    Return Values

    +

    Return Values

    rc

    Return code for the submitted operator command.

    diff --git a/ibm_zos_core/docs/source/modules/zos_operator_action_query.html b/ibm_zos_core/docs/source/modules/zos_operator_action_query.html index 6401d498..4a85ce20 100644 --- a/ibm_zos_core/docs/source/modules/zos_operator_action_query.html +++ b/ibm_zos_core/docs/source/modules/zos_operator_action_query.html @@ -318,7 +318,7 @@

    Examplessystem: mv29 message_filter: filter: ^.*IMS.*$ - use_regex: true + use_regex: yes

    diff --git a/ibm_zos_core/docs/source/modules/zos_script.html b/ibm_zos_core/docs/source/modules/zos_script.html index c7b3b260..621bf4c5 100644 --- a/ibm_zos_core/docs/source/modules/zos_script.html +++ b/ibm_zos_core/docs/source/modules/zos_script.html @@ -449,12 +449,6 @@

    Exampleszos_script: cmd: ./scripts/PROGRAM removes: /u/user/pgm_input.txt - -- name: Run a shell script on the remote system - zos_script: - cmd: ./scripts/program.sh - executable: /bin/sh - remote_src: true diff --git a/ibm_zos_core/docs/source/modules/zos_unarchive.html b/ibm_zos_core/docs/source/modules/zos_unarchive.html index 95f368cc..423913fb 100644 --- a/ibm_zos_core/docs/source/modules/zos_unarchive.html +++ b/ibm_zos_core/docs/source/modules/zos_unarchive.html @@ -373,8 +373,8 @@

    Parameters
    required: False
    type: str
    -
    default: seq
    -
    choices: seq, pds, pdse
    +
    default: SEQ
    +
    choices: SEQ, PDS, PDSE

    space_primary

    If the destination dest data set does not exist , this sets the primary space allocated for the data set.

    @@ -392,19 +392,19 @@

    Parameters

    space_type

    If the destination data set does not exist, this sets the unit of measurement to use when defining primary and secondary space.

    -

    Valid units of size are k, m, g, cyl, and trk.

    +

    Valid units of size are K, M, G, CYL, and TRK.

    required: False
    type: str
    -
    choices: k, m, g, cyl, trk
    +
    choices: K, M, G, CYL, TRK
    -
    record_format

    If the destination data set does not exist, this sets the format of the data set. (e.g fb)

    -

    Choices are case-sensitive.

    +
    record_format

    If the destination data set does not exist, this sets the format of the data set. (e.g FB)

    +

    Choices are case-insensitive.

    required: False
    type: str
    -
    choices: fb, vb, fba, vba, u
    +
    choices: FB, VB, FBA, VBA, U
    record_length

    The length of each record in the data set, in bytes.

    @@ -428,16 +428,16 @@

    Parameters

    key_offset

    The key offset to use when creating a KSDS data set.

    -

    key_offset is required when type=ksds.

    -

    key_offset should only be provided when type=ksds

    +

    key_offset is required when type=KSDS.

    +

    key_offset should only be provided when type=KSDS

    required: False
    type: int
    key_length

    The key length to use when creating a KSDS data set.

    -

    key_length is required when type=ksds.

    -

    key_length should only be provided when type=ksds

    +

    key_length is required when type=KSDS.

    +

    key_length should only be provided when type=KSDS

    diff --git a/ibm_zos_core/docs/source/modules/zos_volume_init.html b/ibm_zos_core/docs/source/modules/zos_volume_init.html index 713ddb4d..c92e6196 100644 --- a/ibm_zos_core/docs/source/modules/zos_volume_init.html +++ b/ibm_zos_core/docs/source/modules/zos_volume_init.html @@ -341,14 +341,14 @@

    Exampleszos_volume_init: address: "1234" volid: "DEMO01" - sms_managed: false + sms_managed: no - name: Initialize non-SMS managed target volume with all the default options and override the default high level qualifier (HLQ). zos_volume_init: address: 1234 volid: DEMO01 - sms_managed: false + sms_managed: no tmp_hlq: TESTUSR - name: Initialize a new SMS managed DASD volume with new volume serial 'e8d8' with 30 track VTOC, an index, as long as @@ -357,12 +357,12 @@

    Exampleszos_volume_init: address: e8d8 vtoc_size: 30 - index: true - sms_managed: true + index: yes + sms_managed: yes volid: ine8d8 verify_volid: ine8d8 - verify_volume_empty: true - verify_offline: false + verify_volume_empty: yes + verify_offline: no - name: Initialize 3 new DASD volumes (0901, 0902, 0903) for use on a z/OS system as 'DEMO01', 'DEMO02', 'DEMO03' using Ansible loops. diff --git a/ibm_zos_core/docs/source/plugins.html b/ibm_zos_core/docs/source/plugins.html index a843db64..cd49ef63 100644 --- a/ibm_zos_core/docs/source/plugins.html +++ b/ibm_zos_core/docs/source/plugins.html @@ -198,9 +198,9 @@

    Actionzos_copy: Used to copy data from the controller to the z/OS manage node.

  • zos_fetch: Used to fetch data from the z/OS managed node to the controller.

  • zos_job_submit: Used to submit a job from the controller to the z/OS manage node.

  • -
  • zos_ping: Used to transfer the modules REXX source to the z/OS managed node.

  • -
  • zos_script: Used to transfer scripts from the controller to the z/OS manage node.

  • -
  • zos_unarchive: Used to transfer archives from the controller to the z/OS manage node.

  • +
  • zos_ping: Used to transfer the modules REXX source to the z/OS managed node.

  • +
  • zos_script: Used to transfer scripts from the controller to the z/OS manage node.

  • +
  • _zos_unarchive: Used to transfer archives from the controller to the z/OS manage node.

  • diff --git a/ibm_zos_core/docs/source/release_notes.html b/ibm_zos_core/docs/source/release_notes.html index 6fcb2adf..8c4cca80 100644 --- a/ibm_zos_core/docs/source/release_notes.html +++ b/ibm_zos_core/docs/source/release_notes.html @@ -109,56 +109,63 @@
  • Known Issues
  • -
  • Version 1.9.1
      +
    • Version 1.9.2
    • -
    • Version 1.9.0 @@ -353,7 +360,7 @@

      Availability

      Requirements

      -

      The IBM z/OS core collection has several dependencies, please review the z/OS core support matrix to understand both the +

      The IBM z/OS core collection has several dependencies, please review the z/OS core support matrix to understand both the controller and z/OS managed node dependencies.

      @@ -385,13 +392,12 @@

      Known Issues -

      Version 1.9.1

      +
      +

      Version 1.9.2

      Bugfixes

        -
      • zos_find - Option size failed if a PDS/E matched the pattern, now filtering on utilized size for a PDS/E is supported.

      • -
      • zos_mvs_raw - Option tmp_hlq when creating temporary data sets was previously ignored, now the option honors the High Level Qualifier for temporary data sets created during the module execution.

      • +
      • zos_copy - when creating the destination data set, the module would unnecessarily check if a data set is locked by another process. The module no longer performs this check when it creates the data set.

      @@ -404,13 +410,13 @@

      Availability

      Requirements

      -

      The IBM z/OS core collection has several dependencies, please review the z/OS core support matrix to understand both the +

      The IBM z/OS core collection has several dependencies, please review the z/OS core support matrix to understand both the controller and z/OS managed node dependencies.

      Known Issues

        -
      • zos_job_submit - when setting ‘location’ to ‘local’ and not specifying the from and to encoding, the modules defaults are not read leaving the file in its original encoding; explicitly set the encodings instead of relying on the default.

      • +
      • zos_job_submit - when setting ‘location’ to ‘LOCAL’ and not specifying the from and to encoding, the modules defaults are not read leaving the file in its original encoding; explicitly set the encodings instead of relying on the default.

      • zos_job_submit - when submitting JCL, the response value returned for byte_count is incorrect.

      • zos_job_submit, zos_job_output, zos_operator_action_query - encounters UTF-8 decoding errors when interacting with results that contain non-printable UTF-8 characters in the response. This has been addressed in this release and corrected with ZOAU version 1.2.5.6 or later.

        @@ -434,24 +440,73 @@

        Known Issues -

        Version 1.9.0

        +
        +

        Version 1.9.1

        -

        Major Changes

        +

        Bugfixes

        +
          +
        • zos_find - Option size failed if a PDS/E matched the pattern, now filtering on utilized size for a PDS/E is supported.

        • +
        • zos_mvs_raw - Option tmp_hlq when creating temporary data sets was previously ignored, now the option honors the High Level Qualifier for temporary data sets created during the module execution.

        • +
        +
        +
        +

        Availability

        + +
        +
        +

        Requirements

        +

        The IBM z/OS core collection has several dependencies, please review the z/OS core support matrix to understand both the +controller and z/OS managed node dependencies.

        +
        +
        +

        Known Issues

        +
          +
        • zos_job_submit - when setting ‘location’ to ‘LOCAL’ and not specifying the from and to encoding, the modules defaults are not read leaving the file in its original encoding; explicitly set the encodings instead of relying on the default.

        • +
        • zos_job_submit - when submitting JCL, the response value returned for byte_count is incorrect.

        • +
        • zos_job_submit, zos_job_output, zos_operator_action_query - encounters UTF-8 decoding errors when interacting with results that contain non-printable UTF-8 characters in the response. This has been addressed in this release and corrected with ZOAU version 1.2.5.6 or later.

          +
          +
            +
          • If the appropriate level of ZOAU can not be installed, some options are to:

              -
            • IBM Ansible z/OS core collection (ibm_zos_core) version 1.9.0 will be the last release to support ZOAU 1.2.x.

              +
            • Specify that the ASA assembler option be enabled to instruct the assembler to use ANSI control characters instead of machine code control characters.

            • +
            • Ignore module errors by using ignore_errors:true for a specific playbook task.

            • +
            • If the error is resulting from a batch job, add ignore_errors:true to the task and capture the output into a registered variable to extract the +job ID with a regular expression. Then use zos_job_output to display the DD without the non-printable character such as the DD JESMSGLG.

            • +
            • If the error is the result of a batch job, set option return_output to false so that no DDs are read which could contain the non-printable UTF-8 characters.

            • +
            +
            +
          • +
          +
          +
        • +
        • zos_data_set - An undocumented option size was defined in module zos_data_set, this has been removed to satisfy collection certification, use the intended and documented space_primary option.

        • +
        • In the past, choices could be defined in either lower or upper case. Now, only the case that is identified in the docs can be set, this is so that the collection can continue to maintain certified status.

        • +
        +
        +
        +
        +

        Version 1.9.0

        +
        +

        Major Changes

          +
        • IBM Ansible z/OS core collection (ibm_zos_core) version 1.9.0 will be the last release to support ZOAU 1.2.x.

          +
          +
          • IBM Ansible z/OS core version 1.9.0 will continue to receive security updates and bug fixes.

          +
        • Starting with IBM Ansible z/OS core version 1.10.0, ZOAU version 1.3.0 will be required.

        • IBM Open Enterprise SDK for Python version 3.9.x is no longer supported.

        -

      -
      -

      Minor Changes

      +
      +

      Minor Changes

      -
      -

      Availability

      + -
      -

      Requirements

      -

      The IBM z/OS core collection has several dependencies, please review the z/OS core support matrix to understand both the +

      +

      Requirements

      +

      The IBM z/OS core collection has several dependencies, please review the z/OS core support matrix to understand both the controller and z/OS managed node dependencies.

      Version 1.7.0

      -
      -

      New Modules

      +
      +

      New Modules

      • zos_archive - archive files, data sets and extend archives on z/OS. Formats include, bz2, gz, tar, zip, terse, xmit and pax.

      • zos_unarchive - unarchive files and data sets on z/OS. Formats include, bz2, gz, tar, zip, terse, xmit and pax.

      -
      -

      Major Changes

      +
      +

      Major Changes

      zos_copy and zos_job_submit - supports Jinja2 templating which is essential for handling tasks that require advanced file modifications such as JCL.

      -
      -

      Minor Changes

      +
      +

      Minor Changes

      • zos_copy

        @@ -755,8 +810,8 @@

        Minor Changes -

        Bugfixes

        +
        +

        Bugfixes

        -
        -

        Availability

        + -
        -

        Requirements

        -

        The IBM z/OS core collection has several dependencies, please review the z/OS core support matrix to understand both the +

        +

        Requirements

        +

        The IBM z/OS core collection has several dependencies, please review the z/OS core support matrix to understand both the controller and z/OS managed node dependencies.

        Version 1.6.0

        -
        -

        New Modules

        +
        +

        New Modules

        • zos_volume_init - Can initialize volumes or minidisks on target z/OS systems which includes creating a volume label and an entry into the volume table of contents (VTOC).

        -
        -

        Minor Changes

        +
        +

        Minor Changes

        • zos_blockinfile - Adds an enhancement to allow double quotes within a block.

        • zos_copy

          @@ -823,8 +878,8 @@

          Minor Changes -

          Bugfixes

          + -
          -

          Availability

          + -
          -

          Requirements

          -

          The IBM z/OS core collection has several dependencies, please review the z/OS core support matrix to understand both the +

          +

          Requirements

          +

          The IBM z/OS core collection has several dependencies, please review the z/OS core support matrix to understand both the controller and z/OS managed node dependencies.

          Version 1.5.0

          -
          -

          New Modules

          +
          +

          New Modules

          • zos_gather_facts - can retrieve variables from target z/OS systems that are then available to playbooks through the ansible_facts dictionary and managed using filters.

          -
          -

          Major Changes

          +
          +

          Major Changes

          • ibm_zos_core - Updates the entire collection in that the collection no longer depends on the managed node having installed System Display and Search Facility (SDSF). Remove SDSF dependency from ibm_zos_core collection.

          -
          -

          Minor Changes

          +
          +

          Minor Changes

          • zos_apf - updates the module with a new option named tmp_hlq. This allows for a user to specify the data set high level qualifier (HLQ) used in any temporary data set created by the module. Often, the defaults are not permitted on systems, this provides a way to override the defaults.

          • zos_blockinfile

            @@ -946,8 +1001,8 @@

            Minor Changes -

            Bugfixes

            + -
            -

            Availability

            + -
            -

            Requirements

            -

            The IBM z/OS core collection has several dependencies, please review the z/OS core support matrix to understand both the -controller and z/OS managed node dependencies.

            +
            +

            Requirements

            +

            The IBM z/OS core collection has several dependencies, please review the z/OS core support matrix to understand both the +controller and z/OS managed node dependencies..

            diff --git a/ibm_zos_core/docs/source/resources/releases_maintenance.html b/ibm_zos_core/docs/source/resources/releases_maintenance.html index 8ce4119a..719365dd 100644 --- a/ibm_zos_core/docs/source/resources/releases_maintenance.html +++ b/ibm_zos_core/docs/source/resources/releases_maintenance.html @@ -205,13 +205,13 @@

            Releases and maintenanceansible-core 2.14.0 (Ansible 7.0) and later this enters into EOL, then a newer supported version of ansible-core (Ansible) must be selected. When choosing a newer ansible-core (Ansible) version, review the ansible-core support matrix to select the appropriate dependencies. -This is important to note, different releases of ansible-core can require newer control node and managed node +This is important to note, different releases of ansible-core can require newer controller and managed node dependencies such as is the case with Python.

            -

            If the control node is Ansible Automation Platform (AAP), review the Red Hat Ansible Automation Platform Life Cycle +

            If the controller is Ansible Automation Platform (AAP), review the Red Hat Ansible Automation Platform Life Cycle to select a supported AAP version.

            For IBM product lifecycle information, you can search for products using a product name, version or ID. For example, -to view IBM’s Open Enterprise SDK for Python lifecycle, search on product ID 5655-PYT, and for -Z Open Automation Utilities lifecycle, search on product ID 5698-PA1.

            +to view IBM’s Open Enterprise SDK for Python lifecycle, search on product ID 5655-PYT, and for Z Open Automation Utilities, +search on product ID 5698-PA1.

            Support Matrix

            @@ -245,8 +245,8 @@

            Support MatrixZ Open Automation Utilities >=1.3.0

            -

            - + +

            21 June 2024

            21 June 2026

            In preview

            TBD

            1.9.x

              diff --git a/searchindex.js b/searchindex.js index e5e69034..c613d3d0 100644 --- a/searchindex.js +++ b/searchindex.js @@ -1 +1 @@ -Search.setIndex({docnames:["faqs/faqs","ibm_zos_cics/docs/ansible_content","ibm_zos_cics/docs/source/community_guides","ibm_zos_cics/docs/source/modules","ibm_zos_cics/docs/source/modules/aux_temp_storage","ibm_zos_cics/docs/source/modules/aux_trace","ibm_zos_cics/docs/source/modules/cmci_action","ibm_zos_cics/docs/source/modules/cmci_create","ibm_zos_cics/docs/source/modules/cmci_delete","ibm_zos_cics/docs/source/modules/cmci_get","ibm_zos_cics/docs/source/modules/cmci_update","ibm_zos_cics/docs/source/modules/csd","ibm_zos_cics/docs/source/modules/global_catalog","ibm_zos_cics/docs/source/modules/local_catalog","ibm_zos_cics/docs/source/modules/local_request_queue","ibm_zos_cics/docs/source/modules/region_jcl","ibm_zos_cics/docs/source/modules/stop_region","ibm_zos_cics/docs/source/modules/td_intrapartition","ibm_zos_cics/docs/source/modules/transaction_dump","ibm_zos_cics/docs/source/release_notes","ibm_zos_cics/docs/source/requirements_managed","ibm_zos_core/docs/ansible_content","ibm_zos_core/docs/source/community_guides","ibm_zos_core/docs/source/community_guides_docs/better_arg_parser","ibm_zos_core/docs/source/community_guides_docs/zos_ansible_module_testing","ibm_zos_core/docs/source/filters","ibm_zos_core/docs/source/modules","ibm_zos_core/docs/source/modules/zos_apf","ibm_zos_core/docs/source/modules/zos_archive","ibm_zos_core/docs/source/modules/zos_backup_restore","ibm_zos_core/docs/source/modules/zos_blockinfile","ibm_zos_core/docs/source/modules/zos_copy","ibm_zos_core/docs/source/modules/zos_data_set","ibm_zos_core/docs/source/modules/zos_encode","ibm_zos_core/docs/source/modules/zos_fetch","ibm_zos_core/docs/source/modules/zos_find","ibm_zos_core/docs/source/modules/zos_gather_facts","ibm_zos_core/docs/source/modules/zos_job_output","ibm_zos_core/docs/source/modules/zos_job_query","ibm_zos_core/docs/source/modules/zos_job_submit","ibm_zos_core/docs/source/modules/zos_lineinfile","ibm_zos_core/docs/source/modules/zos_mount","ibm_zos_core/docs/source/modules/zos_mvs_raw","ibm_zos_core/docs/source/modules/zos_operator","ibm_zos_core/docs/source/modules/zos_operator_action_query","ibm_zos_core/docs/source/modules/zos_ping","ibm_zos_core/docs/source/modules/zos_script","ibm_zos_core/docs/source/modules/zos_tso_command","ibm_zos_core/docs/source/modules/zos_unarchive","ibm_zos_core/docs/source/modules/zos_volume_init","ibm_zos_core/docs/source/plugins","ibm_zos_core/docs/source/reference/community","ibm_zos_core/docs/source/reference/documentation","ibm_zos_core/docs/source/release_notes","ibm_zos_core/docs/source/requirements_managed","ibm_zos_core/docs/source/resources/character_set","ibm_zos_core/docs/source/resources/releases_maintenance","ibm_zos_core/docs/source/resources/resources","ibm_zos_ims/docs/ansible_content","ibm_zos_ims/docs/source/community_guides","ibm_zos_ims/docs/source/community_guides_docs/zos_ansible_module_testing","ibm_zos_ims/docs/source/modules","ibm_zos_ims/docs/source/modules/ims_acb_gen","ibm_zos_ims/docs/source/modules/ims_catalog_populate","ibm_zos_ims/docs/source/modules/ims_catalog_purge","ibm_zos_ims/docs/source/modules/ims_command","ibm_zos_ims/docs/source/modules/ims_dbd_gen","ibm_zos_ims/docs/source/modules/ims_dbrc","ibm_zos_ims/docs/source/modules/ims_ddl","ibm_zos_ims/docs/source/modules/ims_psb_gen","ibm_zos_ims/docs/source/release_notes","ibm_zos_ims/docs/source/requirements_managed","ibm_zos_sysauto/docs/ansible_content","ibm_zos_sysauto/docs/source/community_guides","ibm_zos_sysauto/docs/source/release_notes","ibm_zos_sysauto/docs/source/requirements_managed","ibm_zos_sysauto/docs/source/roles","ibm_zos_sysauto/docs/source/roles/sa_create_dynamic_resource","ibm_zosmf/docs/ansible_content","ibm_zosmf/docs/source/community_guides","ibm_zosmf/docs/source/modules","ibm_zosmf/docs/source/modules/zmf_authenticate","ibm_zosmf/docs/source/modules/zmf_sca","ibm_zosmf/docs/source/modules/zmf_workflow","ibm_zosmf/docs/source/release_notes","ibm_zosmf/docs/source/requirements_control","ibm_zosmf/docs/source/requirements_managed","ibm_zosmf/docs/source/resources","ibm_zosmf/docs/source/roles","ibm_zosmf/docs/source/roles/zmf_cpm_create_software_instance","ibm_zosmf/docs/source/roles/zmf_cpm_get_software_instance","ibm_zosmf/docs/source/roles/zmf_cpm_list_software_templates","ibm_zosmf/docs/source/roles/zmf_cpm_manage_software_instance","ibm_zosmf/docs/source/roles/zmf_cpm_provision_software_service","ibm_zosmf/docs/source/roles/zmf_cpm_remove_software_instance","ibm_zosmf/docs/source/roles/zmf_swmgmt_csi_query","ibm_zosmf/docs/source/roles/zmf_swmgmt_identify_missing_critical_updates","ibm_zosmf/docs/source/roles/zmf_swmgmt_identify_missing_fixcat_updates","ibm_zosmf/docs/source/roles/zmf_swmgmt_search_software_updates","ibm_zosmf/docs/source/roles/zmf_swmgmt_zos_system_uuid","ibm_zosmf/docs/source/roles/zmf_workflow_complete","ibm_zosmf/docs/source/roles/zmf_zmsc_run_management_service","index","installation/installation","playbooks/playbooks","reference/community","reference/documentation","reference/helpful_links","release/release","requirements/requirements","troubleshooting/errorsandmessages","zhmc-ansible-modules/CHANGELOG","zhmc-ansible-modules/docs/ansible_content","zhmc-ansible-modules/docs/source/bibliography","zhmc-ansible-modules/docs/source/development","zhmc-ansible-modules/docs/source/modules","zhmc-ansible-modules/docs/source/modules/zhmc_adapter","zhmc-ansible-modules/docs/source/modules/zhmc_adapter_list","zhmc-ansible-modules/docs/source/modules/zhmc_console","zhmc-ansible-modules/docs/source/modules/zhmc_cpc","zhmc-ansible-modules/docs/source/modules/zhmc_cpc_capacity","zhmc-ansible-modules/docs/source/modules/zhmc_cpc_list","zhmc-ansible-modules/docs/source/modules/zhmc_crypto_attachment","zhmc-ansible-modules/docs/source/modules/zhmc_hba","zhmc-ansible-modules/docs/source/modules/zhmc_ldap_server_definition","zhmc-ansible-modules/docs/source/modules/zhmc_ldap_server_definition_list","zhmc-ansible-modules/docs/source/modules/zhmc_lpar","zhmc-ansible-modules/docs/source/modules/zhmc_lpar_command","zhmc-ansible-modules/docs/source/modules/zhmc_lpar_list","zhmc-ansible-modules/docs/source/modules/zhmc_lpar_messages","zhmc-ansible-modules/docs/source/modules/zhmc_nic","zhmc-ansible-modules/docs/source/modules/zhmc_nic_list","zhmc-ansible-modules/docs/source/modules/zhmc_partition","zhmc-ansible-modules/docs/source/modules/zhmc_partition_command","zhmc-ansible-modules/docs/source/modules/zhmc_partition_list","zhmc-ansible-modules/docs/source/modules/zhmc_partition_messages","zhmc-ansible-modules/docs/source/modules/zhmc_password_rule","zhmc-ansible-modules/docs/source/modules/zhmc_password_rule_list","zhmc-ansible-modules/docs/source/modules/zhmc_session","zhmc-ansible-modules/docs/source/modules/zhmc_storage_group","zhmc-ansible-modules/docs/source/modules/zhmc_storage_group_attachment","zhmc-ansible-modules/docs/source/modules/zhmc_storage_volume","zhmc-ansible-modules/docs/source/modules/zhmc_user","zhmc-ansible-modules/docs/source/modules/zhmc_user_list","zhmc-ansible-modules/docs/source/modules/zhmc_user_pattern","zhmc-ansible-modules/docs/source/modules/zhmc_user_pattern_list","zhmc-ansible-modules/docs/source/modules/zhmc_user_role","zhmc-ansible-modules/docs/source/modules/zhmc_user_role_list","zhmc-ansible-modules/docs/source/modules/zhmc_versions","zhmc-ansible-modules/docs/source/modules/zhmc_virtual_function","zhmc-ansible-modules/docs/source/release_notes","zhmc-ansible-modules/docs/source/requirements_managed","zhmc-ansible-modules/docs/source/troubleshooting"],envversion:{"sphinx.domains.c":2,"sphinx.domains.changeset":1,"sphinx.domains.citation":1,"sphinx.domains.cpp":2,"sphinx.domains.index":1,"sphinx.domains.javascript":2,"sphinx.domains.math":2,"sphinx.domains.python":2,"sphinx.domains.rst":2,"sphinx.domains.std":1,sphinx:56},filenames:["faqs/faqs.rst","ibm_zos_cics/docs/ansible_content.rst","ibm_zos_cics/docs/source/community_guides.rst","ibm_zos_cics/docs/source/modules.rst","ibm_zos_cics/docs/source/modules/aux_temp_storage.rst","ibm_zos_cics/docs/source/modules/aux_trace.rst","ibm_zos_cics/docs/source/modules/cmci_action.rst","ibm_zos_cics/docs/source/modules/cmci_create.rst","ibm_zos_cics/docs/source/modules/cmci_delete.rst","ibm_zos_cics/docs/source/modules/cmci_get.rst","ibm_zos_cics/docs/source/modules/cmci_update.rst","ibm_zos_cics/docs/source/modules/csd.rst","ibm_zos_cics/docs/source/modules/global_catalog.rst","ibm_zos_cics/docs/source/modules/local_catalog.rst","ibm_zos_cics/docs/source/modules/local_request_queue.rst","ibm_zos_cics/docs/source/modules/region_jcl.rst","ibm_zos_cics/docs/source/modules/stop_region.rst","ibm_zos_cics/docs/source/modules/td_intrapartition.rst","ibm_zos_cics/docs/source/modules/transaction_dump.rst","ibm_zos_cics/docs/source/release_notes.rst","ibm_zos_cics/docs/source/requirements_managed.rst","ibm_zos_core/docs/ansible_content.rst","ibm_zos_core/docs/source/community_guides.rst","ibm_zos_core/docs/source/community_guides_docs/better_arg_parser.rst","ibm_zos_core/docs/source/community_guides_docs/zos_ansible_module_testing.rst","ibm_zos_core/docs/source/filters.rst","ibm_zos_core/docs/source/modules.rst","ibm_zos_core/docs/source/modules/zos_apf.rst","ibm_zos_core/docs/source/modules/zos_archive.rst","ibm_zos_core/docs/source/modules/zos_backup_restore.rst","ibm_zos_core/docs/source/modules/zos_blockinfile.rst","ibm_zos_core/docs/source/modules/zos_copy.rst","ibm_zos_core/docs/source/modules/zos_data_set.rst","ibm_zos_core/docs/source/modules/zos_encode.rst","ibm_zos_core/docs/source/modules/zos_fetch.rst","ibm_zos_core/docs/source/modules/zos_find.rst","ibm_zos_core/docs/source/modules/zos_gather_facts.rst","ibm_zos_core/docs/source/modules/zos_job_output.rst","ibm_zos_core/docs/source/modules/zos_job_query.rst","ibm_zos_core/docs/source/modules/zos_job_submit.rst","ibm_zos_core/docs/source/modules/zos_lineinfile.rst","ibm_zos_core/docs/source/modules/zos_mount.rst","ibm_zos_core/docs/source/modules/zos_mvs_raw.rst","ibm_zos_core/docs/source/modules/zos_operator.rst","ibm_zos_core/docs/source/modules/zos_operator_action_query.rst","ibm_zos_core/docs/source/modules/zos_ping.rst","ibm_zos_core/docs/source/modules/zos_script.rst","ibm_zos_core/docs/source/modules/zos_tso_command.rst","ibm_zos_core/docs/source/modules/zos_unarchive.rst","ibm_zos_core/docs/source/modules/zos_volume_init.rst","ibm_zos_core/docs/source/plugins.rst","ibm_zos_core/docs/source/reference/community.rst","ibm_zos_core/docs/source/reference/documentation.rst","ibm_zos_core/docs/source/release_notes.rst","ibm_zos_core/docs/source/requirements_managed.rst","ibm_zos_core/docs/source/resources/character_set.rst","ibm_zos_core/docs/source/resources/releases_maintenance.rst","ibm_zos_core/docs/source/resources/resources.rst","ibm_zos_ims/docs/ansible_content.rst","ibm_zos_ims/docs/source/community_guides.rst","ibm_zos_ims/docs/source/community_guides_docs/zos_ansible_module_testing.rst","ibm_zos_ims/docs/source/modules.rst","ibm_zos_ims/docs/source/modules/ims_acb_gen.rst","ibm_zos_ims/docs/source/modules/ims_catalog_populate.rst","ibm_zos_ims/docs/source/modules/ims_catalog_purge.rst","ibm_zos_ims/docs/source/modules/ims_command.rst","ibm_zos_ims/docs/source/modules/ims_dbd_gen.rst","ibm_zos_ims/docs/source/modules/ims_dbrc.rst","ibm_zos_ims/docs/source/modules/ims_ddl.rst","ibm_zos_ims/docs/source/modules/ims_psb_gen.rst","ibm_zos_ims/docs/source/release_notes.rst","ibm_zos_ims/docs/source/requirements_managed.rst","ibm_zos_sysauto/docs/ansible_content.rst","ibm_zos_sysauto/docs/source/community_guides.rst","ibm_zos_sysauto/docs/source/release_notes.rst","ibm_zos_sysauto/docs/source/requirements_managed.rst","ibm_zos_sysauto/docs/source/roles.rst","ibm_zos_sysauto/docs/source/roles/sa_create_dynamic_resource.rst","ibm_zosmf/docs/ansible_content.rst","ibm_zosmf/docs/source/community_guides.rst","ibm_zosmf/docs/source/modules.rst","ibm_zosmf/docs/source/modules/zmf_authenticate.rst","ibm_zosmf/docs/source/modules/zmf_sca.rst","ibm_zosmf/docs/source/modules/zmf_workflow.rst","ibm_zosmf/docs/source/release_notes.rst","ibm_zosmf/docs/source/requirements_control.rst","ibm_zosmf/docs/source/requirements_managed.rst","ibm_zosmf/docs/source/resources.rst","ibm_zosmf/docs/source/roles.rst","ibm_zosmf/docs/source/roles/zmf_cpm_create_software_instance.rst","ibm_zosmf/docs/source/roles/zmf_cpm_get_software_instance.rst","ibm_zosmf/docs/source/roles/zmf_cpm_list_software_templates.rst","ibm_zosmf/docs/source/roles/zmf_cpm_manage_software_instance.rst","ibm_zosmf/docs/source/roles/zmf_cpm_provision_software_service.rst","ibm_zosmf/docs/source/roles/zmf_cpm_remove_software_instance.rst","ibm_zosmf/docs/source/roles/zmf_swmgmt_csi_query.rst","ibm_zosmf/docs/source/roles/zmf_swmgmt_identify_missing_critical_updates.rst","ibm_zosmf/docs/source/roles/zmf_swmgmt_identify_missing_fixcat_updates.rst","ibm_zosmf/docs/source/roles/zmf_swmgmt_search_software_updates.rst","ibm_zosmf/docs/source/roles/zmf_swmgmt_zos_system_uuid.rst","ibm_zosmf/docs/source/roles/zmf_workflow_complete.rst","ibm_zosmf/docs/source/roles/zmf_zmsc_run_management_service.rst","index.rst","installation/installation.rst","playbooks/playbooks.rst","reference/community.rst","reference/documentation.rst","reference/helpful_links.rst","release/release.rst","requirements/requirements.rst","troubleshooting/errorsandmessages.rst","zhmc-ansible-modules/CHANGELOG.rst","zhmc-ansible-modules/docs/ansible_content.rst","zhmc-ansible-modules/docs/source/bibliography.rst","zhmc-ansible-modules/docs/source/development.rst","zhmc-ansible-modules/docs/source/modules.rst","zhmc-ansible-modules/docs/source/modules/zhmc_adapter.rst","zhmc-ansible-modules/docs/source/modules/zhmc_adapter_list.rst","zhmc-ansible-modules/docs/source/modules/zhmc_console.rst","zhmc-ansible-modules/docs/source/modules/zhmc_cpc.rst","zhmc-ansible-modules/docs/source/modules/zhmc_cpc_capacity.rst","zhmc-ansible-modules/docs/source/modules/zhmc_cpc_list.rst","zhmc-ansible-modules/docs/source/modules/zhmc_crypto_attachment.rst","zhmc-ansible-modules/docs/source/modules/zhmc_hba.rst","zhmc-ansible-modules/docs/source/modules/zhmc_ldap_server_definition.rst","zhmc-ansible-modules/docs/source/modules/zhmc_ldap_server_definition_list.rst","zhmc-ansible-modules/docs/source/modules/zhmc_lpar.rst","zhmc-ansible-modules/docs/source/modules/zhmc_lpar_command.rst","zhmc-ansible-modules/docs/source/modules/zhmc_lpar_list.rst","zhmc-ansible-modules/docs/source/modules/zhmc_lpar_messages.rst","zhmc-ansible-modules/docs/source/modules/zhmc_nic.rst","zhmc-ansible-modules/docs/source/modules/zhmc_nic_list.rst","zhmc-ansible-modules/docs/source/modules/zhmc_partition.rst","zhmc-ansible-modules/docs/source/modules/zhmc_partition_command.rst","zhmc-ansible-modules/docs/source/modules/zhmc_partition_list.rst","zhmc-ansible-modules/docs/source/modules/zhmc_partition_messages.rst","zhmc-ansible-modules/docs/source/modules/zhmc_password_rule.rst","zhmc-ansible-modules/docs/source/modules/zhmc_password_rule_list.rst","zhmc-ansible-modules/docs/source/modules/zhmc_session.rst","zhmc-ansible-modules/docs/source/modules/zhmc_storage_group.rst","zhmc-ansible-modules/docs/source/modules/zhmc_storage_group_attachment.rst","zhmc-ansible-modules/docs/source/modules/zhmc_storage_volume.rst","zhmc-ansible-modules/docs/source/modules/zhmc_user.rst","zhmc-ansible-modules/docs/source/modules/zhmc_user_list.rst","zhmc-ansible-modules/docs/source/modules/zhmc_user_pattern.rst","zhmc-ansible-modules/docs/source/modules/zhmc_user_pattern_list.rst","zhmc-ansible-modules/docs/source/modules/zhmc_user_role.rst","zhmc-ansible-modules/docs/source/modules/zhmc_user_role_list.rst","zhmc-ansible-modules/docs/source/modules/zhmc_versions.rst","zhmc-ansible-modules/docs/source/modules/zhmc_virtual_function.rst","zhmc-ansible-modules/docs/source/release_notes.rst","zhmc-ansible-modules/docs/source/requirements_managed.rst","zhmc-ansible-modules/docs/source/troubleshooting.rst"],objects:{},objnames:{},objtypes:{},terms:{"0000000bba01":49,"000c":43,"000d":43,"000e":43,"000f":43,"00106f234c71":124,"00106f237ab1":142,"00106f239c31":[116,119,122,130,132,139,141],"00106f239d19":[119,130,132,139,141],"00106f23f636":[144,145],"00106f25b43c":146,"009c0f4c":[139,141],"01a0":39,"023f":130,"033f":149,"0706c00180000000000000000070e050":126,"083c":39,"0c99":142,"0f03":39,"0ick00703i":49,"0ick01314i":49,"0ick04000i":49,"0xc1":55,"100088947155a1e9":[116,139],"100mb":29,"1036k":39,"1048k":39,"10c":[117,119],"10fa8489":126,"10m":37,"11548k":37,"11740k":39,"11896k":39,"11e8":[116,119,122,130,132,139],"11e9":[119,136,139,141,142,144,145],"11ea":[119,130,132],"11eb":142,"11ec":146,"11ee":124,"11m":39,"123f":123,"12c":116,"131a":15,"14m":39,"15t02":[6,7,8,9,10],"16s":[116,139],"1768k":39,"1876480k":39,"19e90e27":142,"1appus":40,"1cae":142,"1data":37,"1gb":29,"1ickdsf":49,"200a":[139,141],"20a6":119,"240k":[37,39],"24h":120,"252k":39,"2535b19e":83,"256k":39,"2gb":0,"2mb":35,"32323df4":[130,132],"351b":119,"358a":139,"3dc87062":146,"3e7ed5ca28d7":[116,119,122,132,139],"3f99":[116,119,122,132,139],"422c":142,"465f":124,"46cc":[144,145],"4947c6d0":[119,132],"4a00003c":49,"4a14":[116,119,122,132,139],"4a52":83,"4a7e":136,"4a81":144,"4e06":126,"4e40":145,"4f01576a":126,"4gb":0,"500m":15,"50m":[24,60],"518ac1d8":142,"520c0138":136,"5695df18658i10001000":82,"58e41a42":119,"5956e97a":[130,132],"600507681081001d4800000000000083":[139,141],"60k":37,"6a46d18a":119,"80ca":124,"8bb3":136,"8d320d5f68b048fc97559d771ede68b37a71e8374d1d678d96dcfa2b2da7a64":[31,34],"8dfc":119,"8e5b":146,"8ea3":146,"8f73":[119,132],"91773b88":142,"91ba":142,"92k":39,"9d77":83,"9fbb":119,"boolean":[23,49,53,120,132,139,142,150],"byte":[15,28,31,32,35,37,39,42,48,63,64,110],"case":[2,6,7,8,9,10,12,15,20,22,23,24,28,31,32,34,39,41,46,48,49,53,56,59,60,70,82,83,84,86,89,90,91,93,95,100,101,107,110,116,124,126,136,138,150],"class":[15,27,28,29,31,32,37,38,39,42,48,49,53,63,64,82,113,116,122,124,126,130,132,136,139,141,142,144,146],"default":[0,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,24,27,28,29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46,47,48,49,50,53,54,60,62,63,64,66,68,69,71,74,77,82,83,86,89,90,91,92,93,94,95,96,97,98,99,100,101,103,110,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],"export":[24,30,60],"final":[15,32,82,83,100,114,150],"float":[43,150],"function":[6,7,8,9,10,15,16,22,37,39,42,49,50,53,55,59,84,86,114,115,132,139,150],"import":[22,24,53,56,60,63,68,114,132,139,150],"int":[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,23,27,28,29,30,31,32,34,35,37,38,39,40,41,42,43,44,46,47,48,49,53,63,64,66,67,69,77,81,82,83,92,93,100,101,118,119,120,122,126,129,135,139,148],"long":[15,23,30,31,32,38,39,40,41,49,53,139],"new":[4,5,10,15,17,18,23,24,29,30,31,32,39,42,47,49,56,60,63,64,65,70,71,77,83,84,95,96,97,98,100,103,108,116,118,119,120,126,127,132,133,138,150],"null":[35,38,39,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149],"public":[24,42,60,83,89,100],"return":[3,23,24,26,53,60,61,70,80,84,89,90,91,93,95,96,97,98,100,101,110,115,150],"short":[15,77,114,116,132,139,150],"static":[15,27],"switch":[15,42,45,112,130,132,139,140,141],"throw":[24,53,60],"transient":[3,15,19,89,90,91,93,101],"true":[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,23,24,27,28,29,30,31,32,33,34,35,38,39,40,41,42,43,44,46,47,48,49,53,60,62,63,64,65,66,67,68,69,77,81,82,83,89,90,91,92,93,94,95,96,97,98,99,100,101,110,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],"try":[15,24,31,39,46,53,60],"var":[0,24,30,31,39,40,46,60,75,77,86,89,90,91,92,93,94,100,101,150],"while":[24,26,31,32,35,40,41,42,46,53,60,61,64,80,83],ACS:29,ADDED:63,AND:[35,37,39,49],ARE:64,Added:[19,53,70,74,84,150],Aded:150,Age:35,BAS:7,BMS:15,BTS:14,Bus:123,But:[24,60],CES:133,CTS:9,DDs:[39,42,53],FOR:[30,37,39,49,64],For:[0,2,3,4,6,7,8,9,10,11,12,13,14,15,16,17,20,22,23,25,27,28,30,31,32,33,34,35,37,38,39,40,41,42,43,46,48,54,55,56,59,62,63,64,71,73,75,79,82,83,84,89,95,100,103,104,109,110,114,116,117,118,119,120,121,122,123,124,126,127,128,130,132,133,134,136,138,139,140,141,142,144,146,148,149,150],HAS:39,HFS:34,Has:53,IDs:[15,53,54,71,98,150],IMS:[0,15,35,44,61,68,70,71,89,92,93,94,102,105,108,109,110],INS:132,Its:83,JES:[15,16,37,38,39,83,100],LDS:[31,63,64],MVS:[15,27,28,30,31,33,34,35,37,40,41,48,49,53,71],NOS:39,NOT:[24,31,34,39,53,60],Not:[28,31,32,42,48,63,64,132],ONE:[15,23,37],One:[35,47,87],PAS:[54,71],PDS:[11,15,23,28,30,31,32,33,34,35,39,40,48,53,63,64,66,67,69],PFS:41,PRs:150,PYS:[54,71],RLS:15,SMS:[27,28,29,31,32,42,48,49,63,64],SOS:15,SYS:[37,39,53],Such:[83,100,109],Sys:[0,102,105,108,109,110],THAT:[37,39,64],THE:[37,39,63,64],TIS:55,TLS:15,TRS:[28,48],That:[31,83,114,150],The:[0,1,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,46,47,48,49,53,54,55,56,58,60,61,62,63,64,65,66,67,68,69,70,71,72,75,76,77,78,80,81,82,83,84,86,88,89,90,91,92,93,94,95,96,97,98,99,100,101,103,104,107,109,110,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152],Then:[53,100,114],There:[0,15,29,104,114,152],These:[0,1,3,5,6,8,9,10,15,20,24,31,39,41,46,53,56,60,66,69,76,114,150],UCS:55,USING:39,Use:[0,4,5,11,12,13,14,15,17,18,24,28,29,31,35,42,48,53,60,63,64,67,103,104,116,142],Used:[29,40,50,95,96,97,98,99,124,130,136,139,141,142,144,146],Uses:[36,38],Using:[9,27,30,31,54,71],VFs:150,WAS:[37,39,49,63],WILL:[37,39],WITH:39,Will:[27,46,48,123,130,132,139,149],With:[24,42,60,71,84,86,150],YES:[15,31,41],Yes:0,ZFS:[30,34,41,77],ZOS:71,_________________________________________:39,__dict__:[24,60],__future__:[24,60],__init__:[24,60],__metaclass__:[24,60],_bpxk_autocvt:[24,60],_cee_runopt:[24,60],_encode_file_exist:71,_encode_file_new:71,_export_:[24,60],_keydata:[6,7,8,9,10],_name:144,_play_context:53,_tag_redir_err:[24,60],_tag_redir_in:[24,60],_tag_redir_out:[24,60],_text:53,_uri:144,a13b:130,a142:[139,141],a14b:[116,122,139],a87c:[116,119,122,132,139],a8a8:145,a8c3:83,a951:126,aa1b:144,aap:[56,109,126],abbrev:39,abbrevi:[15,41],abc9abc1:15,abc:[31,35,149],abcd0001:[3,4,5,11,12,13,14,15,17,18],abcd01:15,abend:[15,16,37,38,39,53],abil:[6,8,9,10,15,102,116],abl:[31,34,39,84,86],abnorm:[15,39,42,53,63,64],abnormal_disposit:[63,64],about:[0,6,7,8,9,10,15,19,24,53,60,67,71,75,84,86,89,93,101,103,104,108,109,110,114,116,118,119,120,122,123,124,126,130,132,136,139,140,141,142,144,146,149,150],abov:[3,15,23,77,84,95,96,97,98,99,110,146,150],absenc:[15,150],absent:[4,5,11,12,13,14,15,17,18,27,28,30,32,40,41,53,116,123,124,130,132,136,139,141,142,144,146,149,150],absolut:[23,24,27,28,30,31,33,34,40,41,42,48,60,82,126,132,139],absolute_import:[24,60],acb:[58,61,63,64],acb_lib:[62,63],acbgen:62,acblib:[62,63],acc:[116,122],acceler:149,accent:53,accept:[0,2,3,6,8,9,10,22,23,24,32,42,47,53,59,60,67,73,79,80,89,90,91,93,95,101,115,118,119,121,126,128,132,134,139,148,150],accept_firmwar:[118,119],acceptable_statu:[119,150],access:[0,15,24,26,31,32,37,39,42,49,53,60,80,81,82,83,84,95,96,97,98,100,103,104,110,115,116,117,118,119,120,121,122,123,125,126,127,128,129,130,131,132,133,134,135,137,139,140,141,142,143,144,145,147,148,149],access_group:42,access_mod:[122,132],accomod:150,accord:[6,7,8,9,10],accordingli:[44,150],account:[15,23,83,100,114],accounting_inform:15,ace:15,achiev:[4,5,11,12,13,14,15,17,18,24,60,83],across:[13,115,120,150],act:[23,28,31,48,53,99],action:[3,7,8,9,10,15,21,24,26,32,48,53,60,63,64,67,82,89,92,93,101,114,118,138,139,140,141,150],action_nam:6,action_paramet:6,actionb:150,actionobjectid:82,activ:[5,15,37,38,39,43,49,53,62,65,72,86,104,114,116,117,119,120,121,122,126,128,132,133,134,135,139,140,141,148,150],activation_mod:128,activation_profile_nam:[119,126],actual:[23,41,53,138,140,150],adapt:[112,115,119,122,123,130,132,139,146,148,149,150],adapter1:[116,117,132],adapter2:132,adapter_count:[122,150],adapter_famili:117,adapter_id:[116,117],adapter_list:117,adapter_nam:[122,123,130,149,150],adapter_port:[123,130],adapter_port_uri:123,adapter_uri:149,add:[15,16,26,28,30,31,32,40,41,42,46,48,53,61,70,74,84,103,110,114,126,150],add_stylesheet:150,added:[15,24,27,28,31,35,36,39,40,41,42,43,46,53,60,63,70,71,104,110,122,150],adding:[27,45,63,120,150],addit:[3,15,16,20,22,23,29,36,37,38,39,49,50,52,54,59,62,70,77,82,85,95,96,97,98,104,106,107,114,116,117,118,119,121,122,123,124,126,128,130,131,132,134,136,137,139,141,142,143,144,145,146,147,149,150,151,152],addition:[24,49,60,103],additional_properti:[117,121,128,131,134,137,143,145,147,150],additionalinfo:82,address:[15,23,37,38,39,42,49,53,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],adequ:[28,48],adher:103,adhoc:[24,60],adi:15,adjust:[15,104,150],admin:38,administr:[31,48,82,104,142,144],adrdssu:[28,29,42,48],advanc:53,advis:67,aes:[132,139],affect:[62,117,128,134,150],after:[15,16,23,24,28,30,31,34,36,39,40,41,42,46,48,53,60,63,64,70,83,100,101,104,114,118,119,120,122,123,126,130,132,138,139,140,141,149,150],afterward:53,again:[83,114,150],against:[0,15,24,35,60,110,114,139,140,141,150],age:[23,35],age_stamp:35,agent:15,agil:0,aging:15,ahead:15,aibridg:15,aicon:15,aiexit:15,aildelai:15,aim:[4,5,11,12,13,14,15,17,18],aiqmax:15,airdelai:15,akpfreq:15,alarm:[129,135],algorithm:[0,15,28],alia:31,alias:[23,24,31,53,60],align:[53,109],all:[0,3,9,11,13,14,15,17,19,20,23,24,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,46,47,48,49,53,55,60,62,64,65,66,67,68,69,82,84,86,88,95,102,103,104,109,110,114,116,117,119,120,121,122,123,124,126,127,128,130,131,132,133,134,136,137,139,140,141,142,143,144,145,146,147,148,149,150],alldzon:95,alloc:[3,4,11,12,13,14,15,17,19,28,29,31,32,35,37,39,42,43,46,47,48,62,63,64,67,126],allow:[11,15,19,22,23,24,31,32,39,41,42,47,53,55,60,67,88,92,93,101,116,119,120,126,127,133,136,139,142,150],allow_status_except:[126,150],allow_uid:41,alltzon:95,aloadtim:[6,7,8,9,10],alon:[6,7,8,9,10,19,20],along:[53,64,65,84,100,150],alpha:[42,114,150],alphabet:[6,7,8,9,10,55,136],alphanumer:[15,49],alreadi:[4,5,11,12,13,14,15,17,18,27,31,32,34,39,42,46,53,63,83,95,96,97,98,116,118,119,123,124,130,132,136,139,141,142,144,146,149,150],also:[0,1,6,7,8,9,10,11,19,20,21,26,27,29,33,40,53,55,58,62,63,64,67,68,70,72,77,78,80,82,83,84,88,95,96,97,98,103,112,114,115,119,123,124,126,130,136,139,141,142,144,146,149,150,152],alter:82,altern:[15,16,22,23,24,60,110,150],although:[0,51,104,105,129,135],alwai:[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,23,25,27,28,30,31,32,33,34,38,40,41,42,43,44,45,47,48,53,62,64,65,66,67,68,69,81,82,83,103,104,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],am2:150,amaters:29,amod:39,amount:[5,15,29,32,42,63,64],analog:42,analysi:64,analysis_mod:64,analyz:64,angel:126,ani:[6,7,8,9,10,11,12,13,15,17,18,23,24,28,30,31,34,35,36,37,38,39,41,42,43,44,45,48,49,53,60,62,63,64,65,68,70,81,82,83,89,91,92,93,94,95,100,101,103,109,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],anoth:[15,23,27,30,31,33,40,41,42,43,53,150],ans1234:16,ansi:[31,53],ansibl:[1,3,4,5,9,11,12,13,14,15,16,17,18,19,20,21,23,24,25,26,27,28,29,30,31,32,33,34,39,40,41,42,45,46,48,49,50,52,53,54,56,58,60,61,68,69,70,71,72,74,75,77,78,80,81,82,83,84,86,89,90,91,92,93,94,95,96,97,98,99,100,101,104,106,107,108,109,112,114,115,123,127,130,132,133,139,149,150],ansible_collect:[0,103],ansible_collections_ibm_zos_cor:24,ansible_collections_ibm_zos_im:60,ansible_collections_ibm_zos_ims:60,ansible_config:[0,103],ansible_date_tim:30,ansible_fact:[24,36,53,60],ansible_hostnam:30,ansible_lint:[114,150],ansible_python_interpret:110,ansible_sample_workflow_:[83,100],ansible_sample_workflow_sy1:83,ansible_shell_execut:[54,71],ansible_vers:[31,39,46],ansible_workflowname_:83,ansiblemodul:[24,60],ansitest:[6,7,8,9,10],anymor:114,anyth:[107,120],anywher:[40,41],apar:[42,75,84],apf:[21,26,41,42,49,62],apfadm:27,apg:77,api:[0,1,3,6,7,8,9,10,15,19,20,24,27,30,40,41,42,52,53,60,72,75,77,82,84,86,95,96,97,98,99,103,106,109,112,113,114,116,117,118,119,120,121,122,123,124,126,127,128,130,132,133,134,136,139,141,142,144,145,146,148,149,150,151],api_polling_interval_second:[92,93,101],api_polling_retry_count:[92,93,101],api_vers:118,apist:[6,7,8,9,10],appar:15,appc:15,appear:[6,8,9,10,15,42,53,110],append:[15,27,30,31,33,34,35,40,41,103,104],applehelp:150,appli:[15,29,31,32,36,39,41,46,47,53,66,69,75,119,126,150,152],applianc:[132,139],applic:[0,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,28,31,34,35,41,42,48,58,62,63,66,68,69,77,84,89,91,92,93,94,97,102,104,109,120,146],applid:[6,7,8,9,10,15],applmajorv:[6,7,8,9,10],applmicrov:[6,7,8,9,10],applminorv:[6,7,8,9,10],approach:[86,132,139],appropri:[0,6,27,31,53,56,77,84,89,90,91,92,93,94,101,103,110],approv:114,approxim:[28,53],appveyor:150,april:56,arch_level:36,architectur:[50,53,107],archiv:[0,26,29,42,48,50,53,103,114,150],archive_folder_test:48,arcroot:28,area:[15,28,31,32,42,48],arg:[24,46,60],arg_def:23,arg_typ:22,argpars:[22,23],argument:[22,42,46,53,70,83,95,96,97,98,99,150],around:[24,41,53,60],arr:[95,98],arrai:[82,89,92,150],artifact:[0,104],artifici:[116,123,130,132,139,142,144,146,149,150],as_resourc:6,asa:[31,53],asa_text:31,ascii:[31,71],asi:15,asid:[37,38,39,53],asif:23,ask:110,asm:114,asma90:39,asr:15,asrd:15,assembl:[53,66],assert:[24,60],assert_called_with:[24,60],assign:[6,7,8,9,10,15,16,24,31,37,38,39,46,49,60,83,95,96,97,98,100,126,129,135],assist:[16,53,82,84,120],associ:[6,7,8,9,10,15,19,27,31,42,43,48,50,62,65,77,83,84,89,90,92,93,95,100,101,119,120,129,135,139,140,141,146],associated_system_defined_user_role_nam:146,associated_system_defined_user_role_uri:146,assum:[6,8,9,10,15,16,24,30,31,33,34,40,41,42,44,46,60,77,89,90,91,92,93,94,95,96,97,98,99,101,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149],asterisk:[27,29,38,44,95],asynchron:41,atb:[37,39],attach:[15,44,115,122,132,139,141,150],attempt:[31,32,39,92,93,101],attent:[82,114,129,135],attribut:[6,7,8,9,10,11,15,16,28,31,32,41,42,48,49,53,63,64,68,150],attribute1:[6,7,8,9,10],attribute2:[6,7,8,9,10],attribute3:[6,7,8,9,10],attribute4:[6,7,8,9,10],attribute5:[6,7,8,9,10],attribute6:[6,7,8,9,10],attributeerror:150,audit:[82,84],augment:25,autconn:15,auth:[42,103,150],auth_url:[0,103],authent:[6,7,8,9,10,15,24,60,75,80,82,83,86,89,90,91,92,93,94,95,96,97,98,99,100,101,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],authentication_typ:[142,150],author:[0,15,21,26,30,31,33,40,42,49,62,63,64,68,104,114,150],auto:[0,12,15,68,102,105,108,109,110,126,132,139],auto_commit:68,auto_reload:[31,39,46],autoasi:12,autocold:12,autocommit:68,autocvt:[24,60],autodb:[63,64],autodst:15,autogener:[132,139],autoinit:12,autoinstal:15,autom:[0,1,3,16,19,20,21,24,26,33,36,37,38,39,53,56,58,60,61,70,71,74,75,76,77,78,80,83,84,100,102,104,107,108,109,112,114,150],automat:[15,29,31,34,41,42,44,53,68,82,83,84,86,88,95,114,120,123,126,150],automation_hub:103,automationhub:[114,150],automov:[41,53],automove_list:41,autoresettim:15,autostart:12,autostart_overrid:12,autoswitch:15,autotag:[24,60],aux_temp_storag:[3,19],aux_trac:[3,19],auxiliari:[3,15,19],auxtr:15,auxtrsw:15,avail:[0,6,7,8,9,10,15,23,27,28,29,30,31,32,33,34,36,39,40,41,42,46,48,49,56,65,71,102,103,104,108,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],available_features_list:150,ave:23,avoid:[0,22,23,30,33,40,53,150],await:44,awar:[30,36],awx:0,b1bf361886a4:126,b352:39,b447:119,b4d3:142,b67c:[130,132],b9dd:142,b_text:39,back:[3,9,21,26,27,29,30,31,34,39,40,41,42,46,48,49,53,61,123,127,130,133,149,150],backout:[11,15],backoutonli:15,backref:40,backrefer:40,backslash:43,backup:[0,26,27,30,31,32,33,34,40,41,42,49,53,118,120,124],backup_compress:33,backup_location_typ:118,backup_nam:[27,29,30,31,33,40,41,42],backward:150,bad3:[139,141],bad:[53,150],bailei:23,bak:[27,30,31,33,40,41],bandit:150,bar:[15,28,31],basdefinev:[6,7,8,9,10],base64:42,base:[0,4,5,11,12,13,14,15,17,18,27,28,30,31,35,39,40,46,47,49,53,54,64,67,71,82,84,86,88,114,120,121,128,134,143,148,150],bash:[54,71],basi:[55,114,150],basic:[6,7,8,9,10,15,24,31,32,35,42,60,63,64,66,69,104,132,137,139,142],batch:[15,16,27,32,37,38,39,47,53,62,63,65,66,69,83,100],batch_result:[66,69],bc93:139,bd0a:[130,132],bdfeb245fc36:136,bear:53,becaus:[15,23,41,53,54,63,71,83,89,90,91,93,101,104,116,123,124,127,130,132,133,136,139,141,142,144,146,149,150,151],becom:[24,41,60,110,120,123,130,149],become_us:110,been:[0,16,22,24,29,31,33,38,39,42,48,53,60,84,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],befor:[4,5,11,12,13,14,15,17,18,20,23,24,27,28,30,31,39,40,42,46,49,53,56,60,62,63,64,71,86,92,93,101,103,104,109,110,114,118,119,126,127,133,150],beforehand:31,beg:38,begin:[15,23,27,30,31,38,39,40,44,46,63,64,74,83,100,129,135],beginnendn:30,behavior:[0,15,31,34,53,110,150],behaviour:9,behind:[24,53,60],being:[4,5,6,7,8,9,10,11,12,13,14,15,17,18,23,27,29,30,31,32,34,39,40,41,46,53,66,69,101,114,123,124,127,130,132,133,136,138,139,141,142,144,146,149,150],belong:[16,127,133],below:[3,15,24,42,53,55,60,82,100,110,117,120,128,132,134,139,150],benefici:[24,60],benefit:[24,60],besid:114,best:150,beta:[53,56,74,103,150],better:150,better_arg_pars:23,betterarg:22,between:[13,15,23,41,42,53,63,64,100,116,150],beyond:22,bf98:142,bfd3:[144,145],bgysc1310:27,bgysc1311:[30,40],bibliographi:150,big5:55,billabl:120,bin:[23,24,30,40,46,60,110],binari:[30,31,33,34,35,40,42,45,47,48,53,110],binconr:[6,7,8,9,10],binconsc:[6,7,8,9,10],bind:[66,124],binder:39,binsterr:[6,7,8,9,10],bit:[15,41,133],blake:23,blank:[5,18,42,49,53],bldl:15,blklgth:42,blksize:[28,39,48],block:[15,26,27,28,31,32,39,42,46,48,53,58,62,63,64,66,68,69,126],block_end_str:[31,39,46],block_siz:[28,31,32,42,48,63,64],block_start_str:[31,39,46],blog:[0,84],bluepag:[144,145],bmp:[63,64,68],bms:15,bodi:[6,7,8,9,10,30],bof:[30,40],book:[113,116,118,119,122,123,124,126,130,132,136,139,141,142,144,145,146,149],bool:[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,23,27,28,29,30,31,32,33,34,37,38,39,40,41,42,43,44,46,48,49,62,63,64,65,66,68,69,81,82,83,100,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149],boot1:132,boot:[126,129,132,135,139,141,150],boot_devic:132,boot_ftp_host:132,boot_ftp_insfil:132,boot_ftp_password:132,boot_ftp_usernam:132,boot_load_paramet:150,boot_network_devic:132,boot_network_nic_nam:132,boot_storage_devic:132,boot_storage_group_nam:[132,150],boot_storage_hba_nam:132,boot_storage_volum:[132,150],boot_storage_volume_nam:[132,150],bootstrap:63,bootstrap_dataset:63,both:[0,11,13,15,16,17,18,23,24,29,31,40,42,53,60,62,64,66,69,71,96,97,98,110,113,150],bottom:15,bound:77,box:[24,60,114],bpxprm00:30,bpxprmaa:41,bpxprmab:41,bpxprmxx:41,bpxw0003i:46,branch:[114,150],bridg:15,brief:0,bring:[1,21,58,72,78,112,150],brmaxkeeptim:15,broaden:150,broader:[1,19,21,58,70,72,74,78,84,112],broken:[24,60,74],brought:150,browser:114,buffer:[15,42,43,63,64],buffer_pool_param_dataset:[63,64],bug:[0,2,19,22,53,59,70,73,79,108,114,150],bugfix:0,build:[0,6,8,9,10,24,60,62,102,150],build_ignor:103,build_psb:62,builder:68,built:[0,15,19,22,62,103,114,150],builtin:45,bundl:[6,7,8,9,10,118,119,150],bundle_level:[118,119],bundledir:7,busi:43,buster:150,button:114,bwo:15,bypass:[31,110],byte_count:[37,39,42,53],bz2:[28,48,53],bzip:48,c05076d24d80016e:139,c1d5e2c9e3c5e2e3:[6,7,8,9,10],c3f6:126,c44338de:119,ca_cert:[116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],cab:[39,53],cach:[9,15],cadenc:0,calcul:[15,28,150],call:[15,19,24,27,30,32,37,40,41,53,55,60,62,65,66,67,69,70,75,77,81,95,96,97,98,99,150],callabl:42,can:[1,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,23,24,25,26,27,28,29,30,31,32,33,34,35,37,38,39,40,41,42,43,45,46,48,49,53,54,55,56,60,61,62,63,64,66,67,68,69,70,71,75,76,80,81,82,83,84,86,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,109,112,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],cancel:[16,38,39,53],candid:[6,7,8,9,10,139,150],candidateassign:[6,7,8,9,10],candidatedescript:[6,7,8,9,10],candidategroup:[6,7,8,9,10],candidatenam:[6,7,8,9,10],candidateoverrid:[6,7,8,9,10],candidatesystemgroup:[6,7,8,9,10],candidatetyp:[6,7,8,9,10],candidateusag:[6,7,8,9,10],candidatevers:[6,7,8,9,10],cannot:[23,30,40,42,49,63,64,68,83,110,114,116,119,123,124,126,130,132,136,139,141,142,144,146,149,150],canon:119,cap1:120,cap:[126,132,139],capabl:41,capac:[0,53,113,115,116,126,139,150],captur:[40,53,89,91,93,101,127,133],card:[15,37,39,53,116,122,130,139,150],carefulli:110,cat:[0,30,63,64],catalog:[3,15,19,27,30,31,32,33,34,35,39,40,41,42,53,58,61,68,70,84,86,91,93,101],catalog_service_nam:101,catalog_service_namm:101,catalogu:53,categori:[0,3,82,83,84,97,101],category_nam:101,catlg4:47,catlg:[53,63,64],caught:53,caus:[15,24,37,39,53,62,64,70,114,117,119,121,126,128,129,131,132,134,135,137,143,145,147,150],caution:[31,53],cbcaf7a0:[144,145],cbp:126,cbu:120,cca:[116,122],ccg:47,cchh:49,ccsid:[15,41,55],cctext:65,cdsa:15,cdsasz:15,cedf:[6,7,8,9,10],cedfstatu:[6,7,8,9,10],ceemsg:15,ceeout:15,cell:114,cemt:16,center:15,central:[15,70,126],certain:[24,60,63,67,76,80,88,120,126,136,139,142,144,146,150],certexpirywarn:15,certif:[6,7,8,9,10,15,53,81,82,83,100,109,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],certifi:[1,19,21,52,53,58,70,72,74,78,84,103,104,106,107,109,112,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],cesd:16,cf79:119,cfg:[0,45,103,104],chain:[6,7,8,9,10,15,47,53,81,82,83,100],chang:[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,23,24,27,30,31,32,33,37,38,39,40,41,42,43,44,46,54,56,60,62,63,68,70,71,74,81,82,83,101,103,110,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],change_record_numb:101,changeag:[6,7,8,9,10],changeagrel:[6,7,8,9,10],changed_when:[127,133],changedataset:82,changelog:150,changetim:[6,7,8,9,10],changeusrid:[6,7,8,9,10],channel:[107,114,116,122,126,139],chapter:150,charact:[6,7,8,9,10,11,15,16,19,23,27,28,29,30,31,33,34,35,38,39,40,41,42,43,44,46,49,53,57,64,136,145,150],characterist:42,charset:[30,31,33,34,40,46],chdir:46,check:[4,5,14,15,23,24,26,31,32,34,41,48,49,53,60,63,82,83,100,114,140,150],check_format:27,check_req:114,check_timestamp:[63,70],checker:150,checkout:114,checkpoint:[63,64],checksum:[31,34],child:[119,132,150],chkstrm:15,chkstsk:15,chmod:42,choic:[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,23,27,28,29,30,31,32,35,39,40,41,42,46,48,53,54,62,63,64,66,69,70,71,82,83,100,116,118,119,120,122,123,124,126,130,132,136,138,139,140,141,142,144,146,149],chomp:42,choos:[16,24,35,56,60,103],chosen:55,chown:[28,31,48],cic:[2,5,18,19,20,27,89,91,92,93,94,102,105,108,109,110],cics13:35,cics_data_set:[3,11,12,13,15],cicsapi:[6,7,8,9,10],cicsbundl:[6,8],cicsdefinitionbundl:[7,8,9,10],cicsdefinitionprogram:9,cicslocalfil:9,cicsplex:[1,3,15,19,20],cicsprogram:6,cicsregion:9,cicssi:[6,8,9,10],cicssvc:15,cicsts61:[3,11,12,13,15],cilock:15,circumv:150,circumvent:150,citi:23,clarifi:150,classic:[115,117,119,121,134,146,148,150],classifi:20,clean:[0,53,104,114,150],clean_staging_dataset:63,cleanup:[114,150],clear:[24,60,110,126,127,133,150],clear_ind:[126,150],cli:[20,31,34],click:[114,150],client:[1,6,7,8,9,10,15,45,81,82,83,100,102,103],clintcp:15,clist:46,clock:126,clone:[0,103,114],close:[15,30,114],cloud:[84,86,87,89,90,91,93,94,103],clsdstp:15,clt:15,cluster:[35,42,53,126],cma:[6,7,8,9,10,15],cmci:[1,3,6,7,8,9,10,19],cmci_:0,cmci_act:[3,19],cmci_cert:[6,7,8,9,10],cmci_creat:[3,19],cmci_delet:[3,19],cmci_get:[0,3,6,8,10,19],cmci_group:19,cmci_host:[6,7,8,9,10],cmci_kei:[6,7,8,9,10],cmci_password:[6,7,8,9,10],cmci_port:[6,7,8,9,10],cmci_upd:[3,19],cmci_us:[6,7,8,9,10],cmd:[16,30,31,40,41,42,43,46,53],cmdprot:15,cmdsec:15,cna:150,cnv:[39,53],cobolsrc:31,coboltyp:[6,7,8,9,10],cobu:35,cod:120,code:[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,24,27,30,31,34,35,37,38,39,41,42,43,46,47,49,53,55,60,62,63,64,65,66,67,68,69,82,118,150],codec:110,cogpsbl2:69,cogpsbl:69,cold:[12,13,15],colleciton:150,collect:[1,2,3,11,15,16,19,20,21,24,25,26,36,37,38,39,50,51,52,53,54,56,58,60,61,67,70,71,72,74,75,76,77,78,80,84,85,86,88,89,90,91,92,93,94,95,96,97,98,99,101,102,103,105,106,107,108,109,112,114,115,142,150,151,152],colo:[132,139],colon:[66,69],column:[42,53,114],com:[6,7,8,9,10,81,95,96,97,98,99,103,114,144,150],combin:[6,8,9,10,23,42,62,70,114,116],come:[36,50,51,102,105],comma:35,command:[0,6,7,8,9,10,15,16,20,21,24,26,27,28,30,31,34,35,41,42,44,46,48,49,53,55,58,60,61,62,71,80,82,95,96,97,98,99,103,104,107,109,110,114,115,122,129,132,135,139,150],command_input:62,comment:[0,2,22,31,39,40,41,46,59,73,77,79],comment_end_str:[31,39,46],comment_start_str:[31,39,46],commit:[68,114,150],common:[15,27,29,30,33,34,39,40,52,53,104,106,107,150],commun:[2,15,16,22,46,51,59,73,79,102,103,104,105],communicationsserv:15,comn01:27,comnuc:35,compar:[32,35,83,126,150],compat:[28,150],compil:[44,66,67,69,150],complement:50,complet:[6,8,16,24,31,32,37,38,39,41,43,46,49,53,60,65,67,83,84,88,89,90,91,92,93,101,118,119,126,139,141],complete_check_delai:100,complete_check_tim:100,complex:[0,6,8,9,10,23,28],complex_filt:[6,8,9,10],complianc:70,compliant:150,complic:[6,8,9,10],compon:[15,20,35,53,56,72,75],compos:[6,7,8,9,10],compress:[28,29,33,48,62,70],comput:[28,31,36,53],concaten:[15,42,62,63,64,68],concept:116,concurr:[6,7,8,9,10,15,62,127,133],cond:[37,39],condit:[0,11,12,13,15,17,18,31,44,49,53,95,129,135,150],condition:53,conf:[31,114],confdata:15,config:[24,60,150],configur:[6,7,8,9,10,15,19,22,23,27,30,31,33,39,40,41,46,53,54,59,71,75,77,82,83,84,86,89,101,102,103,104,109,110,112,115,116,118,132,139,140,141,146,150],conflict:[0,83,100,150],conform:[15,63],conftxt:15,confus:150,conjunct:[0,22,42],connect:[0,3,6,7,8,9,10,15,20,24,44,60,75,86,102,103,110,124,139],connect_vers:[6,7,8,9,10],conntent:132,consecut:[64,136],consid:[15,23,24,35,41,42,46,60,63,64,83,114,126,127,129,133,135],consist:[15,53,83,100,103,104,150],consnam:16,consol:[15,16,43,103,104,112,113,114,115,118,124,136,139,142,144,145,146,150],consolid:62,consosl:150,constant:[24,60],constraint:[114,150],construct:[15,30,40,132],consult:[6,31,53],consum:150,contact:[24,60,110],contain:[0,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,23,24,26,27,28,29,30,31,34,35,37,38,39,40,41,42,43,44,45,46,49,53,60,61,62,63,64,67,68,70,76,80,82,84,88,89,95,96,97,98,99,104,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],content:[1,2,4,5,11,15,16,17,18,19,21,22,23,24,29,30,31,32,34,35,37,39,40,41,42,43,44,47,48,49,52,53,58,59,60,62,63,64,66,68,69,70,72,73,74,78,79,83,84,88,100,103,104,106,107,109,110,112,114,126,132,150],content_typ:[37,39],context:[6,7,8,9,10,19],contigu:15,continu:[0,15,31,34,39,42,46,53,110],contribut:[102,104],control:[0,3,6,7,10,11,12,15,16,20,25,26,28,31,34,39,41,42,46,48,49,50,53,56,58,61,62,63,64,66,67,68,71,82,83,84,89,91,92,93,94,100,103,110,120,122,126,127,132,133,139,142,150],control_domain:122,control_stat:63,convent:[29,31,63,103],convers:[15,28,29,30,31,33,34,40,48,120,150],convert:[16,30,31,33,34,37,38,39,40,41,46,53,55],coordin:[53,102],copi:[6,7,8,9,10,15,21,24,26,28,34,37,39,41,42,46,48,50,53,55,60,66,69,103],coprocessor:[122,132,139],core:[0,20,25,26,41,50,52,53,54,56,58,70,102,105,106,108,109,110,114,126,150],corp:36,correct:[30,31,40,53,150],correctli:[46,53,110,150],correspond:[6,15,28,31,34,41,46,48,53,64,67,99,104,107,108,114,126,144,150],corrupt:53,cost:54,could:[0,24,31,37,38,39,46,49,53,60,83,150],count:[9,15,37,39,44,116,120,136,138,139,150],counter:[15,132,139],countri:23,coupl:[0,15,120],cover:[19,84,112,113,114,150],coverag:[70,114,150],coveral:150,cpc1:[117,119,128,131,134,146,148],cpc2:146,cpc:[115,116,117,120,122,123,126,127,128,129,130,131,132,133,134,135,139,140,141,146,149,150],cpc_api_featur:148,cpc_list:[121,138],cpc_name:[116,117,122,123,126,127,128,129,130,131,132,133,134,135,139,140,141,148,149],cpca:[117,119,121,128,131,132,134,139],cpca_sg_mgmt1:139,cpca_sg_part1:119,cpca_sg_part2:119,cpid:126,cplevel:[127,133],cpm_template_nam:93,cpsm610:15,cpsm:[6,7,8,9,10,15],cpsm_data_set:15,cpsm_reason:[6,7,8,9,10],cpsm_reason_cod:[6,7,8,9,10],cpsm_respons:[6,7,8,9,10],cpsm_response_cod:[6,7,8,9,10],cpsmconn:15,cpu:[36,37,39,112,126],creat:[0,1,3,5,10,18,19,21,24,27,28,29,30,31,32,33,35,37,38,39,40,41,42,44,46,48,49,53,60,62,63,65,68,69,72,74,76,83,84,86,88,90,95,96,97,98,100,103,104,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],create_dataset:[24,60],create_paramet:7,createinstancedirectori:83,createno:68,createy:68,creation:[5,18,32,53,77,83,100,114,138,150],creation_d:[35,37,38,39],creation_tim:[37,38,39],credenti:[74,81,82,83,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149],creslib:67,cresp1:[6,7,8,9,10],cresp2:[6,7,8,9,10],criteria:[6,8,9,10,16,35,37,38,64,77],critic:[42,88,129,135],crl:15,crlprofil:15,cross:[15,68,132,139],crt:81,cryp00:122,cryp01:122,crypto1:122,crypto:[115,116,132,139,150],crypto_adapter_nam:132,crypto_adapter_uri:132,crypto_configur:[122,132],crypto_domain_configur:132,crypto_numb:150,crypto_typ:[116,122,150],cryptograph:146,cryptographi:150,cryptographydeprecationwarn:150,crystal:23,csd:[3,7,9,10,15,16,19],csdacc:15,csdapi:[6,7,8,9,10],csdbkup:15,csdbufnd:15,csdbufni:15,csdcopi:6,csddisp:15,csddsn:15,csdfrlog:15,csdgroup:[6,7,8,9,10],csdinteg:15,csdjid:15,csdlsrno:15,csdrecov:15,csdrecovsystem:15,csdrl:15,csdstrno:15,csdup:11,csi:88,csi_data_set_nam:95,csi_query_respons:95,csi_query_response_fil:95,csp:47,cspf1:[122,132],csvapf:27,ctl:65,cts610:15,cull:35,curl_ca_bundl:[116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149],currency_symbol:23,currency_typ:23,current:[0,2,4,5,11,12,13,14,15,17,18,22,23,27,28,31,34,35,38,42,48,49,54,56,59,66,68,69,71,72,73,79,82,83,89,93,100,101,103,114,117,120,121,126,128,132,134,139,140,142,148,150],currentloc:[6,7,8,9,10],currnetli:132,currtask:9,custom:[3,15,16,22,27,28,30,31,48,67,76,89,91,92,93,94,126,136],customiz:30,cve:150,cwa:15,cwakei:15,cycl:[56,109],cyl:[4,5,11,12,13,14,15,17,18,28,29,31,32,39,42,48,49],cylind:[4,5,11,12,13,14,15,17,18,49],cyp:[24,60],d0000101:[37,39],d0000102:[37,39],d0000103:37,d112:116,d113:139,d17:47,d52:47,d67:47,dae:15,dai:[15,35,64,114],dapter_count:150,darv1:42,dasd:49,data:[1,3,6,7,8,9,10,11,12,13,14,19,21,22,23,25,26,27,33,37,39,41,42,46,47,49,50,53,54,55,58,61,62,63,64,65,66,67,69,70,71,88,90,96,97,98,110,116,117,118,119,121,122,123,124,126,128,130,132,134,136,139,141,142,144,145,146,148,149,150],data_class:[63,64],data_set:[11,15,23,29,35,39,53,66,69],data_set_bas:23,data_set_memb:23,data_set_nam:[3,4,5,11,12,13,14,15,17,18,27,42],data_set_or_path:23,data_set_organ:[4,5,11,12,13,14,15,17,18],data_set_typ:34,data_stor:41,databas:[15,31,42,58,62,63,64,66,67,68],datacla:39,dataloc:[6,7,8,9,10],dataset:[24,27,28,29,30,31,32,33,34,35,39,40,41,42,47,48,49,53,60,62,67,68],dataset_nam:[63,64],datasetcreateerror:[24,60],date:[15,23,27,35,37,38,39,53,56,114,127,129,135,150],datform:15,db2:[89,91,92,93,94],db2conn:15,db2entri:15,db2f0bec:[130,132],db2run:30,db2sms10:29,db2ssid:30,db682456:139,dbc1:43,dbctl:15,dbctlcon:15,dbd1:[62,66],dbd2:[62,66],dbd3:[62,66],dbd4:62,dbd5:62,dbd6:62,dbd:[58,61,62,63,64,67],dbd_lib:[62,63,64,67],dbd_name:[62,66],dbdgen00:39,dbdgen:[39,66,70],dbdlib1:62,dbdlib2:62,dbdlib3:62,dbdlib:[39,62,63,64,66,67],dbdname:62,dbdsrc:39,dbf000:64,dbrc:[58,61,63,64],dbrc_output:67,dbrm:31,dbver:64,dcb6d966:124,dcb:37,dd_concat:[42,53],dd_data_set:[42,53],dd_dummi:42,dd_input:[42,53],dd_name:42,dd_output:42,dd_unix:[42,53],dd_vio:42,ddde026c:119,ddl:[58,61],ddmmyi:15,ddnama:53,ddname:[37,39,47,53,66,69],dds:[42,53],deactiv:[15,119,120,126,150],dead:41,deal:150,debug1:[83,100],debug:[15,24,60,62,90,150],debugtool:15,dec:56,decid:53,decim:[15,28,31,41,48,116,119,123,124,126,130,132,136,139,141,142,144,146,149,150],declar:[3,150],decod:[53,110],decodeerror:53,decompress:29,decreas:120,dedbjn21:66,dedbjnv1:66,def:[11,23,24,60],default_group_nam:142,default_group_uri:142,default_sysout_class:15,defect:120,defer:15,defin:[4,5,7,11,12,13,14,15,16,17,18,22,27,28,29,30,31,32,39,41,42,46,48,49,53,55,63,64,66,68,70,72,82,83,90,95,96,97,98,104,110,114,116,118,119,120,123,124,126,130,132,136,139,141,142,143,144,146,147,149,150],definesourc:[6,7,8,9,10],definetim:[6,7,8,9,10],definit:[1,3,6,8,11,12,15,16,19,23,37,39,42,58,61,66,83,100,115,136,142,150],degrad:[132,139],delai:[15,42,53,142],deleg:[0,20,109],delegate_to:[20,86],delet:[1,3,4,5,11,12,13,14,15,17,18,19,27,28,29,31,32,34,39,42,47,48,53,62,63,64,67,70,72,76,83,100,114,116,123,124,126,130,132,136,138,139,141,142,144,146,149,150],delete_dbd_by_vers:64,delimit:31,deliv:0,deliveri:15,demand:[15,113,120],demetri:23,demo01:49,demo02:49,demo03:49,demo0:49,demo:[39,84],demonstr:[19,53,104,138],deni:[24,60],denot:103,depend:[0,20,22,26,28,31,32,36,42,48,53,54,56,59,71,83,84,86,92,103,108,109,110,114,127,133,145,150],dependabot:[114,150],dependebot:114,deploy:[0,102,104],deprec:[19,110,114,142,150],deprovis:[1,3,19,89,92,94],depth:23,deriv:15,des:[132,139],describ:[0,27,30,31,33,40,41,43,56,63,64,65,66,92,95,96,97,98,99,113,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],descript:[6,7,8,9,10,23,24,53,60,62,67,77,82,83,89,95,100,114,116,117,119,121,122,123,124,126,128,130,132,134,136,139,141,142,144,146,148,149,150],descriptor:[15,37,38,39,49,58,62,66,82,84,86],design:[22,23,24,60,114],desir:[23,24,28,32,41,42,48,53,60,82,83,116,117,119,120,122,123,124,126,128,130,132,134,136,138,139,140,141,142,144,146,149,150],desktop:109,dest:[28,31,33,34,47,48,53,66,69],dest_creat:31,dest_data_set:[28,31,48,53],dest_dataset:53,dest_path:48,dest_stat:28,dest_volum:48,destin:[5,15,18,27,28,29,30,31,33,34,39,40,41,46,48,53,55],destination_attribut:31,destinatt:41,destmem:31,detach:[122,140],detail:[0,3,6,8,9,10,16,25,31,53,71,75,84,86,95,104,108,109,114,116,117,119,120,121,122,123,126,128,130,132,134,140,148,149,150],detect:[15,31,34,39,46,48,53,83,100,116,122,139],determin:[0,6,7,8,9,10,15,23,29,31,33,35,39,41,42,46,48,53,55,63,64,82,83,84,96,97,98,103,104,126,127,129,133,135,150],dev1:[41,114],dev2:41,dev3:41,dev4:41,dev5:41,dev6:41,dev7:41,dev9:41,dev:[103,132,139,150],develop:[52,56,102,106,150],devic:[15,16,29,31,41,42,43,49,118,126,130,132,139,141],device_numb:[123,130,149],dfb2147a:[116,119],dfh:[9,15,27],dfhauxt:[5,15],dfhbuxt:[5,15],dfhccutl:13,dfhcnv:15,dfhcsd:[11,15],dfhcsdup:[11,16],dfhcxrf:15,dfhdip:15,dfhdmpa:[15,18],dfhdmpb:[15,18],dfhgcd:[3,12,15],dfhintra:[15,17],dfhlcd:[13,15],dfhlist:15,dfhlrq:[14,15],dfhrmutl:12,dfhrpl:15,dfhsip:15,dfhsm0136i:15,dfhstart:15,dfhtcp:15,dfhtemp:[4,15],dfhterml:15,dfltuser:15,dfs3139i:44,dfs3id00:68,dfs3pu00:63,dfs3pu10:64,dfs4434i:63,dfs4810i:64,dfs671i:64,dfscp001:63,dfsdf_member:[63,64,70],dfsdfcat:[63,64],dfsdfxxx:[63,64,68,70],dfsmsdss:[28,29,48],dfsmsrmm:82,dfsort:42,dfsrrc00:42,dfsvsmhp:[63,64],diagnost:[6,7,8,9,10,43,132,139],dialog:114,dict:[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,23,27,28,29,31,32,33,34,36,37,38,39,41,42,44,46,47,48,49,63,64,65,66,67,69,82,83,89,92,93,100,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],dictionari:[6,8,9,10,15,23,24,27,36,37,38,53,60,89,92,93,116,119,120,123,124,126,130,132,136,139,141,142,144,146,149,150],did:[41,53,82,114,150],differ:[0,3,6,8,9,10,15,20,23,26,28,31,32,34,39,46,53,54,56,61,63,68,71,80,83,100,126,146,150],difficulti:150,digit:[38,49,63,64],dip:15,dir:[30,31,40],direct:[24,31,34,42,49,60,120,139],directli:[11,15,24,31,60,62,63,68,95,142,144],directori:[0,15,23,25,28,31,32,33,34,35,39,40,41,42,46,48,53,54,63,64,68,71,83,89,90,91,92,93,94,95,96,97,98,101,103,110,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],directory_block:[28,31,32,42,48],directory_dataset:63,directory_staging_dataset:63,disabl:[6,7,8,9,10,15,142,150],discard:[8,19],discord:107,discourag:[54,71],discov:[114,139,150],discover_timeout:139,discover_wait:139,discoveri:[139,150],discuss:[53,104,107],disk:[49,53,126],dismacp:15,disp:[30,31,32,39,40,53],dispatch:15,displai:[15,26,27,43,53,84,86,89,90,91,93,95,96,97,98,99,101,114,150],disposit:[15,30,32,40,42,63,64],disposition_abnorm:[42,53],disposition_norm:[42,53],disrupt:[60,142],dist:114,distinguish:124,distribut:[15,71,102,103,110,114,150],divis:[24,60],dli:[63,64,68],dlib:95,dlord6:39,dmod:[30,53],dmp:119,dmy:37,dns:[126,132,139],doc:[0,6,7,8,9,10,24,26,53,60,74,80,95,96,97,98,99,110,114,115,150],doccodepag:15,docker:150,docs_build:114,docs_loc:114,docsloc:114,doctor_appointment_d:23,document:[1,3,6,8,9,10,15,19,20,21,25,26,30,31,33,34,39,40,41,42,44,46,50,53,58,61,62,70,71,72,74,75,76,78,80,82,84,86,87,88,102,104,107,110,112,115,150],documentaion:150,doe:[0,4,5,11,12,13,14,15,16,17,18,23,24,28,31,32,34,35,40,42,46,48,49,53,60,62,63,66,68,69,82,83,100,114,116,117,120,123,124,126,127,128,130,132,133,134,136,138,139,140,141,142,144,146,149,150],doesn:[4,6,7,10,11,12,13,14,17,31,95,96,97,98,110],doing:[31,34],domain:[13,15,93,122,132,150],domain_config:122,domain_index:132,domain_nam:93,domain_name_restrict:144,domain_name_restrictions_ldap_server_definition_nam:144,domain_name_restrictions_ldap_server_definition_uri:144,domain_rang:122,don:[20,34,41,42],done:[27,30,31,34,36,40,41,86,114,150],dopt:[63,68],dot:103,dotal:44,doubl:[29,30,43,53],down:16,download:[54,71],dpm:[115,119,121,128,146,148,150],dpm_enabl:[121,148],draft:114,drain:41,drive:[0,24,60,82,86],drop:[42,68,150],dropdown:103,ds1:[27,42],ds2:27,ds3:27,ds_name:[24,30,60],ds_name_2:30,dsa:15,dsalim:15,dsed:40,dsedhelp:40,dshipidl:15,dshipint:15,dsi:44,dskeylbl:42,dsmembr1:66,dsmembr2:66,dsmembr3:66,dsmembr4:66,dsn120:47,dsn130:47,dsn210:47,dsn3epx:43,dsn:[3,4,5,11,12,13,14,15,17,18,30,39],dsname:[9,15,24,47,60],dsncat:47,dsntep12:30,dsntep2:30,dsntype:42,dsrtpgm:15,dtrpgm:15,dtrtran:15,due:[0,24,60,150],dummi:[37,39],dummy_dict:[24,60],dump:[3,15,19,29,63,132],dumpd:15,dumpsw:15,dupact:6,duplic:[53,63,70,150],duplist:63,durat:[37,39,53],dure:[4,5,11,12,13,14,15,16,17,18,23,24,29,30,31,32,34,37,40,41,42,43,44,48,53,60,62,68,75,81,82,83,86,104,126,150],duretri:15,dynalloc:[53,67],dynam:[15,27,63,67,72,76,116,122,123,130,132,139,140,141,149],dynamic_allocation_dataset:67,dynamic_programview:68,dynamicprogramview:68,dynamstatu:[6,7,8,9,10],dzp:29,e03d413a:139,e0ea33d6:139,e1274d16:122,e30bb920f912:83,e3a63476c2f8:146,e578:[116,119,122,130,132,139],e730:[6,7,8,9,10],e8c098cb:146,e8d8:49,each:[0,3,6,7,8,9,10,15,19,24,26,28,30,31,32,41,42,46,47,48,51,52,53,54,55,56,60,61,63,66,67,69,71,76,80,84,86,88,92,93,100,101,102,103,104,105,106,107,109,114,115,116,117,119,120,121,127,128,131,133,134,137,138,143,145,146,147,150],earlier:[103,150],easi:[0,84,86,88,102,104,114],easiest:0,easili:[0,41,104,150],ebcdic:[37,39,55],ec33017a:43,ec33018a:36,ecdsa:15,ecdsasz:15,ecosystem:102,edc5129i:110,edd782f2:[139,141],edg:82,edit:[21,30,83,114],edsalim:15,eee82e26937c:126,effect:[4,5,11,12,13,14,15,17,18,24,42,114,150],effort:102,eibfn:[6,7,8,9,10],eibfn_alt:[6,7,8,9,10],eight:31,either:[6,8,9,10,12,15,20,23,27,28,29,30,31,33,34,35,40,41,42,43,44,48,53,62,63,64,70,81,83,84,86,100,104,109,114,150],eject:15,elaps:[15,43,53],element:[6,8,9,10,15,23,27,28,32,35,36,37,38,39,41,42,44,45,47,48,49,55,62,63,64,65,66,67,68,69,70,82,116,117,119,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,139,141,143,145,146,147,148,149,150],element_id:144,element_uri:[144,145],elev:110,elig:[6,7,8,9,10,15,64],els:31,email:[142,144,145],embed:53,emerg:[15,53],empti:[4,5,11,13,14,15,17,18,28,31,36,39,46,53,63,65,66,69,114,116,119,120,123,124,126,130,132,136,139,141,142,144,146,149,150],emul:39,enabl:[0,15,16,30,32,40,42,45,50,53,63,64,68,102,103,104,109,120,122,126,132,139,146,150,151],encapsul:[41,151],enclos:46,encod:[21,23,26,30,31,34,39,40,42,45,46,48,53,55,71],encount:[39,42,53,110],encourag:[0,2,22,41,59,73,79,104,107],encrypt:[42,81,82,83],encryption_key_1:42,encryption_key_2:42,encryptptkt:15,end2end:[114,150],end2end_mock:[114,150],end2end_show:150,end:[4,5,6,8,9,10,11,12,13,14,15,17,18,23,24,27,28,30,31,37,38,39,40,42,46,48,49,53,56,60,77,89,90,91,92,93,94,101,114,126,129,135,138],end_stat:[4,5,11,12,13,14,15,17,18],endpoint:109,enf:15,enforc:[15,29,41,53],engin:[31,39,46,144],enhanc:[49,53,70,71,114,150],enrich:150,ensur:[4,5,12,13,14,17,20,24,27,28,30,31,33,34,40,41,42,48,49,53,60,110,116,119,120,122,123,124,126,130,132,136,139,140,141,142,144,146,149,150],ensure_pres:150,enter:[0,56,77,81],enterpris:[0,20,24,53,56,60,70,71,102,109,110],entir:[4,5,11,12,13,14,15,17,18,29,32,42,53,64,68,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149],entiti:27,entitl:0,entri:[5,6,7,8,9,10,15,27,37,39,41,42,45,49,53,95,150],entrypoint:[6,7,8,9,10],env:150,enviorn:15,environ:[6,7,8,9,10,15,24,28,31,34,46,48,60,71,72,76,103,104,110,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],environment_var:[62,63,64,67,68],environmenterror:[24,60],eod:37,eodi:15,eof:[30,40],eol:56,ep11:[116,122],epcdsa:15,epcdsasz:15,epudsa:15,epudsasz:15,equal:[6,8,9,10,35,41,120],equival:[6,7,8,9,10,24,60,63,67],erdsa:15,erdsasz:15,errno:[24,60,110],error:[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,24,27,29,30,31,35,37,39,40,41,42,46,53,60,63,64,66,68,69,70,82,84,95,96,97,98,102,104,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],errorcod:[6,7,8,9,10],errormax:63,erroroper:[6,7,8,9,10],esa:49,escal:[27,30,31,33,40],escap:[43,44,46,53],esd:[31,32,42,63,64],esdsa:15,esdsasz:15,esm:15,esmexit:15,essenti:[31,34,53],establish:[6,7,8,9,10,15],estim:[15,37],etc:[23,30,31,34,35,39,40,42,43,46,52,84,100,103,106,114],euccn:55,eucjc:55,eucjp:55,euckr:55,euctw:55,eudsa:15,eudsasz:15,evalu:[16,37,38,53],even:[9,15,25,29,31,53,120,132,150],event:[15,53],everi:[15,30,40,53,95,96,97,98,150],everyth:28,exact:150,exactli:29,examin:[35,110,150],exampl:[0,1,3,20,22,26,52,53,55,56,71,103,104,106,110,114,115,150],example1:65,exampledbd:66,exce:[15,27],exceed:[37,53],except:[15,20,23,24,41,53,60,84,96,116,123,124,126,130,132,136,139,141,142,144,146,149,150],excl:[63,64],exclam:[37,39],exclud:[15,16,28,29,35,41,48,53,119,146,150],exclude_sourc:28,exclus:[6,8,9,10,22,27,42,48,53,62,63,70,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,139,140,141,142,143,144,145,146,147,148,149],exec:[15,37,39,47,83,100],execkei:[6,7,8,9,10],execut:[0,3,4,5,11,12,13,14,15,16,17,18,20,21,23,24,25,26,27,28,29,30,31,32,33,34,35,37,38,39,40,41,42,44,46,48,49,50,53,54,60,61,62,64,66,67,68,69,71,80,95,96,97,98,99,100,104,114,115,116,117,118,119,120,121,122,123,124,125,126,128,129,130,131,132,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],executionset:[6,7,8,9,10],exempt:[31,34,39,46,48],exercis:31,exist:[0,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,23,28,29,30,31,32,34,40,42,46,48,49,53,60,63,66,69,71,82,83,95,96,97,98,100,104,116,123,124,126,130,132,136,138,139,141,142,144,146,149,150],existingassign:[6,7,8,9,10],existingdescript:[6,7,8,9,10],existinggroup:[6,7,8,9,10],existingnam:[6,7,8,9,10],existingoverrid:[6,7,8,9,10],existingsystemgroup:[6,7,8,9,10],existingtyp:[6,7,8,9,10],existingusag:[6,7,8,9,10],existingvalu:[83,100],existingvers:[6,7,8,9,10],exit:[15,28,31,53,92,93,101],exitlib:67,expand:[28,39,40,50,62,126,132,139,142,150],expand_crypto_adapt:[132,150],expand_storage_group:[132,150],expanded_exclude_sourc:28,expanded_sourc:28,expans:28,expect:[23,24,31,32,35,49,60,66,69,80,82,92,93,101],expected_result:82,expir:[15,136,142],expiri:15,explain:[19,22,24,60,84],explan:[0,39],explanatori:45,explicit:15,explicitli:[47,53,126,150],exploit:41,express:[6,8,9,10,25,30,35,40,44,53,113,116,117,122,139,145,150],ext:[37,39],extend:[15,28,33,41,42,53,56,118,132,139,150],extens:[29,114],extent:53,extern:[6,7,8,9,10,15,42,89,90,103],external_nam:[89,90,93],external_software_nam:90,extpref:35,extract:[16,37,38,48,53],extractor:150,extreq:35,exxdsa:15,eyj0b2tlmvhcmvyiiwici:81,eyj0exaioijkv1qilcjhbgcioijsuzi1nij9:81,eyu_cicsnam:[6,7,8,9,10],eyu_cicsrel:[6,7,8,9,10],eyu_reserv:[6,7,8,9,10],eyuda:[6,7,8,9,10],f02e2632:[139,141],f1b97ed8:132,f433:[119,130,132],f44a39cd42f9:[144,145],f651:146,f76ac7fb8b82:142,f920:39,fabric:[116,139],face:0,facil:[15,26,28,31,48,49,53,62,63,64,78,82,84,85,120],fact:[0,26,29,30,115,116,118,119,120,122,123,124,126,130,132,136,139,140,141,142,144,146,149,150],factor:[0,142],fail:[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,27,30,31,32,34,36,38,39,40,42,46,48,53,65,68,82,83,84,104,114,126,139,140,142,150],fail_on_miss:34,fail_on_nodata:[9,19],failur:[0,16,22,23,27,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46,47,49,53,62,66,68,69,92,93,101,110,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],fall:[31,34,39,46,48],fallback:53,fals:[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,23,24,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,46,47,48,49,53,60,62,63,64,65,66,67,68,69,70,77,81,82,83,89,90,91,92,93,94,95,96,97,98,99,100,101,110,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149],famili:[116,117,119,122,130,139],faq:102,far:[24,60],fast:[36,42],fb22d4a2:145,fba:[28,31,32,42,48,63,64],fcp:[116,119,123,132,139,141,150],fcp_120_san1_02:[116,119],fcp_124_san1_03:139,fcqronli:15,fct:15,featur:[0,2,15,22,50,59,73,79,115,120,123,132,139,140,141,150],feb:[37,56],februari:37,feedback:[6,7,8,9,10,19],fepi:15,fetch:[21,26,28,31,41,50,53,150],fetchcnt:[6,7,8,9,10],fetchtim:[6,7,8,9,10],few:[0,150],ff000000:[6,7,8,9,10],ficon:[116,117,119,132,139,150],field:[0,15,39,42,53,62,65,66,67,69,82,132,150],fifo:42,file:[6,7,8,9,10,11,15,19,21,24,26,27,29,30,31,33,34,35,37,39,40,42,45,46,53,54,55,60,66,69,70,71,77,81,82,83,84,86,88,89,90,91,92,93,94,95,96,97,98,99,100,101,103,104,110,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],file_data_typ:42,file_nam:[27,30,31,33,40,41],file_with_your_certificate_chain:81,file_with_your_private_kei:81,filedata:42,filedef:15,filenam:[31,95,96,97,98,99],filenotfounderror:[31,41],filesi:41,filesystem:[23,30,31,41,48,100],filetag:[24,60],fill:[42,89,90,92,93,101],filter:[0,6,8,9,10,21,27,35,36,37,38,44,53,77,95,116,117,124,129,135,150],filter_wtor_messag:25,final_result:84,find:[6,21,26,31,39,46,53,77,83,110,150],fine:23,finish:[46,150],firmwar:[118,119,123,126,139,140,141,150],first:[9,15,23,29,30,31,33,34,35,39,40,41,42,46,47,53,63,64,104,107,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],firstmatch:40,fit:150,fix:[19,31,53,54,70,71,74,84,96,97,108,114,150],fixcat:88,fixtur:[24,60],flag:[15,24,28,31,41,44,60,68],flake8:[114,150],flashcopi:42,flat:34,fldsep:15,fldstrt:15,flexibl:[50,56,84,86,104,150],floor:150,flow:[53,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149],flu:[39,53],flush:[39,53],fme:15,fmid:[54,71,95],fnmatch:36,fold:[42,95],folder:[0,24,28,60,114],follow:[0,11,15,19,20,23,24,25,26,27,28,29,30,31,36,38,42,46,48,49,56,60,61,63,68,80,82,86,89,90,91,92,93,95,96,97,98,99,101,103,104,109,110,113,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],fom:42,foo:[28,31,35,41,48],foo_archive_test:28,foo_bar_archive_test:28,foobar:142,forc:[0,15,27,28,30,31,32,40,41,48,53,103,120,126,142],force_complet:100,force_dynam:27,force_lock:[31,53],forceqr:15,forcibl:100,fork:[0,150],form:[15,95],format:[6,7,8,9,10,15,23,24,27,28,31,32,38,41,42,48,53,60,62,63,64,65,66,67,69,74,81,82,83,84,86,89,90,91,92,93,95,98,100,101,102,103,126,127,132,133,150],format_opt:[28,48],forward:[11,15],found:[3,6,7,8,9,10,12,13,19,28,30,31,32,34,35,37,38,39,40,42,48,49,53,83,100,103,110],four:[0,15,114],fqn:41,fragment:150,framework:[24,60,86],free:15,freespac:42,fridai:39,from:[0,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,23,24,26,27,28,29,30,31,32,33,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,53,55,60,61,62,63,65,66,67,68,69,70,71,72,74,77,80,83,84,90,91,92,93,94,95,96,97,98,100,101,102,103,108,109,110,114,115,117,118,120,122,126,127,128,129,132,133,134,135,138,139,140,146,150],from_encod:53,front:15,fs_type:[41,53],fsstaff:15,fsum8976:31,ftimeout:15,ftp:[118,132,139],ftppass:132,ftpuser:132,fulfil:[119,139,141],full:[15,29,35,43,53,68,92,94,110,114,139,142,150],full_properti:[117,121,128,131,134,137,143,145,147,150],full_volum:29,fullapi:[6,7,8,9,10],fulli:[15,25,31,41,53,116,119,122,123,124,130,132,136,139,140,141,142,144,146,149],fulll:77,function_numb:150,function_rang:150,further:[22,53,71,104],futur:[2,22,24,59,60,73,79,82],ga1:113,ga2:113,galaxi:[0,19,53,70,74,84,102,108,110,114,150],galaxy_api_kei:114,galaxy_serv:103,gap:126,gatewai:[126,132,139],gather:[0,26,31,35,41,63,110,116,118,119,120,122,123,124,126,130,132,136,139,140,141,142,144,146,149,150],gather_fact:[77,89,90,91,92,93,94,95,96,97,98,99,101],gather_subset:36,gener:[15,19,24,27,30,31,32,33,37,40,41,42,47,53,56,58,60,61,63,64,65,67,82,83,84,89,92,93,94,101,102,110,114,120,123,126,129,133,135,139,140,141,150],genjcl:67,genjcl_input_dataset:67,genjcl_output_dataset:67,get:[0,6,8,9,10,16,19,23,24,27,40,41,44,60,88,102,103,104,107,114,115,117,118,119,121,123,124,126,127,128,130,131,132,133,134,136,137,139,141,142,143,144,145,146,147,149,150],get_cpc_io:150,get_fact:150,get_paramet:[6,8,9,10],gid:[31,41],gigabyt:35,git:[0,2,22,59,73,79,103,114,150],github:[0,19,53,70,74,84,102,103,104,110,114,150],githubb:150,give:[28,31,48],given:[15,28,31,35,37,40,43,44,48,49,53,77,83,89,90,91,92,93,94,95,96,97,98,99,101,114],glob:[28,144,145],global:[3,13,15,19,82,83,95,100,132,139],global_catalog:[3,13,19],gmt:15,gmtext:15,gmtran:15,gntran:15,goe:[22,31],going:53,good:104,got:150,gov:150,gr1:127,granular:[84,86],greater:[6,8,9,10,15,31,33,34,35,38,39,129,135],greatli:76,grep:0,grname:15,group:[0,6,7,8,9,10,11,15,19,28,31,37,39,40,42,46,48,53,77,82,88,104,115,119,126,132,141,142,146,150],group_var:104,grplist:[15,16],gsam:63,gsamdbd:63,gsampcb:63,gtf:15,gtftr:15,guaranteed_spac:31,guest:[24,60],gui:[118,127,133],guid:[0,2,71,107,110,113,120],guidanc:[19,84],guidelin:[52,106],h71:118,had:150,halt:23,hamgmt0:[130,132],hamgmt:[130,132],handl:[23,24,30,42,46,53,54,60,71,83,100,150],handler:[88,150],handshak:15,happen:[41,110,120,150],hardwar:[112,113,120,146],has:[0,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,22,23,24,27,28,29,30,31,33,38,39,40,42,43,44,46,48,49,53,56,60,62,66,68,69,70,71,83,84,86,95,96,97,98,100,104,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],has_il:23,has_temporary_capacity_change_allow:120,has_unacceptable_statu:[121,128,134,148],hash:42,hasp373:[37,39],hasp375:37,hasp395:[37,39],hat:[0,1,19,21,52,56,58,70,72,74,78,84,103,104,106,107,109,112],have:[3,15,16,20,23,24,27,28,31,32,35,39,40,42,44,48,53,60,62,63,68,77,82,89,90,91,92,93,94,95,96,97,98,99,101,103,109,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,149,150,151],hba1:123,hba:[115,132,139,150],head:49,header:15,health:15,held:[29,129,135],hello:[23,30,35,37,38,39,43,46],help:[30,32,40,43,52,53,70,84,96,97,102,104,106,114,150],henc:64,here1:32,here2:32,here:[15,31,32,71,103,107],hexadecim:[49,126],hfs:[32,41],hhmmss:15,hidden:150,hide:15,hierarchi:41,high:[3,15,27,28,29,30,31,32,33,34,35,40,41,42,48,49,53],higher:[117,128,134,150],highest:[0,49],highlight:53,hill3:47,hint:152,hiper:[84,96],hipersocket:[116,130,150],hisoclass:146,histori:[136,150],hlq:[27,28,29,30,31,32,33,34,35,39,40,41,42,47,48,49,53],hmc1:[118,148],hmc:[0,102,105,106,108,109,110,113,114,115,116,117,119,120,121,122,123,126,127,128,129,130,131,132,133,134,135,139,140,141,149,150,151,152],hmc_api_featur:148,hmc_api_vers:148,hmc_api_version_info:148,hmc_auth:[116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],hmc_host:[116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],hmc_name:148,hmc_verify_cert:150,hmc_version:148,hmc_version_info:148,hmrest:[132,139],hoc:110,hold:[5,15,17,29,53,89,92,93,94,101],holddata:[84,96],holdstatu:[6,7,8,9,10],home:[24,31,46,60,82,103],honor:[15,40,41,53],hook:114,host1:30,host2:30,host3:30,host:[0,6,7,8,9,10,15,24,30,45,54,60,71,75,77,86,89,90,91,92,93,94,95,96,97,98,99,100,101,103,104,109,123,126,132,139,150],host_var:104,hostnam:[34,81,82,83,86,89,90,91,92,93,94,95,96,97,98,99,100,101,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149],hour:15,how:[2,3,6,7,8,9,10,15,19,20,22,24,35,41,42,51,53,55,59,60,67,71,73,76,79,83,88,100,104,105,107,139,150],howev:[0,2,22,24,29,41,59,60,73,79,109],hp10230:95,hpo:15,html:[30,31,114,116],http:[0,3,6,7,8,9,10,15,20,40,77,81,82,83,95,96,97,98,99,100,103,114,116,150],http_statu:[6,7,8,9,10],http_status_cod:[6,7,8,9,10],httpd:31,httpserverhdr:15,httpstatu:82,httpusragenthdr:15,hub:[0,19,53,70,74,84,87,102,108,114,150],hub_token:103,human:[4,5,11,12,13,14,15,16,17,18],hurslei:[6,7,8,9,10],hw_name:36,hwsc0000i:44,hyphen:[53,103,116,117,118,119,121,122,123,124,126,128,130,131,132,134,136,137,139,141,142,143,144,145,146,147,149,150],i15rtsmm:[39,67,69],ibm:[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,23,24,25,26,30,31,33,34,35,36,39,40,41,42,45,49,50,52,53,55,56,58,60,61,70,71,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,101,103,104,106,107,109,112,113,114,115,120,144,150,151,152],ibm_cpc:150,ibm_zhmc:[103,112,114,115,138,150],ibm_zos_c:[1,3,4,5,6,8,9,10,11,12,13,14,15,16,17,18,19,103],ibm_zos_cor:[0,21,25,26,36,53,56,103,110],ibm_zos_im:[58,70,103],ibm_zos_sysauto:[72,74,77,103],ibm_zosmf:[78,80,82,83,84,89,90,91,92,93,94,95,96,97,98,99,101],ibmus:[7,9,37,82],icf:120,ich70001i:[37,39],ick00001i:49,ick00002i:49,ick00091i:49,ick00700i:49,ick03091i:49,ick03096i:49,ick:49,ickdsf:49,iconv:[30,33,34,40,45,55],icp:15,icsf:42,icv:15,icvr:15,icvtsd:15,idcam:[42,54,71],idempot:[40,83,100,116,119,122,123,124,130,132,136,138,139,140,141,142,144,146,149,150],ident:15,identif:[15,44,150],identifi:[5,6,7,8,9,10,11,15,16,18,25,27,28,30,31,33,37,38,39,41,42,44,46,53,54,55,63,64,68,71,75,77,83,84,86,88,89,90,91,92,93,94,99,101,103,116,120,126,129,135,150],idl:142,ids:15,ieb352i:37,iebcopi:[54,71],iebgen:[37,38,39,42],iee094d:25,iee136i:127,iee457i:43,ief032i:[37,39],ief033i:[37,39],ief142i:[37,39],ief236i:[37,39],ief237i:[37,39],ief285i:[37,39],ief373i:[37,39],ief375i:[37,39],iefbr14:42,iefc001i:39,iefc653i:39,iefrder:63,iew2008i:39,iew2231i:39,iew2278i:39,iew2650i:39,iew2850i:39,iewl:39,ifl:[120,126,132,139],ifl_processor:132,igd100i:39,ignor:[0,15,27,28,29,31,34,35,39,40,41,42,46,48,53,63,81,82,83,100,103,110,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],ignore_error:53,ignore_sftp_stderr:[31,34,110],iip:120,ikjeft01:[54,71],illustr:110,im5:44,im5h:44,im5hconn:44,im5hctrl:44,imag:[15,42,126,132,139,150],image_fil:132,image_nam:132,immedi:[15,16,41,103,129,135],immut:150,impact:28,implement:[42,53,56,114,150],impli:[5,18,53,120],implicit:[5,15,18],implicitli:[6,8,9,10,31,41],import_nam:[24,60],importlib:150,imposs:150,improp:53,improv:[19,28,29,53,70,117,128,134,150],ims1501:67,ims15r:67,ims1:[24,39,60,63,64,65,67,68,69],ims2:65,ims3:65,ims_acb_gen:[61,70],ims_acbgen:70,ims_catalog_popul:[61,70],ims_catalog_purg:[61,70],ims_command:[61,70],ims_command_util:70,ims_data_definit:68,ims_dbd_gen:[61,62,70],ims_dbrc:[61,70],ims_ddl:[61,70],ims_id:[63,64,68],ims_member_data:65,ims_member_messag:65,ims_output:65,ims_psb_gen:[61,62,70],imsbank:[24,60,69],imsbg2:39,imsbld:[39,67,69],imsdb1:65,imsgrp1:47,imsgrp2:47,imsgrp3:47,imsplex:65,imsrc:65,imssun:35,imstest:35,imstestg:67,imstestl:[35,39,67],imstestu:[67,69],imsv:47,in1:47,inact:[15,119,126,132,142,150],includ:[0,6,8,9,10,15,19,20,23,24,25,27,28,29,31,32,33,34,38,40,41,42,44,46,48,52,53,55,60,63,68,71,74,83,89,90,91,93,95,96,97,98,99,101,102,103,104,106,112,114,116,119,120,121,127,132,133,139,145,146,148,150],include_memb:146,include_modul:[89,90,91,92,93,94,101],include_rol:[77,95,96,97,98,99,100],include_unmanaged_cpc:121,inclus:122,incom:114,incompat:[114,150],incomplet:28,inconsist:150,inconsistentscop:[6,7,8,9,10],inconsistentset:[6,7,8,9,10],incorrect:[15,53,110,150],incorrectli:[22,23,53,110,150],increas:[53,104,114,120,150],increment:15,indataset:31,indd:47,indent:[30,42,53],independ:[114,142,150],index:[9,15,30,35,42,49,53,66,114,116,122,123,130,132,139,150],indic:[9,15,27,28,29,30,31,34,37,38,39,40,41,42,43,44,53,62,63,64,65,68,81,82,83,95,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],indirectli:[62,142,144],individu:[0,15,31,34,41,46,51,66,69,84,86,89,93,105],ine8d8:49,infil:42,influenc:53,info:[82,86,90,92,104,126,139],infocent:15,inform:[0,2,6,7,8,9,10,12,13,15,16,19,20,22,24,27,31,33,35,37,38,39,40,41,43,44,46,47,49,53,54,56,59,60,62,63,65,67,71,73,75,79,83,84,86,89,91,92,93,94,95,96,97,98,99,100,101,103,104,120,123,126,129,130,132,135,146,148,149,150],infrastructur:150,inherit:146,inhibit:15,ini:45,init:[15,37,39,49,67],initi:[1,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,21,24,26,40,44,53,58,60,70,72,74,78,84,112,126,132,139,150],initial_memori:132,initial_processing_weight:126,initparm:15,inject:[24,60],inlin:[11,31],inline_copi:31,input:[15,24,28,33,37,41,42,47,53,55,60,62,63,64,66,67,68,69,81,83,84,92,93,100,101,123,124,126,130,132,136,138,139,141,142,144,146,149,150],input_cont:11,input_loc:11,input_src:11,input_var:[92,93,101],input_vari:93,ins:[132,139],ins_fil:132,insecur:[6,7,8,9,10],insensit:[23,83,124],insert:[27,30,40,53,63,114],insertaft:[30,40,53],insertbefor:[30,40],insfil:[132,139],insid:[23,25,30,31,37,39,46,53,103],inspect:[24,60],instal:[1,3,6,7,8,9,10,11,12,13,15,16,19,20,41,49,53,54,71,75,84,86,95,96,97,98,99,102,104,109,110,114,118,119,120,126,150],installag:[6,7,8,9,10],installd:95,installerror:[6,7,8,9,10],installtim:[6,7,8,9,10],installusrid:[6,7,8,9,10],instanc:[0,6,7,8,9,10,63,64,65,77,83,84,86,88,93,95,99,100,101,110],instance_action_nam:92,instance_descript:89,instance_info_json:90,instance_info_json_path:[90,92,94],instance_own:89,instance_provid:89,instance_record_dir:[89,90,91,93,101],instance_var_json_path:89,instance_variable_record:89,instead:[19,20,30,31,40,53,70,89,93,116,117,119,120,121,123,124,126,128,130,131,132,134,136,137,139,141,142,143,144,145,146,147,149,150],instln:15,instream:[39,42,53],instruct:[0,11,15,16,43,45,53,54,71,89,104,114,150],insuffici:110,integ:[9,16,23,37,38,39,55,116,119,122,123,124,126,130,132,136,139,141,142,144,146,148,149,150],integr:[0,15,34,50,75,104,107,120],intend:[0,4,5,11,12,13,14,15,17,18,28,53,150],interact:[1,3,15,20,21,53,58,72,86,112,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149],interchang:15,interfac:[1,6,7,8,9,10,15,26,31,34,61,65,80,84,86,118,127,130,133,142],intern:[12,13,15,55,62,110,114,118,120,126],internation:55,internet:107,interpret:[24,46,53,60,110],interrupt:[63,126],interv:[15,92,93,100,101],intial:49,intrapartit:[3,15,19],intrdr:15,intrdrjobus:15,introduc:[43,53,150],introduct:107,inttr:15,invalid:[23,31,37,39,46,53,66,69,70,110],inventori:[24,31,39,46,54,60,62,63,64,67,68,71,74,75,77,82,83,86,89,90,91,92,93,94,95,96,97,98,99,100,101,150],inventory_hostnam:[83,100],investig:114,invoc:[15,39,47,53,65,114,138,150],invok:[15,42,46,65,142,150],invreq:[6,7,8,9,10],iodf:36,ioerror:110,ipaddr:124,ipl:[36,41,126,132,133,139],ipl_volum:36,ipv4:[132,139],ipv6:[132,139],irc:[15,107],ircstrt:15,irlm:[63,64],irlm_id:[63,64],irr010i:[37,39],is_binari:[31,34],is_held:[129,135],is_manag:121,is_on_off_cod_activ:120,is_on_off_cod_en:120,is_on_off_cod_instal:120,is_prior:[127,129,133,135],isc:15,isf031i:43,isinst:23,isn:15,iso8601:30,iso8859:[33,34,39,42,55],iso:[30,40,55,129,132,135,139,150],iso_mount:[132,150],iso_unmount:[132,150],isol:15,isrtlist:63,issu:[2,15,16,22,31,42,44,46,59,73,79,84,110,114,150],item1:[24,60],item2:[24,60],item3:[24,60],item:[23,24,30,42,49,60,82,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149],itemcategori:82,itemdescript:82,itemid:82,itemtyp:82,iter:30,its:[0,4,5,11,13,14,15,17,18,28,30,31,34,39,40,46,48,51,53,56,67,68,83,105,108,114,116,119,121,123,126,127,128,130,132,133,134,139,140,141,142,146,148,149,150,151],itself:[31,42,127,133,151],iwm4hlth:15,iycwemw2:[6,7,8,9,10],iyk3z0r9:[6,7,8,9,10,38],izuwf0145:83,izuwf0162i:83,j09:47,j42:47,j91:47,j93:47,j97:47,java:[113,145],jcl:[3,16,19,21,26,30,31,37,38,42,46,53,67,83,100],jclerr:[39,53],jclhold:53,jclout:67,jclpd:67,jes2:[15,36,37,39],jesdi:15,jesjcl:[37,39],jesmsglg:[37,39,53],jesysmsg:[37,39],jinja2:[30,31,39,46,53,150],jm00:[37,39],jms:150,job00134:[37,39],job00361:39,job00551:39,job01427:38,job12345:[16,38],job12354:16,job12:38,job16577:38,job:[0,6,7,8,9,10,15,16,21,23,26,39,42,43,44,50,53,63,64,68,77,83,100,101],job_class:[37,38,39],job_id:[16,37,38,39,44,53],job_nam:[15,16,37,38,39,44,53],job_paramet:15,job_stat:101,job_submit:53,jobparm:[15,39],join:[15,53,90],jose:23,journal:15,jrm:[37,39],json:[0,30,53,70,81,82,83,84,86,89,90,91,92,93,94,95,96,97,98,99,100,101],json_queri:90,jsonschema:150,june:56,just:[4,5,9,11,12,13,14,15,17,18,114,127,133,138,150],jvm:15,jvmclass:[6,7,8,9,10],jvmgrp:[6,7,8,10],jvmprofiledir:15,jvmserver:[6,7,8,9,10],jwt_token:[81,82,83],jycqqfni:46,kbyte:[37,39],keep:[15,31,39,40,42,46,63,64,126],keep_trailing_newlin:[31,39,46],kei:[6,7,8,9,10,15,23,31,32,42,48,66,69,70,81,82,83,100,103,110,114,116,119,120,123,124,126,130,132,136,139,141,142,144,146,149],kept:[15,39],kerbero:15,kerberosus:15,kernel:[129,135],ket678:49,ket987:49,key_label:42,key_length:[31,32,42,48],key_offset:[31,32,42,48],keyboard:15,keycd1:42,keycd2:42,keydata:[6,7,8,9,10],keyerror:[53,150],keygen:[24,60],keylab1:42,keylab2:42,keypoint:15,keyr:15,keystrok:15,keyword:[0,25,53,64],kilobyt:[4,5,11,12,13,14,15,17,18,35],kind:[42,114],know:[28,31,48,114,150],knowledg:[139,140,141],known:[15,42,88,102,103,104,114],ksd:[31,32,33,34,42,48,63,64],kwarg:23,label:[15,42,49,53,103],lang:[15,24,60],languag:[6,7,8,9,10,15,54,55,58,61,71],laps:39,laptop:109,larg:[4,5,11,12,13,14,17,32,35,42,63,64],larger:[56,120],largest:15,last:[9,15,29,30,35,37,38,39,40,53,118,126,150],lastli:31,later:[0,19,20,24,37,38,39,45,53,56,60,63,70,71,82,83,84,86,103,109,123,132,139,140,141,150],latest:[2,6,7,8,9,10,19,22,28,53,54,59,63,71,73,79,103,107,110,114,150],latin:55,layer:15,lba:[132,139],ldap:[15,115,142,150],ldap_group_default_template_nam:144,ldap_group_default_template_uri:144,ldap_group_ldap_server_definition_nam:144,ldap_group_ldap_server_definition_uri:144,ldap_group_to_template_map:144,ldap_server_definit:[124,125],ldap_server_definition_nam:[142,144],ldap_server_definition_uri:[142,144],lds:[31,32,42],le_data_set:15,lead:[28,29,31,39,46,48,53,117,127,128,133,134,150],learn:[0,2,22,51,59,73,79,84,103,104,105,107,108,109,110],least:[35,37,75,86,126,150],leav:[4,5,11,13,14,15,17,18,48,49,53,65],leaveconflict:[83,100],left:[0,5,18,28,31,40,48],length:[6,7,8,9,10,15,27,28,31,32,33,42,48,53,63,64,77,136],less:[6,8,9,10,35,39,41,49,53,118,120,129,135,150],letter:[15,35,55,104],level:[3,15,23,25,27,28,29,30,31,32,33,34,35,40,41,42,48,49,53,68,74,77,82,104,114,118,119,126,133,150],leverag:[3,20,23,53,109],lg09:122,lgdfint:15,lgnmsg:15,lib:[24,30,35,60],lib_nam:[3,11,12,13,15],liberti:40,libnam:27,libpath:[24,60],librari:[3,6,7,8,9,10,11,12,13,15,21,24,26,28,30,31,32,35,42,53,60,62,63,64,66,68,69,70,84,116],librarti:15,librarydsn:[6,7,8,9,10],life:[56,109,114],lifecycl:[56,112,142],lifetim:15,lightweight:[81,82,83],like:[0,24,28,29,31,37,43,47,48,53,56,60,84,103,110,144,145],likelyhood:150,limit:[6,7,8,9,10,11,15,24,41,53,60,95,116,119,122,123,124,126,129,130,132,135,136,139,140,141,142,144,146,149,150],line:[0,15,16,24,26,27,31,34,37,39,40,41,42,46,47,53,60,65,80,115,127,133,150],line_comment_prefix:[31,39,46],line_statement_prefix:[31,39,46],linear:[28,31,32,48],linect:15,link:[0,15,31,38,49,52,66,69,74,102,106,114,150],linkcbl:38,linkcheck:114,linkjob:38,linklib:27,lint:[84,150],linux:[119,120,127,128,129,133,135],linuxon:[112,150],lise:150,list:[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,23,24,27,28,29,31,32,34,35,36,37,38,39,41,42,43,44,45,46,47,48,49,53,54,55,60,62,63,64,65,66,67,68,69,70,71,82,84,88,95,96,97,98,103,104,107,109,114,115,116,118,119,120,122,123,124,126,127,129,130,132,133,135,136,138,139,140,141,142,144,146,148,149,150],listcat:42,listdsd:47,listen:[15,40],liter:42,littl:104,llacopi:15,llq:[30,39],lma:15,load:[3,11,15,30,31,53,63,88,122,126,127,129,132,139,150],load_address:[126,150],load_paramet:[126,150],loadlib:[31,53],loadpoint:[6,7,8,9,10],local:[0,3,6,11,12,15,19,24,25,31,34,37,38,39,44,46,48,50,53,60,66,69,82,92,114,127,132,142,150],local_catalog:[3,12],local_file_backup:31,local_follow:31,local_request_queu:[3,19],localccsid:15,localfil:9,localhost:[20,86,109,150],locat:[0,3,4,5,6,7,8,9,10,11,12,13,14,15,17,18,30,31,32,33,37,38,39,40,41,46,49,53,66,69,81,82,83,93,100,101,103,104,116,118,122,124,126,139],locfil:9,lock:[15,126,132,139,142,146],log1:64,log:[11,12,15,16,28,31,34,37,38,39,43,48,53,55,63,64,68,104,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],log_fil:[116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],logger:[15,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],logic:[6,7,8,9,10,15,29,41,42,53,62,63,64,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],login:142,logon:[15,82],logstream_id:11,logstreamid:11,logusr:15,longer:[19,28,31,45,53,138,150],longrun:39,look:[24,40,53,60,83,114],lookup:[30,90],loop:[30,49,117,121,128,131,134,137,142,143,145,147,150],loss:[15,31,42,53],lossless:28,lost:[14,32,41],lot:[127,133],low:35,lower:[53,120],lowercas:[41,53],lowest:0,lpa:15,lpar1:[126,128],lpar2:126,lpar:[115,119,146,150],lpar_list:128,lpar_messag:129,lpar_nam:36,lpastat:[6,7,8,9,10],lpp:[23,24,60,110],lrecl:[28,39,42,48,68],lsd1:124,lsd:124,lsd_list:125,lsr:15,lstrip_block:[31,39,46],ltpa:[81,82,83],ltpa_token_2:[81,82,83],luke:23,lun:139,m12:47,m32:47,m63:47,m82:47,mac:[130,132],mac_address:150,machin:[31,34,39,46,48,49,53,109,112,150],maclib:[66,69],maco:150,macro:[15,66,69],made:[6,7,8,9,10,15,19,37,42,43,44,46,53,55,56,62,68,74,81,82,83,100,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],magicmock:[24,60],mai:[0,15,23,24,27,28,30,31,36,40,42,43,46,48,49,56,60,82,83,89,90,91,93,95,101,103,114,116,119,120,123,124,126,127,129,130,132,133,135,136,139,141,142,144,146,149],mail:107,main:[15,42,114],mainli:120,maintain:[53,62,150],mainten:[57,62,86],maintenenac:62,major:[114,150],make:[0,2,10,15,19,22,24,28,42,44,46,59,60,62,70,73,79,110,114,120,150],makefil:150,manag:[0,1,3,6,7,8,9,10,15,19,25,26,27,28,29,31,34,35,39,41,42,45,46,48,49,50,53,55,56,63,64,65,67,78,82,83,84,85,87,88,89,90,91,93,94,100,102,104,112,113,115,117,121,125,128,131,134,137,143,145,147,148,150],managed_acb:[63,64],managedacb:63,management_class:[63,64],mani:[0,15,55,75,89,90,91,93,101,104],manifest:0,manner:[16,138],manual:[15,83,89],manullai:89,map:[6,7,8,9,10,15,30,42,67,68,103],mar:39,march:39,margin:42,mark:[24,27,29,30,41,53,60],markdown:150,marker:[27,30,31,39,41,46,53,67],marker_begin:30,marker_end:30,mask:[130,132],mass:47,master:[27,114,126,132,139,150],match:[15,16,26,27,28,29,30,31,32,34,36,37,38,40,42,44,48,49,53,64,66,69,82,95,116,117,126,144,150],materi:[52,76,80,88,106,115],matrix:[53,114],max:[39,53,122,136,139,142],max_error_msg:63,max_messag:129,max_rc:[16,39,47,53,67],maxi:39,maximum:[15,16,29,39,42,43,47,49,53,67,77,100,116,122,126,129,132,139],maximum_memori:132,maxopentcb:15,maxsocket:15,maxssltcb:15,maxtlslevel:15,maxxptcb:15,mbr:39,mc2cnam:35,mcat:27,mcsoper:[31,53],mct:15,mean:[0,3,9,28,31,36,39,41,42,44,45,48,65,122],meant:[23,53],measur:[28,29,31,32,39,42,48],mechan:[0,15,114],media:[132,139],mediacent:84,meet:[23,31,74],megabyt:[4,5,11,12,13,14,15,17,18,35],mem:[27,30],member1:32,member2:32,member:[15,23,27,30,31,32,33,34,35,39,40,41,42,51,53,63,64,66,67,68,69,70,105,146],member_list:[66,69,70],member_nam:64,memlimit:[15,39],memori:[112,126,132,139],mend:114,menu:15,merg:[42,62,114,150],messag:[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,26,27,30,31,34,35,38,39,40,41,43,45,46,49,53,62,63,64,65,66,67,68,69,82,83,89,90,91,93,95,96,97,98,99,101,102,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,130,131,132,133,134,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],message_filt:44,message_id:[44,129,135],message_text:[44,129,135],messageid:82,messagetext:82,met:[11,12,13,15,17,18,24,60,82],metadata:[63,68,114,150],method:[6,7,8,9,10,15,34,42,82,124,150],methodolog:0,mgmt1:139,mgmt1_mgmt1:[139,141],middl:29,middlewar:[78,91,92,93,94],might:[15,55,62,84,97],migrat:150,mileston:114,millisecond:15,min:[37,39,122,136,142],minidisk:[26,53],minim:[24,60],minimum:[0,15,56,109,114,126,132,139,150],minor:[70,74,114,150],minor_chang:53,mintlslevel:15,minu:49,minut:[15,37,39],mirror:15,miss:[24,28,31,34,45,46,48,53,60,84,88,114,150],missing_critical_updates_respons:96,missing_critical_updates_response_fil:96,missing_fixcat_updates_respons:97,missing_fixcat_updates_response_fil:97,mitig:150,mix:[15,31,48,68,95,127,133],mixtur:32,mlq:30,mmddyi:15,mnconv:15,mnew:114,mnexc:15,mnfreq:15,mnidn:15,mnp:15,mnper:15,mnre:15,mnsync:15,mntime:15,mnu:114,mock:[114,150],mocked_hmc_z14:150,mocked_inventori:150,mocked_vault:150,mocked_z14_class:150,mocked_z14_dpm:150,mocker:[24,60],mod:42,mode:[15,16,28,30,31,34,41,42,48,49,53,63,64,83,104,115,119,121,146,148,150],model:[47,49,116,117,118,119,120,121,122,123,124,126,128,130,132,134,136,139,141,142,144,145,146,148,149],modern:150,modif:[23,53,62,104],modifi:[0,15,30,31,40,53,63,110,114,126],modstat:63,modul:[1,4,5,9,11,12,13,14,15,16,17,18,19,20,21,23,27,28,29,30,31,32,33,34,35,36,37,39,40,41,42,43,44,45,46,48,49,50,52,55,58,62,63,64,65,66,67,68,69,70,78,81,82,83,84,86,100,102,103,106,107,108,109,112,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],module_default:3,module_path:[24,60],module_stderr:[24,60],module_util:[23,24,53,60,150],moment:152,monitor:[15,39],month:35,more:[0,6,7,8,9,10,15,20,22,23,25,30,31,32,35,37,38,39,41,43,44,45,46,47,53,54,62,63,70,71,74,75,83,84,92,95,96,97,98,99,100,103,104,108,109,110,114,118,119,120,127,133,150],most:[0,28,30,33,34,39,40,53,84,86,107,110,114],mount:[26,30,118,132,150],mount_iso:132,mount_opt:[41,53],mountpoint:[30,41],move:[41,42,150],movement:41,mozilla:[116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],mqconn:15,mro:15,mrobtch:15,mrofs:15,mrolrm:15,msg:[4,5,11,12,13,14,15,16,17,18,27,30,31,34,35,37,38,39,40,41,46,49,53,62,63,64,66,67,68,69,82,89,90,91,93,95,96,97,98,99,101,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149],msg_code:[16,37,38,39,53],msg_text:53,msg_txt:[16,37,38,39,53],msgcase:15,msgclass:[15,37,39],msglevel:[15,37,39],msglvl:15,msgprt:42,msgusr:15,msu:120,msu_perman:120,msu_permanent_plus_bil:120,msu_permanent_plus_temporari:120,msu_purchas:120,much:54,mulitpl:16,multi:[26,42,53,142],multinod:15,multipl:[4,5,6,8,9,10,11,12,13,14,15,16,17,18,23,24,28,31,32,35,38,42,47,53,60,63,64,65,66,67,69,86,93,101,104,127,133,138,150],multiregion:15,must:[0,5,6,7,8,9,10,11,15,16,18,19,20,23,24,25,27,28,29,30,31,32,33,35,38,39,40,41,42,43,46,48,49,53,56,60,62,63,64,71,75,82,86,93,95,96,97,98,100,101,103,104,109,114,116,117,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,149,150,151],mustgath:110,mutual:[6,8,9,10,22,27,42,48,53,62,63,70,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,139,140,141,142,143,144,145,146,147,148,149],mutually_exclus:23,mv27:44,mv29:44,mv2h:44,mvscmdauth:110,mvscmdmsg:110,mvsimag:15,mvssys01:41,mxt:15,my_:[116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149],my_adapter_nam:116,my_certs_dir:138,my_cpc_nam:[116,119,120,122,123,126,127,129,130,132,133,135,139,140,141,149],my_first_partition_nam:122,my_hba_nam:123,my_hmc_auth:[116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,139,140,141,142,143,144,145,146,147,148,149],my_hmc_host:[116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149],my_hmc_password:138,my_hmc_userid:138,my_image_fil:132,my_image_nam:132,my_ins_fil:132,my_lpar_nam:[126,127,129],my_lsd_nam:124,my_nic_nam:130,my_part_nam:135,my_partition_nam:[122,123,130,132,133,140,149],my_password_rule_nam:136,my_second_partition_nam:122,my_storage_group_nam:[139,140,141],my_storage_volume_nam:141,my_user_nam:142,my_user_pattern_nam:144,my_user_role_nam:146,my_vfunction_nam:149,mybundl:9,mycobol:31,mydata:32,mygrp:9,myhlq:[29,42],mypgm:42,myprog:9,myreg01:16,myuser:[24,42,60],myvar:89,myvol1:29,myvol2:29,myworkflow:[83,100],name:[0,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,22,23,24,25,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,53,55,56,60,62,63,64,65,66,67,68,69,75,77,81,82,83,89,90,91,92,93,94,95,96,97,98,99,100,101,103,104,110,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],namespac:[25,103,114],nation:49,natlang:15,navig:[0,24,60,108],ncpldft:15,necessari:[23,62,86,104,120],ned:49,need:[15,20,23,24,30,33,34,35,36,40,41,42,46,53,60,63,66,69,71,82,83,84,89,90,91,92,93,94,95,96,97,98,99,100,101,103,104,109,114,117,122,123,126,130,138,146,149,150],neg:[9,35],neither:[15,16,29,31,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149],nest:[6,8,9,10,23],netuowid:15,netview:77,network:[116,126,130,132,139,148,150,151],network_adapter_port_uri:130,never:[53,150],newcopi:[6,15],newcopycnt:[6,7,8,9,10],newcpc:121,newer:[53,56,70,117,128,134,150],newli:63,newlin:[31,39,42,44,46,53,127,133],newline_sequ:[31,39,46],newsit:15,newslett:107,next:[12,15,83,119,126],next_start:12,nfs:41,nic1:[130,131],nic:[115,132,139,150],nic_list:131,nicknam:[83,93,95,96,97,98,99,100,101],nist:[15,150],nistsp800131a:15,nnew:114,no_log:138,no_sdtran:16,noautomov:41,nocheck:15,nocopi:[6,7,8,9,10],nod:49,node:[0,3,11,15,19,25,26,28,32,39,45,46,48,50,53,56,61,80,82,83,84,100,103,104,110,150],nodeck:39,nodelai:15,noempti:15,noeras:42,noforc:15,noindex:49,noinstln:15,nolimit:39,nolist:39,nolog:15,non:[15,28,31,32,34,35,41,42,48,49,53,89,90,91,93,101,129,150],nonblock:42,none:[6,7,8,9,10,11,15,23,24,27,32,38,39,41,49,60,62,126,132,139,150],nonexist:[28,29,31],nonotifi:15,nonrecover:11,nonresid:[6,7,8,9,10],nonrlsrecov:15,nonspan:42,nonvsam:35,nonzero:65,nop:15,noprotect:15,noqa:150,nor:[15,16],noreus:42,normal:[15,16,41,42,53,63,64,110,114,126,150],normal_disposit:[63,64],nosdtran:16,nosecur:41,nosetuid:41,notappl:[6,7,8,9,10],notdefin:[6,7,8,9,10],notdynam:[6,7,8,9,10],note:[0,4,5,11,12,13,14,15,17,18,20,23,24,29,32,36,37,49,54,56,60,71,102,103,104,108,110,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,142,143,144,145,146,147,148,149,150],notext:41,noth:[118,119,150],notic:34,notif:[15,83,100,150],notifi:[15,37,39,104],notrequir:[6,7,8,9,10],noverifi:49,noverifyofflin:49,now:[24,30,40,53,60,114,150],nowait:41,nqrnl:15,nrd:43,nucleu:[62,63,64,67,68],number:[0,6,7,8,9,10,15,16,23,27,28,30,31,32,35,36,37,39,40,42,43,44,47,48,49,53,63,64,71,75,81,82,83,86,89,90,91,92,93,94,95,96,97,98,99,100,101,120,122,126,129,130,132,135,138,139,141,150,151],numer:[6,7,8,9,10,23,37,38,39,42,55,63,64,136],nvd:150,nvme:150,oa59461:75,oappend:42,object:[22,24,31,32,48,53,60,82,89,95,99,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,139,140,141,142,143,144,145,146,147,148,149,150],objectid:101,obtain:[15,27,30,31,33,40,47,53,84,90,91,95,96,97,98,104,150],occasion:[53,56],occur:[6,7,8,9,10,15,31,41,43,44,49,53,62,68],occurr:[127,133],ocopi:47,ocreat:42,oct:56,octal:[28,31,42,48],ocur:46,oexcl:42,off:[0,15,64,120],offer:[1,19,21,51,52,55,58,70,72,74,78,84,102,105,106,109,112],offici:[0,31,39,44,46,150],offlin:[43,49,63,64],offset:[31,32,39,42,48],offsit:15,often:[0,22,23,39,53,109],old:[15,31,39,42,63,64,150],older:[110,117,118,126,128,131,134,150],omit:[6,7,10,15,63,83,100,116,119,120,123,124,126,129,130,132,135,136,139,141,142,144,146,149],ommit:63,omvs0000:43,omvsadm8:64,omvsadm:[37,39,41,47,69],on_off_cod_activation_d:120,onc:[3,15,114,126,132,138,139,142,150],one:[0,5,6,7,8,9,10,15,16,17,18,19,23,24,27,28,29,30,31,32,35,37,42,44,45,47,48,53,60,74,75,83,84,86,95,98,100,102,103,109,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],ones:[53,126,150],onli:[0,3,4,5,10,11,12,13,14,15,17,18,23,24,28,29,31,32,33,35,36,37,39,40,41,42,46,48,50,53,54,60,62,63,64,66,67,68,69,71,82,83,84,86,89,95,96,97,98,99,100,114,115,116,117,119,121,122,126,127,128,129,131,132,133,134,135,139,140,141,142,146,148,150],onlin:[15,49,63,68,116,122,139],online_batch:[63,64],onoctti:42,ononblock:42,onto:[41,150],open:[2,15,16,20,21,22,24,28,30,31,32,33,37,38,39,40,41,42,51,53,56,58,59,60,70,71,73,79,87,105,109,110,114,132],openid:103,openssh:[20,24,45,54,60,71,109],oper:[1,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,21,23,24,25,26,27,28,29,31,32,37,39,40,41,44,49,51,53,54,60,65,66,69,71,72,75,76,77,78,80,81,82,95,96,97,98,100,102,104,105,112,114,115,116,117,118,119,120,121,122,123,126,127,128,129,130,131,132,133,134,135,137,139,140,141,143,145,146,147,149,150],operand:25,operator_action_queri:53,opercmd:27,opertim:15,opndlim:15,opt:41,optim:34,option:[0,4,5,6,7,8,9,10,11,12,13,14,15,17,18,19,22,24,27,28,30,31,32,33,36,39,40,41,42,43,45,46,47,48,49,53,54,55,60,62,63,64,65,66,68,69,71,75,83,86,92,93,100,101,103,104,114,118,119,121,126,138,146,150],orchestr:[0,102],order:[0,6,7,8,9,10,31,32,39,46,53,103,114,116,138,150],ordonli:42,ordwr:42,org:114,organ:[4,5,11,12,13,14,15,17,18,28,31,48,104],organis:114,origin:[27,31,32,33,40,41,42,46,53,67,114,120,126],original_nam:42,orphan:53,os_ipl_token:[126,150],os_nam:[129,135],os_setup:150,osa:[117,119,130],osd:[117,130,132],osd_128_mgmt_net2_30:[130,132],osm1:119,osm:119,osmf:[0,80,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,105,106,108,109,110],osync:42,other:[6,8,9,10,15,19,20,23,24,29,30,31,32,37,39,40,42,49,53,60,64,75,82,84,88,89,91,92,93,94,96,99,102,103,110,116,119,122,126,127,132,133,138,139,142,146,150],otherwis:[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,24,28,29,30,31,35,38,39,40,46,48,49,60,64,83,95,96,97,98,116,117,120,126,128,129,134,139,140,150],otrunc:42,our:[0,24,40,60,104,110,123,130,150],out1:[42,47],out2:42,out3:42,out:[0,15,24,33,36,42,60,150],outcom:65,outdataset:31,outdd:47,outfil:42,outlin:[22,31,59],output:[4,5,11,12,13,14,15,16,17,18,21,24,26,27,28,33,34,38,39,42,43,47,48,49,53,60,63,64,65,66,67,68,69,70,83,95,96,97,98,99,100,103,110,127,133,150],output_data_set:15,output_dir:46,outputfil:42,outputfilevalu:[83,100],outstand:44,over:[0,3,20,24,31,53,60,62,63,64,67,68,82,118,129,135,150],overal:150,overflowout:42,overlap:23,overrd:15,overrid:[0,3,4,5,6,7,8,9,10,11,12,13,14,15,17,18,27,28,29,30,31,32,33,34,40,41,42,48,49,53,64,127,133],overridden:0,overview:[0,24,60],overwitten:[66,69],overwrit:[29,33,124,136,142,146],overwritten:[30,34,63,95,96,97,98],own:[0,15,24,28,31,40,48,51,60,103,105,142,150,151],owner:[16,28,31,37,38,39,41,42,46,48,53,83,89,100],ownership:[28,31,41,48],owronli:42,p000a218:146,p2ss01:39,pa1:[15,54,56,71],pa21:15,pa2:15,pa3:15,pack:[15,28],packag:[103,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],pad:[49,53],page:[0,15,20,37,41,42,49,54,55,71,107,114,150],pair:[15,24,46,60,66,69,70],pano:15,paramet:[0,3,19,23,24,53,60,61,70,74,80,89,90,91,92,93,94,95,96,97,98,99,101,114,115,150],parametererror:150,parametr:[24,60],parent:[28,31,48,116,117,122,124,126,128,130,131,132,134,136,139,141,142,144,146],parm:[15,37,39,42],parmerr:15,parmlib:[30,36,41],pars:[23,24,30,60,67],parsabl:70,parse_arg:23,parser:[22,23,28,31,48,68],part1:[119,131,132,146],part2:[119,146],part:[1,15,19,21,24,29,39,53,58,60,70,72,74,78,84,112,127,133,150],part_messag:135,parti:[81,82,83],particip:41,particular:[3,6,7,8,9,10,15,23,29,30,37,39,40,41,44,55,60,110,114],particularli:53,partit:[27,30,31,32,33,34,35,39,40,42,53,66,69,112,115,116,119,126,128,139,141,146,150],partition1:[131,134],partition_link_uri:150,partition_list:134,partition_nam:[122,123,130,131,140,149],pass:[6,7,8,9,10,11,15,23,24,28,31,39,40,41,46,48,53,60,66,69,82,89,93,110,119,126,132,150],passthrough:53,passticket:15,password:[6,7,8,9,10,77,81,82,83,89,90,91,92,93,94,95,96,97,98,99,100,101,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,138,139,140,141,142,143,144,145,146,147,148,149,150,151],password_rul:[136,137],password_rule_nam:142,password_rule_uri:142,past:[53,118],patch:[24,60,103],patched_method:[24,60],path:[11,15,23,24,27,28,30,31,33,34,39,40,41,42,46,48,53,60,66,69,77,82,89,90,91,92,93,94,95,96,97,98,99,101,103,110,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149],path_of_security_requir:82,path_to_inventori:[24,60],path_to_modul:[24,60],pathmod:42,pathnam:[30,33,40,42],pathopt:42,pattern:[23,24,25,26,27,28,29,30,35,36,37,40,42,44,53,60,61,80,104,113,115,117,124,142,143,150],paus:[83,132,150],pax:[28,48,53],pbr:150,pcdsa:15,pcdsasz:15,pchid:[117,119,150],pdi:15,pdir:[15,68],pds:[24,31,32,42,48,60],pds_pattern:35,pdse:[11,15,28,30,31,32,33,34,35,39,40,42,47,48,53,63,64,66,69],pem:[6,7,8,9,10,81,82,83,100],pend:[14,15,39,126],peopl:114,pep8:[70,150],pep:150,per:[0,15,30,42,127,132,133,139],percent:[29,83],perform:[0,1,3,4,5,7,8,9,10,11,12,13,14,15,16,17,18,23,24,26,28,29,31,32,34,36,37,39,41,42,45,48,49,53,54,60,61,63,64,66,68,69,71,80,82,83,89,92,93,94,100,101,110,114,117,118,120,122,126,127,128,129,132,133,134,135,138,139,140,141,150],perform_import:[24,60],period:[2,15,22,31,59,73,79,100],perman:[42,120],permiss:[24,28,29,31,46,48,53,60,82,110,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,139,140,141,142,143,144,145,146,147,148,149,150],permit:[9,15,49,53,117,128,132,134,138,139,150],permit_ecc_key_import_funct:150,persist:[15,27,41,42],person:[15,23],perspect:[117,128,134],pf1:15,pf20:15,pf24:15,pgaictlg:15,pgaiexit:15,pgaipgm:15,pgchain:15,pgcopi:15,pgm:[37,38,39,42,65],pgm_input:46,pgm_result:46,pgpurg:15,pgret:15,pgrjusecount:[6,7,8,9,10],ph12143:84,ph28089:42,ph41248:84,ph47050:84,ph47746:84,ph52813:84,physic:[29,39,41,49,53,62,116,122,139],pick:150,pin:150,ping:[21,23,26,110],pip3:[24,60],pip:[20,24,60,114,150],pipdeptre:150,place:[3,6,8,9,10,15,23,29,34,49,53,62,63,64,69,70,103],placement:[53,63],plai:29,plain:31,plan:30,platform:[0,6,7,8,9,10,39,56,71,102,109,112],playbook:[3,19,20,25,26,27,30,31,33,36,39,40,46,53,61,70,74,75,76,80,84,86,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,107,109,115,127,133,150],playbook_dir:[31,39,46],pleas:[0,29,53,71,83,84],plex1:[6,7,8,9,10,65],plex2:65,plex:[65,75],plt:15,pltpi:15,pltpisec:15,pltpiusr:15,pltsd:15,plu:[116,119,120,126,128,132,139,142],plugin:[0,21,24,53,60,86,102,103,107,150],point:[15,30,37,39,55,62,63,64,68,77,89,90,91,92,93,94,101,103,129,135],polici:72,poll:[92,93,101],pong:[7,45,110],pongalt:[6,7,8,10],pongbundle_1:7,pool:[15,63,64],pop:114,popul:[40,63],port:[6,7,8,9,10,23,40,71,75,77,81,82,83,86,89,90,91,92,93,94,95,96,97,98,99,100,101,116,123,124,126,130,132,139,141,150],portabl:[28,48],portion:[4,5,11,12,13,14,15,17,18,49],posit:[37,38,39,40,42,53,110],posix:[24,60],possibl:[16,35,37,38,53,116,119,123,124,126,130,132,136,138,139,141,142,144,146,149,150],post2:150,post:[7,15,19,117,128,150],postcomp:[42,62,70],postpon:150,potenti:[6,8,9,10,15,29],pp0l6p:27,pprint:[24,60],practic:104,pre:[0,49,83,100],prealloc:30,prebuilt:62,preced:[31,39,46,62,63,64,67,68],precend:31,precomp:[42,62,70],predefin:30,preexist:63,prefer:[114,117,128,134],prefix:[15,28,31,32,39,42,46,48,129,130,132,135],pregener:15,prepackag:103,prepar:114,prepend:[30,53],prerequisit:[20,22,59,70,114,150],presenc:[45,53,150],present:[15,23,24,27,28,29,30,31,32,35,40,41,42,46,53,60,116,120,123,124,130,132,136,139,141,142,144,146,149,150],preserv:[13,28,31,32,42,45,48,53,124],preset:15,pretti:114,prevent:[15,19,41,53,63],preview:150,previou:[12,28,31,48,53,84,103,114,118,119],previous:[15,20,41,49,53,63,74,84,90,103,138,150],prgdlai:15,primari:[4,5,11,12,13,14,15,17,18,28,31,32,42,48,49,53,63,64,124],primarili:[30,40],primary_hostname_ipaddr:124,primary_j:36,primary_log_dataset:[63,64],primary_spac:53,primary_unit:[63,64],princip:15,print:[15,24,27,31,37,39,46,60,68],print_duplicate_resourc:63,print_inserted_resourc:63,printabl:53,printout:15,prior:[32,53,56,70,114],prioriti:[15,37,38,39,53,127,129,133,135,150],prioritis:[6,7,8,9,10],privat:[0,6,7,8,9,10,23,29,42,77,81,82,83,89,100],private_galaxi:103,private_token:103,privileg:[27,30,31,33,40,42],prmaabak:41,problem:[42,132,139],proc1:[37,39],proc:39,proce:[67,71,86],procedur:[39,77,103],proceed:[44,66,69],process:[15,16,22,23,24,29,30,31,32,37,39,40,42,46,47,49,50,53,59,60,63,64,66,69,77,83,92,100,103,126,132,139,150],processor:[115,126,132,139,150],processor_count_defect:120,processor_count_general_purpos:120,processor_count_icf:120,processor_count_ifl:120,processor_count_iip:120,processor_count_pending_general_purpos:120,processor_count_pending_icf:120,processor_count_pending_ifl:120,processor_count_pending_iip:120,processor_count_pending_service_assist:120,processor_count_permanent_icf:120,processor_count_permanent_ifl:120,processor_count_permanent_iip:120,processor_count_permanent_service_assist:120,processor_count_service_assist:120,processor_count_spar:120,processor_count_unassigned_icf:120,processor_count_unassigned_ifl:120,processor_count_unassigned_iip:120,processor_count_unassigned_service_assist:120,procl8b:23,proclib:[23,34,63,64,68,70],procstep:[37,39],produc:[0,5,15,28,31,34],product:[0,31,53,54,56,71,75,84,86,89,110,144],product_mod_level:36,product_nam:36,product_own:36,product_releas:36,product_vers:[36,89],profil:[12,15,27,30,31,34,40,49,53,82,119,126],prog001:27,prog00:30,progdef:[6,7,8,9,10],program:[0,1,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,21,23,26,28,30,31,32,37,38,39,41,46,48,49,53,54,58,62,63,65,66,68,69,71,126],program_nam:[37,38,39,42],programm:[15,82,116,139,140,141,142],programmer_nam:15,programview:68,progress:[83,103],progtyp:[6,7,8,9,10],proivd:89,project:[41,103,114,150],promot:[70,150],prompt:[75,77,81,86,89,90,91,92,93,94,100,101,129,135],prompt_text:[129,135],promptli:32,propag:[116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],proper:[24,42,53,60,84],properli:[56,84,86,110,150],properti:[35,53,83,84,90,100,116,117,118,119,120,121,122,123,124,125,126,128,130,131,132,134,136,137,139,140,141,142,143,144,145,146,147,148,149,150],proport:35,protect:[15,27,42,49,82,138],protocol:[15,31,34,39,45,46,48,77,103],provid:[0,1,3,6,7,8,9,10,11,12,13,15,16,19,22,23,24,27,28,29,30,31,32,33,34,35,36,37,39,40,41,42,46,47,48,53,54,60,63,64,65,67,68,71,74,75,76,77,80,83,84,86,88,89,90,91,92,93,94,95,96,97,98,99,101,102,103,112,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],provis:[0,1,4,11,12,13,14,17,19,24,39,60,78,80,84,86,87,88,89,90,91,94,102,104],proxi:[95,96,97,98,99],proxy_zmf_password:[95,96,97,98,99],proxy_zmf_us:[95,96,97,98,99],prtyag:15,prvmod:15,psb1:62,psb2:62,psb3:62,psb:[15,58,61,62,63,64,68],psb_lib:[62,63,64],psb_name:[62,69],psbchk:15,psbgen02:69,psbgen:[69,70],psbgenl:69,psblib1:62,psblib2:62,psblib:[62,63,64,69],psdint:15,pseudo:15,pstype:15,psw:[126,132],ptf:[54,70,71,75,84,96],publish:[0,84,88,93,101,114,150],pudsa:15,pudsasz:15,pull:[114,119,126,132],punch:[15,37,39],purchas:120,pure:41,purg:[15,43,53,61],purpos:[3,24,60,114,120],push:114,put:[6,7,8,9,10,19,31],pvdelai:15,pwrule_list:137,pycodestyl:150,pycrypto:150,pyflak:150,pylint:[114,150],pylintrc:150,pypi:150,pyt:[54,56,71],pytest:[22,59,114,150],python3:[24,46,60],python:[1,19,20,21,23,24,28,44,45,46,53,56,58,60,70,84,86,109,112,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],python_path:[24,60],pythonpath:[24,60],pyyaml:150,pyz:[24,60],quaiti:150,qualifi:[3,15,23,25,27,28,29,30,31,32,33,34,35,39,40,41,42,48,49,53,77],qualifier_pattern:23,quarter:56,quasi:15,quasir:[6,7,8,9,10],queri:[3,6,7,8,10,21,26,44,53,65,88,118,119,126,132,150],question:29,queu:15,queue:[3,15,17,19,37,38,39,53],queue_posit:[37,38,39],quickli:103,quiesc:15,quiestim:15,quot:[24,28,30,31,43,46,48,53,60],quotat:[24,30,43,53,60],r0101894:39,r0101895:39,r1234:120,ra000:39,race:[31,53],racf:[15,27,31,53],racfsync:15,racrout:15,rad:47,rain:23,rais:[0,23,24,36,53,60,110,150],ramax:15,ran:[16,24,37,38,39,60,150],random:[27,30,32,33,40,41],randomli:[30,31,41],rang:[6,8,9,10,15,38,42,49,103,122],rapool:15,rather:[15,83],raw:[4,5,11,12,13,14,15,17,18,29,32,42,47,49,66,69,70,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149],rdsa:15,rdsasz:15,reach:[16,53,56,126],read:[15,24,30,31,33,37,39,40,41,42,49,52,53,54,55,60,63,71,82,83,100,104,106,114,132],read_onli:42,read_writ:42,readabl:[4,5,11,12,13,14,15,16,17,18,29,150],readi:[42,44],readm:[19,53,71,84,114,150],readonli:[15,41],readthedoc:116,readwrit:15,real:[37,39,120,150],realloc:53,realm:103,reason:[6,7,8,9,10,65],rebuild:62,rec:[4,11,12,13,14,17],receiv:[15,23,28,31,43,47,48,53,62,67,83,100],recent:150,recfm:[28,39,48],reclgth:42,recogn:[15,150],recommend:[0,22,23,24,36,42,49,60,70,71,83,89,90,91,93,101,114],recon1:67,recon2:67,recon3:67,recon:67,reconnect:15,record:[4,6,7,8,9,10,11,12,13,14,15,17,18,19,28,31,32,37,39,41,42,46,48,53,61,66,67,68,69,89,90,92,93,101,120,126,132,139],record_count:[6,7,8,9,10,37,39,42],record_format:[28,31,32,42,48,53,63,64],record_id:120,record_length:[28,31,32,42,48,63,64],records:42,recov:[15,29],recover:[15,29],recoveri:[11,15,27,30,40,41,42,63,64,67],recovnotifi:15,recreat:[28,31,63],red:[0,1,19,21,52,56,58,70,72,74,78,84,103,104,106,107,109,112],redact:15,redesign:150,redhat:[103,114,150],redirect:110,reduc:[36,53,138,150],redund:[116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],reentrant:15,ref_dat:35,refer:[0,5,6,7,8,9,10,18,24,30,31,33,34,35,36,37,39,40,42,46,49,50,52,53,54,60,62,66,68,69,71,74,75,76,77,80,88,89,90,91,92,93,94,95,96,97,98,99,101,102,103,104,106,109,110,115,150],referenc:[15,35,40,42,64,93,101,142,144,146,150],reflect:53,refresh:15,regardless:[23,31,44,126,150],regex:[30,40,44,113],regexp:[40,145],region:[1,3,4,5,6,7,8,9,10,11,12,13,14,15,17,18,19,20,39,63,64,68],region_data_set:[3,4,5,11,12,13,14,15,17,18],region_jcl:[3,19],regist:[15,39,45,53,82,83,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149],registri:[84,89,90,92,94],regular:[30,35,40,42,44,53,113,117,145],regularli:104,reject:[126,150],rel:[31,41,120],relai:107,relat:[0,6,7,8,9,10,15,16,19,31,37,38,39,42,83,100,110,120,126,150],relatedassign:[6,7,8,9,10],relateddescript:[6,7,8,9,10],relatedscop:[6,7,8,9,10],relationship:[62,66],releas:[20,24,54,57,60,71,86,102,110,133],release_:[114,150],release_m:114,release_not:[114,150],relev:[65,114],reli:[30,33,34,39,40,45,46,53,55,109,117,128,134,150],reload:[31,39,46],remain:[15,28,31,41,48,49,53,116,119,120,122,123,124,130,132,136,139,141,142,144,146,149,150],remot:[0,15,27,28,30,31,33,34,39,40,46,48,66,69,80,82,86,95,96,97,98,99,110,114,142],remote_cmd:46,remote_src:[31,46,48,53],remote_tmp:[46,53],remote_zmf_password:[95,96,97,98,99],remote_zmf_us:[95,96,97,98,99],remotenam:[6,7,8,9,10],remotesystem:[6,7,8,9,10],remount:41,remov:[3,5,8,15,18,19,26,28,30,31,32,39,40,41,46,53,64,84,88,89,114,120,132,139,150],removecnt:[6,7,8,9,10],renam:[27,30,40,41,49,53,116,150],render:[31,39,46],renov:150,rentpgm:15,repeat:[0,15],repeatedli:[27,30],replac:[15,24,27,30,31,32,40,42,53,60,66,69,70,142,150],replace_acb:63,repli:44,replic:[42,53,124,136,142,146],replication_overwrite_poss:144,repo:[114,150],report:[39,53,86,96,97,98,114,150],repositori:[0,7,19,42,74,84,87,103,104,107,110,150],repres:[1,6,8,9,10,15,21,24,30,40,55,58,60,64,72,77,78,95,96,97,98,102,112,114,118,146],represent:[55,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],repro:[31,42],req:[0,114,150],request:[0,2,3,6,7,8,9,10,15,16,19,20,22,24,31,32,41,42,44,53,59,60,73,79,82,84,90,92,93,95,96,97,98,99,101,114,117,118,119,121,126,128,131,134,137,140,143,145,147,148,150],requestmethod:82,requests_ca_bundl:[116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149],requesturi:82,requir:[3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,22,24,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,45,46,47,48,49,50,54,55,56,60,62,63,64,65,66,67,68,69,70,71,74,75,77,80,81,83,84,85,86,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,108,110,114,138,150,151],res820:36,rescount:[6,7,8,9,10],reserv:[0,23,132,139],reset:[41,119,126,138,150],reset_clear:[126,150],reset_norm:[126,150],resgroup:[6,7,8,9,10],resid:[6,7,8,9,10,15,27,37,38,39,42,49,83,95,96,97,98,100],reslib:[62,63,64,68],resolv:[0,23,62,63,64,68,84,96,97,150],resourc:[0,1,3,7,12,15,16,19,27,31,35,45,53,63,64,66,72,74,76,82,104,107,110,112,116,117,119,120,121,123,124,126,128,130,132,134,136,139,141,142,144,146,148,149,150,151],resource_chkp_freq:[63,64],resource_typ:35,resourceclass:82,resourceitem:82,resourceprofil:82,resoverrid:15,resp2:[6,7,8,9,10],resp:[6,7,8,9,10,15],resp_alt:[6,7,8,9,10],respect:[15,28,35,142,150],respet:15,respond:[24,60,129,135],respons:[6,7,8,9,10,15,16,26,27,30,31,33,34,39,40,42,43,47,53,61,62,67,68,80,95,96,97,98,99,127,129,135],response_encod:42,ressec:15,ressnam:[6,7,8,9,10],rest:[1,3,6,7,8,9,10,19,20,31,39,46,72,75,76,77,78,82,83,84,86,95,96,97,98,99,109],restart:[11,12,13,15,44,132],restor:[21,26,46,49,53],restore_backup:53,restrict:[35,36,83,100,150],result:[3,9,16,23,24,26,27,28,30,31,32,34,37,38,39,40,42,43,45,46,47,48,53,60,61,62,65,66,69,82,83,95,96,97,98,100,114,117,120,121,126,128,129,134,135,138,142,145,148,150],result_auth:[82,83],resum:76,resver:[6,7,8,9,10],ret_cod:[16,37,38,39,42,53],retain:[4,5,11,13,14,15,17,18,31,42,53,64],retent:[15,64],retention_tim:144,retri:[92,93,101],retriev:[15,19,21,27,28,30,31,33,36,40,41,48,53,84,88,90,95,96,97,98,115,150],return_cod:65,return_cont:[40,42],return_output:[39,53],return_text:[66,69],return_valu:[24,60],reus:[15,31,42],revert:53,review:[0,2,20,22,25,41,51,53,54,56,59,71,73,79,86,103,104,105,109,110,114],revoc:15,rexx:[21,35,45,46,47,50,53,83,100],rich:50,rid:150,right:114,ring:15,rload:[6,7,8,9,10],rls:15,rlse:39,rlstolsr:15,rmode:39,rmtran:15,rnl:15,roadmap:114,roce:130,rocket:[71,110],role:[29,72,74,78,81,84,86,95,96,97,98,99,102,103,115,142,150],rollback:68,room:15,root:[15,24,27,28,30,31,33,40,48,60,110,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],round:126,rout:[15,65],router:15,routin:[29,53],row:114,rplid:[6,7,8,9,10],rrd:[31,32,42,63,64],rremov:[6,7,8,9,10],rrm:15,rrn:15,rsdnt:43,rsn:65,rst:[15,114,150],rstsignoff:15,rstsigntim:15,rsusr:23,rule1:[136,146],rule:[28,31,32,48,83,114,115,116,142,150,151],run:[2,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,26,27,29,30,31,32,38,39,40,41,47,49,53,54,55,58,59,62,63,64,65,66,68,69,71,75,83,84,86,88,89,90,91,92,93,94,100,103,107,109,114,127,129,133,135,150],run_typ:114,runawai:15,runlib:30,runner:32,runth:23,runtim:[6,7,8,9,10,15,19,23,63,68,150],ruse:[6,7,8,9,10],ruwapool:15,rwx:[28,31,48],s0c4:[16,37,38],s0jm:[37,39],s71:119,sa_create_dynamic_resourc:76,sa_rest_api_timeout:77,sa_service_hostnam:77,sa_service_port:77,sa_service_protocol:77,saf:[82,84,86],safeti:[114,138,150],same:[3,15,16,23,28,30,31,32,33,34,36,39,41,42,46,48,53,56,63,82,83,86,100,101,103,114,127,133,138,142,150],same_workflow_inst:83,sampl:[4,5,6,7,8,9,10,11,12,13,14,15,17,18,19,20,25,27,30,31,33,34,35,36,37,38,39,40,41,43,44,45,46,47,49,61,62,63,64,66,67,68,69,70,74,81,82,83,84,90,95,96,97,98,99,100,103,104,110,116,117,118,119,121,122,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,150],sample2:70,sample_seq_data_set:31,samplehost:[77,89,90,91,92,93,94,95,96,97,98,99,101],samplenam:23,san:[23,139,140,141],saniti:[70,114,150],sanitis:19,santi:150,sap:120,sass:47,satisfi:[31,53,82,150],save:[13,36,39,42,63,84,89,90,91,93,99,101,119,126,132],save_acb:63,sc27:113,sc28:113,sca:[82,84,86],scalar:42,scan:[15,39,53,114],sceecic:15,sceerun2:15,sceerun:15,scenario:31,scene:[24,60],schedul:[62,114],scheme:[6,7,8,9,10],sci:65,scope:[6,7,8,9,10,15,19,24,31,39,46,60,124,146],scp:[31,34,39,45,46,48],scp_extra_arg:45,scr002:42,scr013:23,scr03:35,scratch:63,screen:15,script:[11,16,26,30,39,47,48,50,53,54,71,83,100,150],sdesc:77,sdfhauth:[15,27],sdfhlic:15,sdfhload:[3,11,12,13,15],sdfhsamp:15,sdfjauth:27,sdfsmac:[39,66,69],sdfsresl1:62,sdfsresl2:62,sdfsresl:[62,63,64,67,68],sdk:[0,20,53,56,70,109,110],sdsa:15,sdsasz:15,sdsf:53,sdtmemlimit:15,sdtran:[15,16],sdump:15,se_vers:[121,128,134,148],se_version_info:148,seamless:[0,102],search:[15,23,31,35,42,46,48,53,56,84,88,103,124,127,133],search_distinguished_nam:124,search_order_index:144,search_software_updates_respons:98,search_software_updates_response_fil:98,sec:[9,15,37,39,53],second:[6,7,8,9,10,15,16,19,23,39,43,53,77,92,93,100,101,114,118,119,126,127,133,139],secondari:[4,5,11,12,13,14,15,17,18,28,31,32,42,48,53,63,64],secondary_log_dataset:63,secondary_unit:[63,64],secprfx:15,secret:[142,150],sect:39,section:[3,6,7,10,16,22,23,24,37,38,39,53,54,59,60,63,64,70,103,104,109,114,150,152],secur:[15,31,34,39,41,46,48,53,70,80,84,86],secure_boot:150,secure_execut:150,see:[0,2,3,6,7,8,9,10,16,20,22,23,32,39,59,71,73,79,103,110,114,119,120,121,126,128,139,142,148,150],seen:53,segment:[35,53,62,63,64,66],segment_chkp_freq:63,select:[0,15,24,29,35,48,53,56,60,63,64,104,108,109,114,122,132,139],select_properti:[119,126,132,150],selector:[132,139],self:150,semant:[103,114],semicolon:[47,53],semver:114,send:[15,28,53,114],senseg:62,sensit:[6,7,8,9,10,15,28,31,32,41,48,53,62,95,100,136],sent:[6,7,8,9,10,42,48,127,129,132,133,135],separ:[15,30,35,103,104,127,132,133,138,150],sepcifi:15,seq:[27,28,31,32,35,42,48,63,64,66,69],sequenc:[31,39,42,46,129,135,138],sequence_numb:[129,135],sequenti:[5,11,15,18,27,28,30,31,32,33,34,35,39,40,42,66,69],ser:39,seri:[16,37,38,39,55,103],serial:[15,23,27,31,39,49,63,64],serv01:41,serv02:41,serv03:41,serv04:41,serv:22,server:[0,15,41,72,75,76,77,80,82,83,86,89,90,91,92,93,94,95,96,97,98,99,100,101,107,109,110,115,118,132,139,142,150],server_list:103,servic:[11,15,19,20,21,28,30,31,33,34,37,38,39,40,41,42,46,48,52,53,54,55,66,69,71,76,77,78,83,84,86,88,91,92,94,96,97,98,99,100,104,106,112,113,114,120,133,142,151],session:[15,24,60,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,139,140,141,142,143,144,145,146,147,148,149,150],session_id:[116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],set:[0,1,3,6,7,8,9,10,11,12,13,14,16,19,20,21,22,23,24,26,27,30,31,33,34,36,37,38,39,40,41,42,43,44,46,47,49,50,53,54,57,60,62,63,64,66,67,68,69,70,71,86,88,96,97,98,103,109,110,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],set_dynam:27,set_fact:[30,90],set_stat:27,setgid:41,setprog:27,setuid:41,setup:[53,63,86,150],setuptool:150,seven:15,sever:[3,15,24,39,53,60,80,88,115,150],seyuauth:15,seyuload:15,sftp:[31,34,39,45,46,48,110],sg1:[132,139],sga1:140,sha256:[31,34],share:[15,30,31,32,39,40,41,46,53,63,88,126,132,139,142],share_mod:63,shareopt:42,sharestatu:[6,7,8,9,10],shell:[20,24,30,36,40,46,56,60,70,71,83,100,110,114],ship:15,shorter:53,shortli:150,should:[9,15,16,23,24,28,29,30,31,32,33,34,35,39,40,41,42,43,45,46,48,53,60,63,64,83,84,86,114,117,120,128,129,134,135,138,150],shouldn:[24,60],show:[0,3,15,19,20,37,43,46,65,103,114,126,127,133,150],shown:[3,6,7,10,16,37,38,39,89,90,91,93,95,96,97,98,99,101,114,126,132],shr:[15,30,31,32,39,40,42,47,53,63,64],shrd:[37,39],shut:16,shutdown:[1,3,15,16,19,41],side:24,sign:[15,29,150],signal:15,signifi:31,signon:15,similar:[26,42,61,80,104,136],similarli:[24,42,60],simpl:[28,48,150],simplex:49,simplifi:[24,60,76,150],simul:68,simultan:[0,30,32,40,53],sinc:[29,32,42,55,70,83,114,120,138,150],singl:[3,6,7,8,9,10,15,24,28,29,32,40,42,43,47,60,65,66,67,69,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],singular:[4,5,11,12,13,14,15,17,18],sit:15,sit_paramet:15,site:[0,15,19,84,114],situat:[15,23,41,42,104,150],six:[6,7,8,9,10,27],size:[4,5,11,12,13,14,15,17,18,24,28,29,31,32,34,35,37,39,42,43,46,48,49,53,60,63,64,139,141],skelet:67,skip:[46,49,83],skrxxxx:15,slack:114,slack_hook:114,slightli:40,slot:[37,39],smaller:28,smf000i:[37,39],smf_name:36,smp:88,sms:27,sms_data_class:[28,31,32,42,48],sms_manag:49,sms_management_class:[28,29,31,32,42,48],sms_storage_class:[28,29,31,32,42,48],smss:[6,7,8,9,10,19],smssj:15,sna:15,snippet:23,snp:15,snpreset:15,snscope:15,socket:[15,74,77],softar:89,softwar:[78,84,86,88,95,99,104,108,109,120],software_instance_nam:[95,96,97,98],software_instance_uuid:[95,96,97,98],software_management_csi_query_cicdtest1:95,software_management_reports_cicdtest1:[96,97,98],software_management_system_uuid_cicdtest1:99,software_model:120,software_model_direct:120,software_model_perman:120,software_model_permanent_plus_bil:120,software_model_permanent_plus_temporari:120,software_model_purchas:120,software_typ:89,sole:[24,60],solut:[51,102,105,150],some:[13,24,27,28,30,31,32,34,35,40,41,42,49,53,54,60,62,63,64,66,68,69,83,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],somedirectori:30,somefil:[34,40,66,69],somefile1:66,somefile2:66,someobject:[24,60],sometim:[63,64,65,67,68],someus:41,sort:42,sortin01:42,sortin02:42,sortout:42,sortpgmoutput:42,sotun:15,sound:[129,135],sound_alarm:[129,135],sourc:[0,11,27,28,30,31,33,34,39,40,41,42,45,48,50,51,53,55,66,69,102,103,105,114,150],source_memb:[66,69],source_nam:[66,69],sp800:15,space:[0,4,5,6,7,8,9,10,11,12,13,14,15,17,18,28,29,30,31,32,37,38,39,42,46,48,49,53,63,64,104],space_primari:[4,5,11,12,13,14,15,17,18,28,31,32,42,48,53],space_secondari:[4,5,11,12,13,14,15,17,18,28,31,32,42,48],space_typ:[4,5,11,12,13,14,15,17,18,28,29,31,32,42,48,53],spack:28,spare:120,spctr:15,spctrxx:15,spe:75,special:[15,19,28,30,31,39,40,42,43,44,46,48,49,53,122,136,145],special_nam:23,special_names_get_uppercas:23,specialti:120,specialty_processor:120,specif:[3,15,20,24,28,31,35,36,37,42,48,52,53,54,58,60,62,64,65,69,71,84,86,88,89,92,93,95,101,103,106,108,109,110,114,115,117,118,122,126,128,131,132,134,139,148,150],specifi:[0,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,23,25,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,44,46,47,48,49,53,62,63,64,65,66,67,68,69,77,82,83,86,89,90,91,92,93,94,95,96,97,98,99,100,101,103,110,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],specific_template_nam:144,specific_template_uri:144,speed:[42,150],sphinx:[114,150],sphinxcontrib:150,spool:[15,37,39,53,83,100],spoolopen:15,spoolwrit:15,sql:[31,61],sql_input:68,srb:[37,39],srbsvc:15,src:[28,30,31,33,34,39,40,41,46,47,48,53,66,69],src_encod:42,src_param:41,srcmem:31,srm:15,srt:15,srvercp:15,ssc:[119,126,130,132,139],ssc_dns_server:150,ssc_ipv4_gatewai:150,ssc_ipv6_gatewai:150,ssh:[0,20,45,86],ssh_modul:45,ssl:[6,7,8,9,10,15,124],sslcach:15,ssldelai:15,sso:103,stabl:[114,116,150],stable_:114,stable_m:[114,150],stack:53,stage:[15,63,68,82],stamp:15,stand:[6,7,8,9,10,19,20],standard:[4,5,11,12,13,14,15,16,17,18,31,34,39,46,48,63,64,66,68,69,114,125,136,137,142,143,147,150],standbi:15,start:[4,5,9,11,12,13,14,15,17,18,19,24,30,31,32,35,37,39,40,45,46,53,60,77,83,84,92,100,102,103,107,119,126,127,129,132,133,139,150],start_:114,start_m:114,start_partit:150,start_stat:[4,5,11,12,13,14,15,17,18],starter:15,startup:[1,3,19],state:[3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,24,27,28,30,31,32,38,40,41,49,53,60,82,83,89,116,118,119,120,122,123,124,126,130,132,136,138,139,140,141,142,144,146,149,150],statement:[15,24,27,31,37,39,42,46,53,60,61,62,63,64,67,83,86,100,101,150],stateod:15,statint:15,statist:[15,37,39],statrcd:15,statu:[6,7,8,9,10,15,16,26,33,37,39,41,42,43,53,63,64,65,66,67,69,82,83,100,114,116,117,119,121,122,126,128,132,134,139,140,148,150],status:[53,132,150],status_group:42,status_timeout:[126,150],stc00143:64,stc01533:44,stc01537:44,stc02560:37,stc:[37,38],stderr:[4,5,11,12,13,14,15,17,18,27,30,31,34,35,41,45,46,53,63,64,66,68,69,110],stderr_lin:[31,34,41,46],stdout:[4,5,11,12,13,14,15,17,18,27,30,31,34,35,41,46,53,66,69],stdout_lin:[31,34,41,46],step0001:[37,38,39],step1:64,step:[15,16,24,37,38,39,42,60,66,83,84,100,114,118],step_cc:[16,37,38,39],step_nam:[16,37,38,39,83],step_numb:83,step_titl:83,steplib:[15,62,63,64,67,68],stepnam:[37,39,83],stgadmin:[49,82],stgprot:15,stgrcvy:15,still:[53,83,114,150],stl1:[37,39],stmt:39,stntr:15,stntrxx:15,stop:[3,19,37,39,47,53,65,83,87,92,119,132,150],stop_cics_modul:15,stop_partit:150,stop_region:[3,19],stor:42,storag:[3,15,19,27,28,29,31,32,34,42,46,48,49,63,64,115,116,118,119,123,126,132,146,150],storage_class:[63,64],storage_group:[139,146],storage_group_attach:140,storage_group_nam:[140,141],storage_group_templ:146,storage_group_uri:150,storage_volum:141,storageadmin:146,store:[6,7,8,9,10,12,14,15,28,29,32,34,41,42,48,49,63,67,77,104,110,126],store_status_ind:[126,150],str:[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,23,24,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,60,62,63,64,65,66,67,68,69,70,77,81,82,83,89,90,91,92,93,94,95,96,97,98,99,100,101,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149],strategi:[0,102],stream:[4,5,11,12,13,14,15,17,18,31,34,42],streamlin:86,street:23,string:[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,23,24,28,31,32,34,35,39,41,42,44,46,47,48,53,55,60,65,70,83,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],strip:[31,39,46],strong:[81,82,83],structur:[24,47,60,62,65,88,138,150],style:[36,42,145],sub:150,subdirectori:53,subentri:95,subgroup:47,subgroup_info:65,subject:[15,31,53,98,146],submiss:[16,37,38,39,53],submit:[11,15,16,21,26,43,47,50,53,61,64,83,100],subopt:53,subparamet:15,subscript:104,subsequ:[27,30,83,100,150],subset:[6,7,8,9,10,36,70,117,119,121,125,128,131,134,137,143,145,147,150],substep3:83,substitut:[39,43],substr:44,subsystem:[27,28,37,39,48,77,104,126,139,140,141],subtsk:15,succe:[110,114,118,119,150],succeed:[53,81,114],succesfulli:67,success:[6,7,8,9,10,15,27,28,30,31,32,33,34,35,37,38,39,40,41,42,43,44,45,48,62,66,69,81,82,83,110,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],success_count:[6,8],successfulli:[6,8,16,32,34,41,42,114],sudo:150,suffici:[127,129,133,135,142],suffix:[15,114],sum:15,summari:39,supplementari:[52,106,107],suppli:[6,7,8,9,10,16,24,32,42,60,81,82,83,100],support:[6,7,8,9,10,11,15,19,21,23,24,28,30,31,33,34,35,39,40,42,44,46,48,49,53,54,55,58,60,62,63,64,66,68,69,70,71,72,78,81,82,83,84,86,92,100,102,108,109,114,115,116,122,132,145,150],suppress:150,supprt:150,sure:[0,28,46,110,114],surpress:15,surrog:15,surround:[30,41],surveil:15,sv1:141,svc:[15,62,63,64,68],svc_class:[37,38,39],svllab01:36,svplex1:36,sy1:83,sydumax:15,symbol:[28,31,39,43,48,55,66,69],sync:[114,150],syncpoint:15,syntax:[30,53,95,96,97,98,99,103,104,116,119,123,124,126,130,132,136,139,141,142,144,146,149,150],sys1:[30,41,42,66,69],sys20073:39,sys:[24,36,60],sys_lib:[66,69],sys_nam:36,sysabend:[15,63],sysaff:39,sysctlg:47,sysda:39,sysdef:15,sysexec:46,sysidnt:15,sysin:[15,37,39,42],syslib:39,syslin:39,syslmod:39,sysmod1:98,sysmod2:98,sysmod3:98,sysmod:[84,96,97,98],sysnam:41,sysout:[15,37,39,42],sysplex:[15,41,86,89,126],sysplex_nam:[36,89],sysprint:[15,37,39,42],sysr:27,system:[0,1,6,7,8,9,10,11,12,15,16,19,21,24,26,27,28,29,30,31,32,33,34,35,37,38,39,40,42,43,44,46,47,48,49,53,55,60,62,63,64,65,66,68,69,74,75,76,77,83,84,86,88,89,90,91,92,93,94,95,96,97,98,100,101,103,104,113,114,116,117,119,120,121,122,123,124,126,127,128,129,130,131,132,133,134,135,136,139,140,141,142,143,144,146,147,149,150,151],system_nam:89,system_nicknam:[93,95,96,97,98,99,101],systems_nam:[89,101],systems_nicknam:93,systr:15,sysudump:15,sysut1:[37,39,64],sysut2:[37,39],sysut3:62,sysut4:62,syszd6:36,t043jm:[37,39],t12345:27,t125008:39,tabl:[6,7,8,9,10,15,32,49,53,56,93,101,114],tableonli:15,tag:[31,41,53,71,114,150],tag_ccsid:[41,53],tag_untag:[41,53],tailor:104,take:[4,5,11,12,13,14,15,17,18,23,28,31,34,39,42,53,62,63,64,67,68],taken:[15,32,35],takeov:[15,41],takeovr:15,tape2:41,tape_link_uri:150,tar:[27,28,30,31,33,40,41,48,53,103,114],tarfil:28,target1:69,target2:[66,69],target3:69,target4:[66,69],target:[0,3,5,6,7,8,9,10,15,18,22,23,24,26,29,31,36,37,38,39,45,47,48,49,53,60,61,62,63,64,65,66,67,68,69,71,77,80,83,86,89,90,91,92,93,94,95,100,101,109,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,139,140,141,142,143,144,146,147,148,149,150,151],target_userid:82,targetassign:[6,7,8,9,10],targetdescript:[6,7,8,9,10],task:[0,1,3,4,5,11,12,13,14,15,16,17,18,19,21,26,27,30,31,32,33,34,39,40,46,49,53,54,58,61,63,71,72,74,75,77,78,80,81,83,86,88,89,90,91,92,93,94,95,96,97,98,99,100,101,107,109,110,115,116,118,119,120,122,123,124,125,126,127,129,130,132,133,135,136,137,139,140,141,142,143,144,145,146,147,148,149,150],taskno:15,tbexit:15,tcb:15,tcp:[6,7,8,9,10,15,37],tcpip:[15,37],tcsactn:15,tcswait:15,tct:15,tctua:15,tctuakei:15,tctualoc:15,td_intrapartit:[3,19],tdintra:15,team:[104,110,114],tell:[24,60],temp_acb_dataset:63,temp_backup:29,temp_volum:29,tempdir:70,templat:[0,3,4,5,11,12,13,14,15,17,18,25,27,30,31,39,46,53,72,74,77,84,88,93,142,143,144,146],template_name_overrid:144,template_name_override_default_template_nam:144,template_name_override_default_template_uri:144,template_name_override_ldap_server_definition_nam:144,template_name_override_ldap_server_definition_uri:144,template_paramet:[31,39,46],templatenam:77,templt:15,tempnam:39,temporari:[0,3,15,19,24,27,28,29,30,31,32,33,34,40,41,42,46,48,49,53,60,115,150],temporarili:[29,31,32,34,39,46,48,120,150],tenant:93,tenant_nam:93,tend:110,terabyt:35,term:[104,109],termid:15,termin:[12,15,16,31,39,41,42,63,64,132,150],termuacc:47,ters:[28,48,53],terse_pack:[28,53],test01:[24,60],test1:[24,33,48,60],test2:48,test:[2,28,29,30,31,32,33,34,35,39,40,42,47,48,52,53,56,70,106,120,124,146,150],test_activ:120,test_config:[24,60],test_create_dataset_arg_expans:[24,60],test_create_dataset_exception_receiving_nam:[24,60],test_create_dataset_missing_all_arg:[24,60],test_create_dataset_missing_second_arg:[24,60],test_create_dataset_various_arg:[24,60],test_data:[24,60],test_dataset_cr:[24,60],test_partit:114,test_us:124,test_zhmc_adapter_list:150,test_zhmc_partit:150,test_zhmc_password_rul:150,test_zhmc_sess:150,test_zhmc_us:150,testcas:[70,114,150],testdata:33,testdb:67,testdsn:[24,60],tester:[11,24,39,60],testgrp1:11,testgrp2:11,testhmc:[114,150],testinventori:150,testnam:[23,24,60],testopt:114,testpgm:31,testprg1:11,testprg2:11,testus:47,testusr:49,testutil:150,testvault:150,text:[6,7,8,9,10,15,16,30,31,39,41,42,43,44,45,53,65,68,82,114,127,129,133,135,142,150],textual:[21,26],tfs:41,than:[6,8,9,10,15,28,31,33,34,35,38,39,41,47,49,53,63,83,114,120,126,129,135,139,150],thei:[0,15,23,24,25,27,28,29,31,32,34,41,43,48,53,60,71,80,150],them:[15,20,23,28,31,39,42,44,46,53,64,89,93,104,109,114,122,150,151],therefor:[15,20,24,25,27,42,51,60,84,86,105],thi:[0,1,2,4,5,6,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,27,28,29,30,31,32,34,35,36,37,38,39,40,41,42,43,45,46,48,49,50,53,56,58,59,60,62,63,64,65,66,67,68,69,70,71,72,73,74,75,77,78,79,82,83,84,86,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,112,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],thin:[24,60],thing:114,third:[81,82,83],those:[0,15,35,48,80,84,96,119,126,132,146,150],though:[31,41,53],thousand:15,thread:[132,139],threadsaf:15,three:35,threshold:15,through:[1,11,15,16,21,30,31,32,34,37,38,39,40,46,53,58,62,72,78,83,102,112,114,142],throughout:53,thu:[31,34,39,46,48,56,71,109,132,150],time:[6,8,9,10,15,16,23,24,28,35,36,37,38,39,42,43,49,53,56,60,66,69,83,92,93,100,101,117,119,126,127,128,129,132,133,134,135,142,150],time_stamp:64,timeout:[6,7,8,9,10,15,16,19,74,77,118,119,126,132,139,142,150],timer:126,timestamp:[27,30,31,33,40,41,63,64,120,129,135],tinad:35,tip:[22,59],titl:83,tke:122,tls11:15,tls12:15,tls13:15,tmp:[0,28,29,30,31,34,35,40,41,42,46,48,53,66,69,89,90,91,93,95,96,97,98,99,101,110],tmp_hlq:[27,28,29,30,31,32,33,34,40,41,42,48,49,53],tmp_path:53,tmphlq:[27,28,29,30,31,32,33,34,40,41,42,48,49],to_csdgroup:6,to_encod:[33,53],to_expand:[24,60],todai:114,togeth:[15,35,37,39,51,102,105,119,126,132],token:[0,81,82,83,103,126],toler:[124,138,150],tool:[15,114,150],toolkit:45,top:[15,25,28,114],top_data_set:15,topic:[0,6,7,8,9,10,41,95,96,97,98,99,104,114],total:[15,39,44,92,93,101,116,139],tower:0,trace:[3,15,19,53],traceback:53,track:[4,5,11,12,13,14,15,17,18,49,53],tracker:114,tradit:[71,104],traffic:[127,133],trail:[29,31,39,44,46,53,127,133],tran:[15,65],traniso:15,transact:[3,15,16,19,65],transaction_dump:[3,19],transfer:[31,34,39,45,46,48,50,55,110],transform:25,transid:[6,7,8,9,10],transit:150,transmit:28,transport:28,trap:15,travers:[34,53],travi:150,trdumax:15,treat:[31,39,42,45,46,66,69],tree:[28,31],tri:150,trigger:[53,139],trim_block:[31,39,46],trk:[4,5,11,12,13,14,15,17,18,28,29,31,32,42,48,49],troubleshoot:[102,150],trtabsz:15,trtransz:15,trtranti:15,truncat:[31,33,42],trust:[6,7,8,9,10],tsmainlimit:15,tso:[16,21,26,35,46,53],tsocmd_to_issu:[83,100],tst:15,tstre:67,tsu:38,tuesdai:[23,37],tune:15,tupl:122,turn:0,two:[3,5,15,18,20,23,24,28,29,30,35,42,46,60,62,63,66,76,122,150],txt:[19,24,28,30,31,40,42,46,48,60,114,150],type:[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,20,22,24,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,53,58,60,62,63,64,65,66,67,68,69,70,77,81,82,83,89,90,91,92,93,94,95,96,97,98,99,100,101,110,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],type_2_data:65,typeerror:[24,53,60,150],typic:[22,24,40,60,86,127,133],typrun:[39,53],u0026mbr:39,u00270000:49,u0027:[31,34,37,39,41,49],u0027hello:[37,39],u0027i:41,u0027object:39,u0027sourc:41,u0027un:34,u0027us:34,u0027xref:39,ubuntu:150,udsa:15,udsasz:15,udx:122,ui66511:84,ui66512:84,ui70435:70,uid:[31,41],unabl:[53,110],unaccept:[121,126,128,132,134,139,148],unalloc:15,unam:[127,133],unarch:[26,28,53],unarchiv:[48,53],unassign:[120,139],unauthent:[6,7,8,9,10],unauthor:[42,53,62],unbind:15,uncatalog:[30,31,32,33,34,35,39,40,41,42,53,63],uncatalogu:53,uncatlg:[53,63,64],unchang:[40,41,49,116,119,120,122,123,124,130,132,136,139,141,142,144,146,149],uncommit:15,uncompress:[48,129,135],uncond:63,uncondition:63,unconfigur:[116,150],unconstrain:15,undefin:31,undeliver:15,under:[0,6,7,8,9,10,15,24,25,28,36,37,53,60,67,92,103],undercov:82,undergo:109,underli:[31,34,39,42,46,48,56],underscor:[70,116,117,119,121,123,124,126,128,130,131,132,134,136,137,139,141,142,143,144,145,146,147,149,150],understand:[53,104,107,110,114],understood:41,undo:[11,12,24,60],undocu:53,unew:114,unexpect:[28,31,48,53],unformat:67,unformatted_output:67,unicod:[55,150],unicodedecodeerror:110,unidentifi:53,unifi:[0,51,102,105,150],uniform:66,uniqu:[15,16,30,31,37,38,39,41,42,53,77,83,93,99,101,129,135],unit:[4,5,11,12,13,14,15,17,18,22,28,29,31,32,39,42,43,48,49,59,63,64,103,114,126,132,139,141],unittest:[24,60,150],unix:[11,15,21,28,29,30,31,33,34,39,40,41,42,46,48,53,55,66,69,83,100],unknown:[6,7,8,9,10,43,82,103],unless:[15,28,31,39,42,43,44,46,48,56,62,68,103,126,139,140],unlik:25,unmanag:[121,150],unmount:[41,132,150],unmount_iso:132,unmount_opt:[41,53],unnecessari:[22,23,42,53,150],unord:42,unpack:[28,48,53],unpin:150,unqualifi:35,unrel:[129,135],unspecifi:[28,31,48],unsuccess:103,unsupport:36,untag:[41,54,71],until:[15,16,42,127,133],untrust:124,unusu:150,unvers:114,uownetql:15,upattern_list:145,upb:42,updat:[1,3,7,11,15,16,19,23,27,30,32,40,41,53,63,64,65,70,74,82,84,88,104,110,114,116,117,119,120,123,124,126,128,130,132,136,139,141,142,144,146,149,150],update_paramet:10,update_retention_criteria:64,upgrad:[11,12,13,110,118,119,120,150],upgrade_timeout:[118,119,150],upload:[114,150],upon:99,upper:[15,23,53],uppercas:[53,95],uppercase_str:23,upstream:114,uri:[74,82,116,119,122,124,126,130,132,136,139,141,142,144,145,146,150],url:[6,7,8,9,10,83,100,103,114,150],urm:15,urole_list:147,usabl:15,usag:[0,6,7,8,9,10,23,25,53,70,122,132,139,141,150],usage_domain:122,usb:118,use:[0,1,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,19,20,22,24,27,28,29,31,32,34,39,40,41,42,45,46,48,49,53,60,63,64,67,71,76,82,83,84,88,102,103,104,107,109,110,114,117,124,128,134,138,150],use_adrdssu:[28,48],use_qualifi:34,use_regex:44,use_templ:[31,39,46],useagelstat:[6,7,8,9,10],usecount:[6,7,8,9,10],used:[0,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,22,23,24,25,26,27,28,29,30,31,32,33,34,35,37,39,40,41,42,43,46,48,49,50,53,55,60,61,62,63,64,66,67,68,69,70,75,76,77,80,81,82,83,84,86,89,90,91,92,93,94,95,96,97,98,99,100,101,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],usefetch:[6,7,8,9,10],useful:[30,40,107],user03:39,user1:142,user:[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,23,24,27,28,29,30,31,32,33,34,35,39,40,41,42,46,47,48,49,50,53,60,64,65,68,77,81,82,83,84,88,89,90,91,92,93,94,95,96,97,98,99,100,101,103,104,113,114,115,117,118,120,125,128,134,150,151],user_list:143,user_nam:110,user_pattern:[144,145],user_pattern_nam:142,user_pattern_uri:142,user_rol:[142,146,147],user_role_nam:142,user_template_nam:144,user_template_uri:144,user_to_list:[83,100],userexeckei:[6,7,8,9,10],userid:[15,37,39,95,96,97,98,99,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],userlib:[35,67],usernam:[24,29,32,60,77,81,82,83,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149],userpattern1:144,usertr:15,uses:[0,12,13,15,16,24,28,31,34,37,39,46,48,49,50,53,60,89,90,91,93,101,114,138,150],using:[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,24,25,26,28,29,30,31,32,34,35,38,39,40,41,42,43,45,46,47,48,49,53,56,60,62,63,72,80,85,86,89,90,91,92,93,94,95,96,97,98,99,101,103,114,115,116,119,123,126,127,130,132,133,138,145,146,149,150],usr0010:27,usr:[23,24,46,60,110],usrdelai:15,uss:[11,24,27,28,30,31,33,34,35,39,40,41,42,48,53,55,60,66,69,74,77],ussconfig:15,usshom:15,usual:[0,37,41,80],utc:127,utf:[23,31,39,53,55,110],util:[0,1,12,13,16,20,21,24,30,33,34,37,38,39,40,42,53,56,58,60,62,63,64,67,68,69,70,71,110,113,150],uuid:[84,88,95,96,97,98,139,141],v15:71,v2r2:55,v2r3:[24,56,60,70,71,84,86,87],v2r4:[56,70,84],v2r5:84,v2rx:56,v3r8:[24,60],v5r3m0:27,v7k:123,valid:[6,7,8,9,10,15,19,22,23,24,28,29,31,32,34,35,39,41,42,44,46,48,53,60,63,64,68,80,83,84,86,95,114,116,132,138,139,150],validate_checksum:34,validatedid:82,valu:[3,19,22,23,24,29,53,60,61,70,74,77,80,84,89,90,91,92,93,94,95,96,97,98,99,100,101,104,150],value1:[24,60,101],value2:[24,60,101],value3:[24,60],value_specified_in_no_log_paramet:142,valueerror:23,var1:[89,90,92,93,101],var1_valu:[89,92,93],var2:[89,101],var2_valu:89,varaibl:100,vari:[0,27,28,31,32,42,48,49,51,53,55,66,104,105,109],variabl:[0,6,7,8,9,10,19,23,24,27,28,30,31,32,34,36,39,40,42,46,48,53,60,63,71,82,83,103,110,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],variable_end_str:[31,39,46],variable_start_str:[31,39,46],variant:114,variou:[15,63,64,68,84,89,92,93,101,104,112],vars_fil:[77,88],vars_prompt:[77,81],vault:150,vba:[28,31,32,42,48,63,64],vcat:47,vendor:[83,89],vendor_nam:89,verbos:[31,34,42,43,53,68,104,114],veri:15,verif:[6,7,8,9,10,15,27,30,40,49,150],verifi:[11,12,13,15,17,18,23,34,45,49,82,110,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],verify_offlin:49,verify_volid:49,verify_volume_empti:49,verison:150,version:[6,7,8,9,10,15,20,24,28,30,31,33,34,36,39,40,54,55,56,60,64,71,82,83,89,100,108,109,110,113,115,117,118,120,121,128,132,133,134,139,146],version_ad:150,version_numb:64,vfm:126,vfunction1:149,vhba_cpca_sg_mgmt12:139,via:[6,7,8,9,10,19,78,114,117,120,121,123,127,128,131,133,134,137,142,143,144,145,147,150],video:107,view:[0,15,24,56,60,63,83,108,114,127,129,133,135,146],view_onli:146,vio:42,violat:15,virt:[37,39],virtual:[15,49,112,114,115,123,130,132,139,150],virtual_funct:149,virtual_switch_uri:130,visibl:[31,89,114,151],visit:[0,54,71,107],vlan:[130,132],vlan_typ:150,vm_name:36,vol033:31,vol:[27,39],volid:49,volser:[39,43,49,53],volstat:43,volum:[4,5,11,12,13,14,15,17,18,21,23,26,27,31,32,35,39,42,48,53,63,64,95,96,97,98,115,132,139,150],volupt:150,voluptu:150,vsam:[4,11,12,13,14,15,17,28,31,32,33,34,35,42,48,49,53,67],vsamcat:15,vsamdset:47,vtam:15,vtoc:[49,53],vtoc_siz:49,vtprefix:15,vuln:150,vulner:[114,150],vvd:49,vvv:[41,104],vvvv:[31,34,104],wai:[0,20,31,39,46,53,88,103,119,126,132,150],wait:[15,16,39,41,42,43,53,83,92,93,101,114,118,119,126,139,150],wait_for_transition_complet:150,wait_time_:[39,43,53],want:[4,5,11,12,13,14,15,17,20,28,30,32,40,53,64,77,103,104,110,114],warm:[4,5,11,12,13,14,15,17,18],warn:[15,24,37,39,45,53,60,103,104,150],weakli:83,weather:23,web:[15,45,52,81,82,83,106,112,113,114,142,151],webdelai:15,webhook:114,webspher:[89,91,92,93,94],week:35,weekli:114,weheth:[121,148],weight:[126,132,139],welcom:[15,30],well:[0,15,30,31,39,40,42,46,53,64,65,67,71,110,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],were:[15,16,23,28,37,38,39,41,43,44,53,62,64,68,70,122,126,146,150],what:[15,41,42,49,53,80,83,103,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149],wheel:150,when:[2,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,22,23,24,25,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,45,46,48,49,50,53,56,59,60,63,64,66,69,73,75,79,81,82,83,85,86,89,90,91,92,93,94,95,96,97,98,99,100,101,103,104,109,114,119,120,122,123,124,126,127,129,130,132,133,134,135,136,138,139,141,142,144,146,149,150],whenev:[41,114],where:[4,5,11,12,13,14,15,17,18,20,23,24,28,29,31,32,33,34,37,38,39,41,42,44,46,48,53,60,63,64,66,70,75,77,89,90,91,93,95,96,97,98,99,101,104,123,124,126,129,130,132,135,136,139,141,142,144,146,149,150],whether:[0,4,5,6,7,8,9,10,11,12,13,14,15,17,18,23,30,31,34,39,40,41,42,46,48,53,62,64,82,83,89,100,110,114,120,121,126,127,128,129,132,133,134,135,139,140,142,146,148,150],which:[3,4,5,6,7,8,9,10,11,12,13,14,15,17,18,19,23,24,28,29,30,31,32,33,34,35,39,40,41,42,44,46,48,53,60,62,63,64,65,67,68,69,70,71,74,77,81,82,83,84,86,95,96,97,98,100,103,104,109,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],whitespac:70,who:[15,16,27,30,31,33,37,38,40,82,84,89,93],whole:15,whoneedsaccess:82,whose:[15,29,35,44,131,132],why:114,wide:[15,126,132,139,141],wider:102,wih:38,wild:53,wildcard:[6,8,9,10,28,31,35,38,44,53,64],win:150,window:109,winmvs2c:[6,7,8,9,10],with_:30,within:[0,3,15,35,37,38,39,53,55,65,66,68,69,114,116,119,120,122,123,124,130,132,136,139,140,141,142,144,146,149,150],without:[15,19,21,23,24,27,28,30,31,34,37,42,48,53,60,62,63,64,66,68,69,103,104,127,133,150],wlm:15,wlmhealth:15,won:0,word:[35,126],work:[3,15,24,31,37,39,40,46,53,60,63,84,103,104,110,114,150],workaround:53,workflow:[0,78,80,84,86,87,88,102,114,150],workflow_access_typ:[83,100],workflow_account_info:[83,100],workflow_assign_to_own:[83,100],workflow_categori:83,workflow_com:[83,100],workflow_complet:83,workflow_def:[83,100],workflow_delete_completed_job:[83,100],workflow_failed_step:83,workflow_fil:[83,100],workflow_file_system:[83,100],workflow_host:83,workflow_job_stat:[83,100],workflow_kei:83,workflow_nam:[83,100],workflow_notification_url:[83,100],workflow_own:[83,100],workflow_perform_subsequ:[83,100],workflow_resolve_conflict_by_us:[83,100],workflow_resolve_global_conflict_by_us:[83,100],workflow_sample_automation_step:[83,100],workflow_step_nam:[83,100],workflow_var:[83,100],workflow_vars_fil:[83,100],workflow_vendor:83,workflow_wait:83,workload:[15,126],world:[23,30,37,39,126,132,139,141],worri:[24,60],would:[23,24,28,31,34,37,38,42,43,48,53,60,64,70,103,110,129],wrap:[24,60,129,135],wrapper:[24,60],write:[15,31,32,33,41,42,54,64,68,71,95,96,97,98],write_onli:42,writeabl:[116,119,123,124,126,130,132,136,139,141,142,144,146,149,150],written:[1,5,15,21,31,33,34,41,42,45,48,58,63,64,72,104,112,150],wrkarea:15,wrong:53,wui:15,www:[6,7,8,9,10,30,95,96,97,98,99],xappc:15,xcf:15,xcfgroup:15,xcmd:15,xdb2:15,xdct:15,xfct:15,xhf:15,xiaopin:9,xjct:15,xlt:15,xmit:[28,48,53],xmit_log_data_set:[28,48],xml:[6,7,8,9,10,83,100],xmltodict:20,xpct:15,xppt:15,xpsb:15,xptkt:15,xre:15,xref:39,xrf:15,xtran:15,xtst:15,xuser:15,xxx:[89,90,91,93,95,96,97,98,99,101,110],xyz:[35,138],yaml:[24,28,31,35,42,48,53,60,74,77,104,116,119,123,124,126,130,132,136,139,141,142,144,146,149,150],yds7ujxqrd3h8v5wxq9pf1yptztq4jzrozn3xqkf26zicxghc7mdzgycmca:81,year:[35,56],yes:[33,40,77,110],yet:[14,42,114,150],yield:[16,37,38],yml:[24,60,89,90,91,92,93,94,95,96,97,98,99,101,103,114,150],you:[0,1,2,3,4,5,6,8,9,10,11,12,13,14,15,16,17,18,19,20,22,23,24,26,27,28,30,31,32,33,34,35,39,40,41,42,45,46,48,49,53,55,56,59,60,62,63,64,67,71,73,77,79,80,83,84,86,89,90,91,92,93,94,95,96,97,98,99,101,102,103,104,107,109,110,114,115,117,118,128,134,150],your:[0,6,7,8,9,10,15,16,20,24,30,31,48,49,53,54,60,63,68,71,76,77,81,82,83,86,88,100,103,104,107,110,114],your_password:81,your_usernam:81,yqchen:[6,7,8,9,10],yymmdd:15,z114:150,z13:[115,126,128,132,134],z14:[123,126,132,139,140,141,150],z15:150,z16:150,z196:150,z_ansible_collections_sampl:150,z_python_interpret:[24,60],zaa:142,zawar:126,zbc12:150,zec12:150,zero:[9,15,28,31,37,38,39,42,48,53],zeroiz:116,zfs:[32,41],zhmc:[114,124,132,146,150],zhmc_adapt:[115,117,132,150],zhmc_adapter_list:[115,116,150],zhmc_consol:[115,150],zhmc_cpc:[115,150],zhmc_cpc_capac:[115,150],zhmc_cpc_list:[115,138,150],zhmc_crypto_attach:[115,150],zhmc_hba:[115,132],zhmc_inventori:150,zhmc_ldap_server_definit:[115,150],zhmc_ldap_server_definition_list:[115,150],zhmc_lpar:[115,150],zhmc_lpar_command:[115,150],zhmc_lpar_list:[115,150],zhmc_lpar_messag:[115,150],zhmc_nic:[115,131,132,150],zhmc_nic_list:[115,150],zhmc_partit:[115,123,130,134,149,150],zhmc_partition_command:[115,150],zhmc_partition_list:[115,132,150],zhmc_partition_messag:[115,150],zhmc_password_rul:[115,150],zhmc_password_rule_list:[115,150],zhmc_session:[115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,139,140,141,142,143,144,145,146,147,148,149,150],zhmc_storage_group:[115,132,150],zhmc_storage_group_attach:[115,139,150],zhmc_storage_volum:[115,150],zhmc_test_lsd_1:124,zhmc_test_role_1:146,zhmc_user:[115,150],zhmc_user_list:[115,150],zhmc_user_pattern:[115,150],zhmc_user_pattern_list:[115,150],zhmc_user_rol:[115,150],zhmc_user_role_list:[115,150],zhmc_vault:150,zhmc_version:[115,150],zhmc_virtual_funct:[115,132],zhmcclient:[114,116,150,152],zhmcclient_mock:150,ziip:[120,126],zinventori:[24,60],zip:[28,48,53],zmf_authent:[80,82,83,84],zmf_bodi:[89,93],zmf_cpm_create_software_inst:[84,86,88],zmf_cpm_get_software_inst:[84,86,88],zmf_cpm_list_software_templ:[84,86,88],zmf_cpm_manage_software_inst:[84,86,88,89,93],zmf_cpm_provision_software_servic:[84,86,88,92,94],zmf_cpm_remove_software_inst:[84,86,88,89,93],zmf_credenti:[82,83],zmf_crt:[81,82,83,100],zmf_host:[81,82,83,89,90,91,92,93,94,95,96,97,98,99,100,101],zmf_kei:[81,82,83,100],zmf_password:[81,82,83,89,90,91,92,93,94,95,96,97,98,99,100,101],zmf_port:[81,82,83,89,90,91,92,93,94,95,96,97,98,99,100,101],zmf_sca:[80,84,86],zmf_swmgmt_csi_queri:[84,88],zmf_swmgmt_identify_missing_critical_upd:[84,86,88],zmf_swmgmt_identify_missing_fixcat_upd:[84,86,88],zmf_swmgmt_search_software_upd:[84,86,88],zmf_swmgmt_system_uuid:84,zmf_swmgmt_zos_system_uuid:[88,95,96,97,98],zmf_user:[81,82,83,89,90,91,92,93,94,95,96,97,98,99,100,101],zmf_workflow:[80,84,86,100],zmf_workflow_complet:[84,86,88],zmf_zmsc_run_management_servic:[84,86,88],zmsc:86,zoa:0,zoau:[16,20,24,27,29,30,31,36,37,38,39,40,41,53,60,62,70,110],zoau_dir:30,zoau_hom:[24,60],zoau_root:[24,60],zoautil:[24,60],zoautil_dir:[24,60],zoautil_pi:[24,60],zone:95,zoneindex:95,zos:[95,96,97,98,99,103,110],zos_apf:[26,53],zos_arch:[26,48,53],zos_backup_restor:[26,49,53],zos_blockinfil:[26,53],zos_copi:[26,28,34,39,46,48,50,53],zos_data_set:[0,26,30,31,34,35,41,42,53],zos_dataset:[24,60],zos_datset:[24,60],zos_encod:[26,53],zos_encode_out:33,zos_fetch:[26,28,31,50,53],zos_find:[26,53],zos_gather_fact:[26,53],zos_job_output:[26,53],zos_job_queri:[0,16,26,53],zos_job_submit:[26,50,53],zos_lineinfil:[26,53],zos_mount:[26,53],zos_mvs_raw:[0,26,53],zos_oper:[16,26,44,53],zos_operator_action_queri:[26,53],zos_p:[26,50,110],zos_raw:42,zos_script:[26,50,53],zos_ssh:110,zos_system_uuid_respons:99,zos_time_output:127,zos_tso_command:[16,26,46,53],zos_unarch:[26,28,50,53],zos_volume_init:[26,53],zosmf:[81,82,83,95,96,97,98,99,100],zosmoninterv:15,zossos24unalloc:15,zossos31unalloc:15,zossos64unalloc:15,zossosnewtcb:15,zpy1:15,zvm_cplevel_output:133},titles:["General","z/OS CICS","Contributing","Modules","aux_temp_storage \u2013 Create and remove the CICS auxiliary temporary storage data set","aux_trace \u2013 Allocate auxiliary trace data sets","cmci_action \u2013 Perform actions on CICS and CICSPlex SM resources","cmci_create \u2013 Create CICS and CICSPlex SM definitions","cmci_delete \u2013 Delete CICS and CICSPlex SM resources","cmci_get \u2013 Query CICS and CICSPlex SM resources and definitions","cmci_update \u2013 Update CICS and CICSPlex resources and definitions","csd \u2013 Create, remove, and manage the CICS CSD","global_catalog \u2013 Create, remove, and manage the CICS global catalog","local_catalog \u2013 Create, remove, and manage the CICS local catalog","local_request_queue \u2013 Create and remove the CICS local request queue","region_jcl \u2013 Create CICS startup JCL data set","stop_region \u2013 Stop a CICS region","td_intrapartition \u2013 Create and remove the CICS transient data intrapartition data set","transaction_dump \u2013 Allocate transaction dump data sets","Releases","Requirements of managed nodes","z/OS Core","Contributing","Features","Prerequisites","Filters","Modules","zos_apf \u2013 Add or remove libraries to Authorized Program Facility (APF)","zos_archive \u2013 Archive files and data sets on z/OS.","zos_backup_restore \u2013 Backup and restore data sets and volumes","zos_blockinfile \u2013 Manage block of multi-line textual data on z/OS","zos_copy \u2013 Copy data to z/OS","zos_data_set \u2013 Manage data sets","zos_encode \u2013 Perform encoding operations.","zos_fetch \u2013 Fetch data from z/OS","zos_find \u2013 Find matching data sets","zos_gather_facts \u2013 Gather z/OS system facts.","zos_job_output \u2013 Display job output","zos_job_query \u2013 Query job status","zos_job_submit \u2013 Submit JCL","zos_lineinfile \u2013 Manage textual data on z/OS","zos_mount \u2013 Mount a z/OS file system.","zos_mvs_raw \u2013 Run a z/OS program.","zos_operator \u2013 Execute operator command","zos_operator_action_query \u2013 Display messages requiring action","zos_ping \u2013 Ping z/OS and check dependencies.","zos_script \u2013 Run scripts in z/OS","zos_tso_command \u2013 Execute TSO commands","zos_unarchive \u2013 Unarchive files and data sets in z/OS.","zos_volume_init \u2013 Initialize volumes or minidisks.","Plugins","Contributing","Documentation","Releases","Managed node","Character Sets","Releases and maintenance","Resources","z/OS IMS","Contributing","Prerequisites","Modules","ims_acb_gen \u2013 Generate IMS ACB","ims_catalog_populate \u2013 Add records to the IMS Catalog","ims_catalog_purge \u2013 Purge records from the IMS Catalog","ims_command \u2013 Submit IMS Commands","ims_dbd_gen \u2013 Generate IMS DBD","ims_dbrc \u2013 Submit IMS DBRC Commands","ims_ddl \u2013 Submits Data Definition Language (DDL) SQL statements.","ims_psb_gen \u2013 Generate IMS PSB","Releases","Managed node","IBM Z System Automation","Contributing","Releases","Managed node","Roles","sa_create_dynamic_resource \u2013 Role creates and resumes a dynamic resource","IBM z/OSMF","Contributing","Modules","zmf_authenticate \u2013 Authenticate with z/OSMF server","zmf_sca \u2013 Automate z/OS security requirements validation and provision","zmf_workflow \u2013 Operate z/OS workflows","Releases","Control node","Managed node","Resources","Roles","zmf_cpm_create_software_instance \u2013 Role creates a z/OS software instance","zmf_cpm_get_software_instance \u2013 Role get specific z/OS software instance","zmf_cpm_list_software_templates \u2013 Role lists all published z/OS software templates","zmf_cpm_manage_software_instance \u2013 Role manages a provisioned z/OS software instance","zmf_cpm_provision_software_service \u2013 Role provisions a z/OS software service","zmf_cpm_remove_software_instance \u2013 Role removes a z/OS software instance","zmf_swmgmt_csi_query \u2013 Query a SMP/E CSI data set","zmf_swmgmt_identify_missing_critical_updates \u2013 Identify Missing Critical Software Updates for a Software Instance","zmf_swmgmt_identify_missing_fixcat_updates \u2013 Identify Missing Fixcat Software Updates for a Software Instance","zmf_swmgmt_search_software_updates \u2013 Search a Software Instance for Software Updates","zmf_swmgmt_zos_system_uuid \u2013 Retrieve the z/OS system UUID","zmf_workflow_complete \u2013 Role completes a z/OS workflow","zmf_zmsc_run_management_service \u2013 Role runs a z/OS management service","Red Hat Ansible Certified Content for IBM Z","Installation","Playbooks","Contributing","Documentation","Helpful Links","Releases","Requirements","Errors and Messages","<no title>","Z HMC","Resources","Development","Modules","zhmc_adapter \u2013 Manage an adapter (DPM mode)","zhmc_adapter_list \u2013 List adapters (DPM mode)","zhmc_console \u2013 Manage the HMC","zhmc_cpc \u2013 Manage a CPC","zhmc_cpc_capacity \u2013 Manage temporary processor capacity","zhmc_cpc_list \u2013 List CPCs","zhmc_crypto_attachment \u2013 Manage the crypto configuration of a partition (DPM mode)","zhmc_hba \u2013 Manage an HBA of a partition (z13 only, DPM mode)","zhmc_ldap_server_definition \u2013 Manage an LDAP Server Definition on the HMC","zhmc_ldap_server_definition_list \u2013 List LDAP Server Definitions on the HMC","zhmc_lpar \u2013 Manage an LPAR (classic mode)","zhmc_lpar_command \u2013 Execute OS console command in an LPAR (classic mode)","zhmc_lpar_list \u2013 List LPARs (classic mode)","zhmc_lpar_messages \u2013 Get console messages for OS in an LPAR (classic mode)","zhmc_nic \u2013 Manage a NIC of a partition (DPM mode)","zhmc_nic_list \u2013 List NICs of a partition (DPM mode)","zhmc_partition \u2013 Manage a partition (DPM mode)","zhmc_partition_command \u2013 Execute OS console command in a partition (DPM mode)","zhmc_partition_list \u2013 List partitions (DPM mode)","zhmc_partition_messages \u2013 Get console messages for OS in a partition (DPM mode)","zhmc_password_rule \u2013 Manage an HMC password rule","zhmc_password_rule_list \u2013 List HMC password rules","zhmc_session \u2013 Manage HMC sessions across tasks","zhmc_storage_group \u2013 Manage a storage group (DPM mode)","zhmc_storage_group_attachment \u2013 Manage attachment of a storage group to a partition (DPM mode)","zhmc_storage_volume \u2013 Manage a storage volume (DPM mode)","zhmc_user \u2013 Manage an HMC user","zhmc_user_list \u2013 List HMC users","zhmc_user_pattern \u2013 Manage an HMC user pattern","zhmc_user_pattern_list \u2013 List HMC user patterns","zhmc_user_role \u2013 Manage an HMC user role","zhmc_user_role_list \u2013 List HMC user roles","zhmc_versions \u2013 Retrieve HMC/CPC version and feature facts","zhmc_virtual_function \u2013 Manage a virtual function of a partition (DPM mode)","Releases","Managed node","Troubleshooting"],titleterms:{"default":[3,23],"function":[23,24,60,149],"import":23,"new":[0,19,53,74,114],"return":[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,27,28,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,62,63,64,65,66,67,68,69,81,82,83,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149],"transient":17,Are:0,IMS:[58,62,63,64,65,66,67,69],Using:3,abl:110,acb:62,across:138,action:[6,44,50],adapt:[116,117],add:[24,27,60,63],addit:[0,24,60],affect:110,after:0,all:91,alloc:[5,18],also:[12,13,15,28,30,31,34,35,41,42,44,45,46,48,49,100,116,117,131,132,134],ani:[0,110],ansibl:[0,22,59,102,103,110],ansible_librari:[24,60],ansible_zos_modul:[24,60],apf:27,archiv:28,arg_typ:23,argument:[23,24,60],askpass:110,attach:140,authent:[81,110],author:27,autom:[54,72,82,103],aux_temp_storag:4,aux_trac:5,auxiliari:[4,5],avail:[19,53,70,74,84],backup:29,befor:0,behind:0,best:0,beta1:70,beta2:70,beta3:70,beta:70,betterargpars:[22,23],block:30,bugfix:53,build:[103,114],built:23,can:[0,110],capac:120,catalog:[12,13,63,64],caus:110,certifi:[0,102],chang:53,charact:55,check:[0,45],cic:[0,1,3,4,6,7,8,9,10,11,12,13,14,15,16,17],cicsplex:[6,7,8,9,10],classic:[126,127,128,129],cli:[24,60],cmci:20,cmci_act:6,cmci_creat:7,cmci_delet:8,cmci_get:9,cmci_upd:10,collect:[0,110],command:[43,47,65,67,127,133],commun:0,complet:[0,100],concept:104,configur:[0,24,60,122],consol:[127,129,133,135],content:[0,102],contribut:[0,2,22,51,59,73,79,105],control:[24,60,85,109],copi:31,core:21,cpc:[119,121,148],creat:[4,7,11,12,13,14,15,17,77,89],critic:96,crypto:122,csd:11,csi:95,custom:[0,23],data:[4,5,15,17,18,28,29,30,31,32,34,35,40,48,68,95],dbd:66,dbrc:67,ddl:68,debug:104,defin:[0,23],definit:[7,9,10,68,124,125],delet:8,depend:[23,24,45,60,100],deprec:53,detail:[24,60],develop:[0,2,22,24,59,60,114],directori:[24,60],displai:[37,44],document:[0,52,106,114],doe:110,download:0,dpm:[116,117,122,123,130,131,132,133,134,135,139,140,141,149],dump:18,dure:110,dynam:77,encod:33,enterpris:54,environ:[0,114],error:110,exampl:[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,23,24,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,60,62,63,64,65,66,67,68,69,77,81,82,83,89,90,91,92,93,94,95,96,97,98,99,100,101,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149],exclus:23,execut:[43,47,110,127,133],exist:103,facil:27,fact:[36,148],fail:[0,110],featur:[23,53,148],fetch:34,file:[0,28,41,48],filter:25,find:[0,35],fix:110,fixcat:97,frequent:0,fresh:103,from:[34,64],galaxi:103,gather:36,gener:[0,62,66,69],get:[90,110,129,135],global:12,global_catalog:12,group:[3,139,140],guid:53,hat:102,have:[0,110],hba:123,help:107,hmc:[112,118,124,125,136,137,138,142,143,144,145,146,147,148],host:110,how:[0,110],hub:103,ibm:[0,54,72,78,102,110],idempot:0,identifi:[96,97],ims_acb_gen:62,ims_catalog_popul:63,ims_catalog_purg:64,ims_command:65,ims_dbd_gen:66,ims_dbrc:67,ims_ddl:68,ims_psb_gen:69,initi:49,instal:[0,24,60,103],instanc:[89,90,92,94,96,97,98],instead:110,intrapartit:17,inventori:104,issu:[0,53],jcl:[15,39],job:[37,38],kei:[24,60],know:0,known:53,languag:68,latest:0,ldap:[124,125],leav:0,librari:27,line:30,link:107,list:[91,117,121,125,128,131,134,137,143,145,147],local:[13,14,103],local_catalog:13,local_request_queu:14,login:110,lpar:[126,127,128,129],mainten:56,major:53,manag:[11,12,13,20,24,30,32,40,54,60,71,75,86,92,101,109,110,116,118,119,120,122,123,124,126,130,132,136,138,139,140,141,142,144,146,149,151],match:35,matrix:56,memori:0,messag:[44,110,129,135],method:[24,60],minidisk:49,minor:53,miss:[96,97],mock:[24,60],mode:[0,116,117,122,123,126,127,128,129,130,131,132,133,134,135,139,140,141,149],modul:[0,3,22,24,26,53,59,60,61,80,110,115],mount:41,much:0,multi:30,mutual:23,need:[0,110],nic:[130,131],node:[20,24,54,60,71,75,85,86,109,151],note:[27,28,30,31,33,34,35,39,40,41,42,45,46,48,62,63,64,65,66,67,68,69,70,74,77,83,84,89,90,91,92,93,94,95,96,97,98,99,100,101,139,140,141],object:0,offer:0,onli:123,open:[0,54],oper:[0,33,43,83],option:23,osmf:[78,81],other:0,output:37,overrid:103,packag:[24,60],paramet:[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,46,47,48,49,62,63,64,65,66,67,68,69,77,81,82,83,110,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149],pars:22,part:0,particular:0,partit:[122,123,130,131,132,133,134,135,140,149],password:[136,137],pattern:[144,145],perform:[6,33],ping:45,playbook:[0,104,110],plugin:50,port:53,practic:0,pre:[103,110],preced:0,prerequisit:[24,60],privat:103,privileg:110,problem:[0,110],processor:120,program:[27,42],prompt:110,provis:[3,20,82,92,93],psb:69,publish:91,purg:64,pytest:[24,60],python:[0,54,71,110],queri:[9,38,95],queue:14,ram:0,reach:110,record:[63,64],red:102,redhat:0,refer:[3,19,70,84],region:16,region_jcl:15,releas:[0,19,53,56,70,74,84,103,108,114,150],remov:[4,11,12,13,14,17,27,94],repositori:114,request:14,requir:[0,20,23,44,53,82,109,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,139,140,141,142,143,144,145,146,147,148,149],resourc:[6,8,9,10,24,57,60,77,87,113],restor:29,resum:77,retriev:[99,148],role:[76,77,88,89,90,91,92,93,94,100,101,146,147],rule:[0,136,137],run:[0,24,42,46,60,101,104,110],sa_create_dynamic_resourc:77,sampl:0,script:46,sdk:54,search:98,secret:114,secur:82,see:[12,13,15,28,30,31,34,35,41,42,44,45,46,48,49,100,116,117,131,132,134],seek:[0,110],server:[81,103,124,125],servic:[93,101],session:138,set:[4,5,15,17,18,28,29,32,35,48,55,95,114],shell:54,should:[0,110],smp:95,softwar:[89,90,91,92,93,94,96,97,98],special:110,specif:[0,90],sql:68,ssh:[24,60,110],start:114,startup:15,statement:68,statu:38,stop:16,stop_region:16,storag:[4,139,140,141],submit:[39,65,67,68],support:[0,56,110],synopsi:[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,62,63,64,65,66,67,68,69,77,81,82,83,89,90,91,92,93,94,95,96,97,98,99,100,101,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149],system:[36,41,72,99,110],target:110,task:[20,138],td_intrapartit:17,templat:91,temporari:[4,120],test:[0,22,24,59,60,110,114],textual:[30,40],them:0,thi:110,tip:[24,60],trace:5,track:0,transact:18,transaction_dump:18,troubleshoot:[110,152],tso:47,type:23,unarch:48,unit:[24,60],unsupport:110,updat:[0,10,96,97,98],upgrad:0,usag:[24,60],user:[110,142,143,144,145,146,147],using:[0,110],uss:110,util:54,uuid:99,valid:82,valu:[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,27,28,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,62,63,64,65,66,67,68,69,81,82,83,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149],variabl:[89,90,91,92,93,94,95,96,97,98,99,100,101,104,114],version:[0,19,53,70,74,84,103,114,148,150],virtual:149,volum:[29,49,141],warn:110,what:[0,19,74,110],when:[0,110],where:0,which:[0,110],why:110,workflow:[83,100],z13:123,zhmc_adapt:116,zhmc_adapter_list:117,zhmc_consol:118,zhmc_cpc:119,zhmc_cpc_capac:120,zhmc_cpc_list:121,zhmc_crypto_attach:122,zhmc_hba:123,zhmc_ldap_server_definit:124,zhmc_ldap_server_definition_list:125,zhmc_lpar:126,zhmc_lpar_command:127,zhmc_lpar_list:128,zhmc_lpar_messag:129,zhmc_nic:130,zhmc_nic_list:131,zhmc_partit:132,zhmc_partition_command:133,zhmc_partition_list:134,zhmc_partition_messag:135,zhmc_password_rul:136,zhmc_password_rule_list:137,zhmc_session:138,zhmc_storage_group:139,zhmc_storage_group_attach:140,zhmc_storage_volum:141,zhmc_user:142,zhmc_user_list:143,zhmc_user_pattern:144,zhmc_user_pattern_list:145,zhmc_user_rol:146,zhmc_user_role_list:147,zhmc_version:148,zhmc_virtual_funct:149,zmf_authent:81,zmf_cpm_create_software_inst:89,zmf_cpm_get_software_inst:90,zmf_cpm_list_software_templ:91,zmf_cpm_manage_software_inst:92,zmf_cpm_provision_software_servic:93,zmf_cpm_remove_software_inst:94,zmf_sca:82,zmf_swmgmt_csi_queri:95,zmf_swmgmt_identify_missing_critical_upd:96,zmf_swmgmt_identify_missing_fixcat_upd:97,zmf_swmgmt_search_software_upd:98,zmf_swmgmt_zos_system_uuid:99,zmf_workflow:83,zmf_workflow_complet:100,zmf_zmsc_run_management_servic:101,zoau:[0,71],zos_apf:27,zos_arch:28,zos_backup_restor:29,zos_blockinfil:30,zos_copi:[31,110],zos_data_set:32,zos_encod:33,zos_fetch:[34,110],zos_find:35,zos_gather_fact:36,zos_import_mock:[24,60],zos_job_output:37,zos_job_queri:38,zos_job_submit:39,zos_lineinfil:40,zos_mount:41,zos_mvs_raw:42,zos_oper:43,zos_operator_action_queri:44,zos_p:45,zos_script:46,zos_tso_command:47,zos_unarch:48,zos_volume_init:49}}) \ No newline at end of file +Search.setIndex({docnames:["faqs/faqs","ibm_zos_cics/docs/ansible_content","ibm_zos_cics/docs/source/community_guides","ibm_zos_cics/docs/source/modules","ibm_zos_cics/docs/source/modules/aux_temp_storage","ibm_zos_cics/docs/source/modules/aux_trace","ibm_zos_cics/docs/source/modules/cmci_action","ibm_zos_cics/docs/source/modules/cmci_create","ibm_zos_cics/docs/source/modules/cmci_delete","ibm_zos_cics/docs/source/modules/cmci_get","ibm_zos_cics/docs/source/modules/cmci_update","ibm_zos_cics/docs/source/modules/csd","ibm_zos_cics/docs/source/modules/global_catalog","ibm_zos_cics/docs/source/modules/local_catalog","ibm_zos_cics/docs/source/modules/local_request_queue","ibm_zos_cics/docs/source/modules/region_jcl","ibm_zos_cics/docs/source/modules/stop_region","ibm_zos_cics/docs/source/modules/td_intrapartition","ibm_zos_cics/docs/source/modules/transaction_dump","ibm_zos_cics/docs/source/release_notes","ibm_zos_cics/docs/source/requirements_managed","ibm_zos_core/docs/ansible_content","ibm_zos_core/docs/source/community_guides","ibm_zos_core/docs/source/community_guides_docs/better_arg_parser","ibm_zos_core/docs/source/community_guides_docs/zos_ansible_module_testing","ibm_zos_core/docs/source/filters","ibm_zos_core/docs/source/modules","ibm_zos_core/docs/source/modules/zos_apf","ibm_zos_core/docs/source/modules/zos_archive","ibm_zos_core/docs/source/modules/zos_backup_restore","ibm_zos_core/docs/source/modules/zos_blockinfile","ibm_zos_core/docs/source/modules/zos_copy","ibm_zos_core/docs/source/modules/zos_data_set","ibm_zos_core/docs/source/modules/zos_encode","ibm_zos_core/docs/source/modules/zos_fetch","ibm_zos_core/docs/source/modules/zos_find","ibm_zos_core/docs/source/modules/zos_gather_facts","ibm_zos_core/docs/source/modules/zos_job_output","ibm_zos_core/docs/source/modules/zos_job_query","ibm_zos_core/docs/source/modules/zos_job_submit","ibm_zos_core/docs/source/modules/zos_lineinfile","ibm_zos_core/docs/source/modules/zos_mount","ibm_zos_core/docs/source/modules/zos_mvs_raw","ibm_zos_core/docs/source/modules/zos_operator","ibm_zos_core/docs/source/modules/zos_operator_action_query","ibm_zos_core/docs/source/modules/zos_ping","ibm_zos_core/docs/source/modules/zos_script","ibm_zos_core/docs/source/modules/zos_tso_command","ibm_zos_core/docs/source/modules/zos_unarchive","ibm_zos_core/docs/source/modules/zos_volume_init","ibm_zos_core/docs/source/plugins","ibm_zos_core/docs/source/reference/community","ibm_zos_core/docs/source/reference/documentation","ibm_zos_core/docs/source/release_notes","ibm_zos_core/docs/source/requirements_managed","ibm_zos_core/docs/source/resources/character_set","ibm_zos_core/docs/source/resources/releases_maintenance","ibm_zos_core/docs/source/resources/resources","ibm_zos_ims/docs/ansible_content","ibm_zos_ims/docs/source/community_guides","ibm_zos_ims/docs/source/community_guides_docs/zos_ansible_module_testing","ibm_zos_ims/docs/source/modules","ibm_zos_ims/docs/source/modules/ims_acb_gen","ibm_zos_ims/docs/source/modules/ims_catalog_populate","ibm_zos_ims/docs/source/modules/ims_catalog_purge","ibm_zos_ims/docs/source/modules/ims_command","ibm_zos_ims/docs/source/modules/ims_dbd_gen","ibm_zos_ims/docs/source/modules/ims_dbrc","ibm_zos_ims/docs/source/modules/ims_ddl","ibm_zos_ims/docs/source/modules/ims_psb_gen","ibm_zos_ims/docs/source/release_notes","ibm_zos_ims/docs/source/requirements_managed","ibm_zos_sysauto/docs/ansible_content","ibm_zos_sysauto/docs/source/community_guides","ibm_zos_sysauto/docs/source/release_notes","ibm_zos_sysauto/docs/source/requirements_managed","ibm_zos_sysauto/docs/source/roles","ibm_zos_sysauto/docs/source/roles/sa_create_dynamic_resource","ibm_zosmf/docs/ansible_content","ibm_zosmf/docs/source/community_guides","ibm_zosmf/docs/source/modules","ibm_zosmf/docs/source/modules/zmf_authenticate","ibm_zosmf/docs/source/modules/zmf_sca","ibm_zosmf/docs/source/modules/zmf_workflow","ibm_zosmf/docs/source/release_notes","ibm_zosmf/docs/source/requirements_control","ibm_zosmf/docs/source/requirements_managed","ibm_zosmf/docs/source/resources","ibm_zosmf/docs/source/roles","ibm_zosmf/docs/source/roles/zmf_cpm_create_software_instance","ibm_zosmf/docs/source/roles/zmf_cpm_get_software_instance","ibm_zosmf/docs/source/roles/zmf_cpm_list_software_templates","ibm_zosmf/docs/source/roles/zmf_cpm_manage_software_instance","ibm_zosmf/docs/source/roles/zmf_cpm_provision_software_service","ibm_zosmf/docs/source/roles/zmf_cpm_remove_software_instance","ibm_zosmf/docs/source/roles/zmf_swmgmt_csi_query","ibm_zosmf/docs/source/roles/zmf_swmgmt_identify_missing_critical_updates","ibm_zosmf/docs/source/roles/zmf_swmgmt_identify_missing_fixcat_updates","ibm_zosmf/docs/source/roles/zmf_swmgmt_search_software_updates","ibm_zosmf/docs/source/roles/zmf_swmgmt_zos_system_uuid","ibm_zosmf/docs/source/roles/zmf_workflow_complete","ibm_zosmf/docs/source/roles/zmf_zmsc_run_management_service","index","installation/installation","playbooks/playbooks","reference/community","reference/documentation","reference/helpful_links","release/release","requirements/requirements","troubleshooting/errorsandmessages","zhmc-ansible-modules/CHANGELOG","zhmc-ansible-modules/docs/ansible_content","zhmc-ansible-modules/docs/source/bibliography","zhmc-ansible-modules/docs/source/development","zhmc-ansible-modules/docs/source/modules","zhmc-ansible-modules/docs/source/modules/zhmc_adapter","zhmc-ansible-modules/docs/source/modules/zhmc_adapter_list","zhmc-ansible-modules/docs/source/modules/zhmc_console","zhmc-ansible-modules/docs/source/modules/zhmc_cpc","zhmc-ansible-modules/docs/source/modules/zhmc_cpc_capacity","zhmc-ansible-modules/docs/source/modules/zhmc_cpc_list","zhmc-ansible-modules/docs/source/modules/zhmc_crypto_attachment","zhmc-ansible-modules/docs/source/modules/zhmc_hba","zhmc-ansible-modules/docs/source/modules/zhmc_ldap_server_definition","zhmc-ansible-modules/docs/source/modules/zhmc_ldap_server_definition_list","zhmc-ansible-modules/docs/source/modules/zhmc_lpar","zhmc-ansible-modules/docs/source/modules/zhmc_lpar_command","zhmc-ansible-modules/docs/source/modules/zhmc_lpar_list","zhmc-ansible-modules/docs/source/modules/zhmc_lpar_messages","zhmc-ansible-modules/docs/source/modules/zhmc_nic","zhmc-ansible-modules/docs/source/modules/zhmc_nic_list","zhmc-ansible-modules/docs/source/modules/zhmc_partition","zhmc-ansible-modules/docs/source/modules/zhmc_partition_command","zhmc-ansible-modules/docs/source/modules/zhmc_partition_list","zhmc-ansible-modules/docs/source/modules/zhmc_partition_messages","zhmc-ansible-modules/docs/source/modules/zhmc_password_rule","zhmc-ansible-modules/docs/source/modules/zhmc_password_rule_list","zhmc-ansible-modules/docs/source/modules/zhmc_session","zhmc-ansible-modules/docs/source/modules/zhmc_storage_group","zhmc-ansible-modules/docs/source/modules/zhmc_storage_group_attachment","zhmc-ansible-modules/docs/source/modules/zhmc_storage_volume","zhmc-ansible-modules/docs/source/modules/zhmc_user","zhmc-ansible-modules/docs/source/modules/zhmc_user_list","zhmc-ansible-modules/docs/source/modules/zhmc_user_pattern","zhmc-ansible-modules/docs/source/modules/zhmc_user_pattern_list","zhmc-ansible-modules/docs/source/modules/zhmc_user_role","zhmc-ansible-modules/docs/source/modules/zhmc_user_role_list","zhmc-ansible-modules/docs/source/modules/zhmc_versions","zhmc-ansible-modules/docs/source/modules/zhmc_virtual_function","zhmc-ansible-modules/docs/source/release_notes","zhmc-ansible-modules/docs/source/requirements_managed","zhmc-ansible-modules/docs/source/troubleshooting"],envversion:{"sphinx.domains.c":2,"sphinx.domains.changeset":1,"sphinx.domains.citation":1,"sphinx.domains.cpp":2,"sphinx.domains.index":1,"sphinx.domains.javascript":2,"sphinx.domains.math":2,"sphinx.domains.python":2,"sphinx.domains.rst":2,"sphinx.domains.std":1,sphinx:56},filenames:["faqs/faqs.rst","ibm_zos_cics/docs/ansible_content.rst","ibm_zos_cics/docs/source/community_guides.rst","ibm_zos_cics/docs/source/modules.rst","ibm_zos_cics/docs/source/modules/aux_temp_storage.rst","ibm_zos_cics/docs/source/modules/aux_trace.rst","ibm_zos_cics/docs/source/modules/cmci_action.rst","ibm_zos_cics/docs/source/modules/cmci_create.rst","ibm_zos_cics/docs/source/modules/cmci_delete.rst","ibm_zos_cics/docs/source/modules/cmci_get.rst","ibm_zos_cics/docs/source/modules/cmci_update.rst","ibm_zos_cics/docs/source/modules/csd.rst","ibm_zos_cics/docs/source/modules/global_catalog.rst","ibm_zos_cics/docs/source/modules/local_catalog.rst","ibm_zos_cics/docs/source/modules/local_request_queue.rst","ibm_zos_cics/docs/source/modules/region_jcl.rst","ibm_zos_cics/docs/source/modules/stop_region.rst","ibm_zos_cics/docs/source/modules/td_intrapartition.rst","ibm_zos_cics/docs/source/modules/transaction_dump.rst","ibm_zos_cics/docs/source/release_notes.rst","ibm_zos_cics/docs/source/requirements_managed.rst","ibm_zos_core/docs/ansible_content.rst","ibm_zos_core/docs/source/community_guides.rst","ibm_zos_core/docs/source/community_guides_docs/better_arg_parser.rst","ibm_zos_core/docs/source/community_guides_docs/zos_ansible_module_testing.rst","ibm_zos_core/docs/source/filters.rst","ibm_zos_core/docs/source/modules.rst","ibm_zos_core/docs/source/modules/zos_apf.rst","ibm_zos_core/docs/source/modules/zos_archive.rst","ibm_zos_core/docs/source/modules/zos_backup_restore.rst","ibm_zos_core/docs/source/modules/zos_blockinfile.rst","ibm_zos_core/docs/source/modules/zos_copy.rst","ibm_zos_core/docs/source/modules/zos_data_set.rst","ibm_zos_core/docs/source/modules/zos_encode.rst","ibm_zos_core/docs/source/modules/zos_fetch.rst","ibm_zos_core/docs/source/modules/zos_find.rst","ibm_zos_core/docs/source/modules/zos_gather_facts.rst","ibm_zos_core/docs/source/modules/zos_job_output.rst","ibm_zos_core/docs/source/modules/zos_job_query.rst","ibm_zos_core/docs/source/modules/zos_job_submit.rst","ibm_zos_core/docs/source/modules/zos_lineinfile.rst","ibm_zos_core/docs/source/modules/zos_mount.rst","ibm_zos_core/docs/source/modules/zos_mvs_raw.rst","ibm_zos_core/docs/source/modules/zos_operator.rst","ibm_zos_core/docs/source/modules/zos_operator_action_query.rst","ibm_zos_core/docs/source/modules/zos_ping.rst","ibm_zos_core/docs/source/modules/zos_script.rst","ibm_zos_core/docs/source/modules/zos_tso_command.rst","ibm_zos_core/docs/source/modules/zos_unarchive.rst","ibm_zos_core/docs/source/modules/zos_volume_init.rst","ibm_zos_core/docs/source/plugins.rst","ibm_zos_core/docs/source/reference/community.rst","ibm_zos_core/docs/source/reference/documentation.rst","ibm_zos_core/docs/source/release_notes.rst","ibm_zos_core/docs/source/requirements_managed.rst","ibm_zos_core/docs/source/resources/character_set.rst","ibm_zos_core/docs/source/resources/releases_maintenance.rst","ibm_zos_core/docs/source/resources/resources.rst","ibm_zos_ims/docs/ansible_content.rst","ibm_zos_ims/docs/source/community_guides.rst","ibm_zos_ims/docs/source/community_guides_docs/zos_ansible_module_testing.rst","ibm_zos_ims/docs/source/modules.rst","ibm_zos_ims/docs/source/modules/ims_acb_gen.rst","ibm_zos_ims/docs/source/modules/ims_catalog_populate.rst","ibm_zos_ims/docs/source/modules/ims_catalog_purge.rst","ibm_zos_ims/docs/source/modules/ims_command.rst","ibm_zos_ims/docs/source/modules/ims_dbd_gen.rst","ibm_zos_ims/docs/source/modules/ims_dbrc.rst","ibm_zos_ims/docs/source/modules/ims_ddl.rst","ibm_zos_ims/docs/source/modules/ims_psb_gen.rst","ibm_zos_ims/docs/source/release_notes.rst","ibm_zos_ims/docs/source/requirements_managed.rst","ibm_zos_sysauto/docs/ansible_content.rst","ibm_zos_sysauto/docs/source/community_guides.rst","ibm_zos_sysauto/docs/source/release_notes.rst","ibm_zos_sysauto/docs/source/requirements_managed.rst","ibm_zos_sysauto/docs/source/roles.rst","ibm_zos_sysauto/docs/source/roles/sa_create_dynamic_resource.rst","ibm_zosmf/docs/ansible_content.rst","ibm_zosmf/docs/source/community_guides.rst","ibm_zosmf/docs/source/modules.rst","ibm_zosmf/docs/source/modules/zmf_authenticate.rst","ibm_zosmf/docs/source/modules/zmf_sca.rst","ibm_zosmf/docs/source/modules/zmf_workflow.rst","ibm_zosmf/docs/source/release_notes.rst","ibm_zosmf/docs/source/requirements_control.rst","ibm_zosmf/docs/source/requirements_managed.rst","ibm_zosmf/docs/source/resources.rst","ibm_zosmf/docs/source/roles.rst","ibm_zosmf/docs/source/roles/zmf_cpm_create_software_instance.rst","ibm_zosmf/docs/source/roles/zmf_cpm_get_software_instance.rst","ibm_zosmf/docs/source/roles/zmf_cpm_list_software_templates.rst","ibm_zosmf/docs/source/roles/zmf_cpm_manage_software_instance.rst","ibm_zosmf/docs/source/roles/zmf_cpm_provision_software_service.rst","ibm_zosmf/docs/source/roles/zmf_cpm_remove_software_instance.rst","ibm_zosmf/docs/source/roles/zmf_swmgmt_csi_query.rst","ibm_zosmf/docs/source/roles/zmf_swmgmt_identify_missing_critical_updates.rst","ibm_zosmf/docs/source/roles/zmf_swmgmt_identify_missing_fixcat_updates.rst","ibm_zosmf/docs/source/roles/zmf_swmgmt_search_software_updates.rst","ibm_zosmf/docs/source/roles/zmf_swmgmt_zos_system_uuid.rst","ibm_zosmf/docs/source/roles/zmf_workflow_complete.rst","ibm_zosmf/docs/source/roles/zmf_zmsc_run_management_service.rst","index.rst","installation/installation.rst","playbooks/playbooks.rst","reference/community.rst","reference/documentation.rst","reference/helpful_links.rst","release/release.rst","requirements/requirements.rst","troubleshooting/errorsandmessages.rst","zhmc-ansible-modules/CHANGELOG.rst","zhmc-ansible-modules/docs/ansible_content.rst","zhmc-ansible-modules/docs/source/bibliography.rst","zhmc-ansible-modules/docs/source/development.rst","zhmc-ansible-modules/docs/source/modules.rst","zhmc-ansible-modules/docs/source/modules/zhmc_adapter.rst","zhmc-ansible-modules/docs/source/modules/zhmc_adapter_list.rst","zhmc-ansible-modules/docs/source/modules/zhmc_console.rst","zhmc-ansible-modules/docs/source/modules/zhmc_cpc.rst","zhmc-ansible-modules/docs/source/modules/zhmc_cpc_capacity.rst","zhmc-ansible-modules/docs/source/modules/zhmc_cpc_list.rst","zhmc-ansible-modules/docs/source/modules/zhmc_crypto_attachment.rst","zhmc-ansible-modules/docs/source/modules/zhmc_hba.rst","zhmc-ansible-modules/docs/source/modules/zhmc_ldap_server_definition.rst","zhmc-ansible-modules/docs/source/modules/zhmc_ldap_server_definition_list.rst","zhmc-ansible-modules/docs/source/modules/zhmc_lpar.rst","zhmc-ansible-modules/docs/source/modules/zhmc_lpar_command.rst","zhmc-ansible-modules/docs/source/modules/zhmc_lpar_list.rst","zhmc-ansible-modules/docs/source/modules/zhmc_lpar_messages.rst","zhmc-ansible-modules/docs/source/modules/zhmc_nic.rst","zhmc-ansible-modules/docs/source/modules/zhmc_nic_list.rst","zhmc-ansible-modules/docs/source/modules/zhmc_partition.rst","zhmc-ansible-modules/docs/source/modules/zhmc_partition_command.rst","zhmc-ansible-modules/docs/source/modules/zhmc_partition_list.rst","zhmc-ansible-modules/docs/source/modules/zhmc_partition_messages.rst","zhmc-ansible-modules/docs/source/modules/zhmc_password_rule.rst","zhmc-ansible-modules/docs/source/modules/zhmc_password_rule_list.rst","zhmc-ansible-modules/docs/source/modules/zhmc_session.rst","zhmc-ansible-modules/docs/source/modules/zhmc_storage_group.rst","zhmc-ansible-modules/docs/source/modules/zhmc_storage_group_attachment.rst","zhmc-ansible-modules/docs/source/modules/zhmc_storage_volume.rst","zhmc-ansible-modules/docs/source/modules/zhmc_user.rst","zhmc-ansible-modules/docs/source/modules/zhmc_user_list.rst","zhmc-ansible-modules/docs/source/modules/zhmc_user_pattern.rst","zhmc-ansible-modules/docs/source/modules/zhmc_user_pattern_list.rst","zhmc-ansible-modules/docs/source/modules/zhmc_user_role.rst","zhmc-ansible-modules/docs/source/modules/zhmc_user_role_list.rst","zhmc-ansible-modules/docs/source/modules/zhmc_versions.rst","zhmc-ansible-modules/docs/source/modules/zhmc_virtual_function.rst","zhmc-ansible-modules/docs/source/release_notes.rst","zhmc-ansible-modules/docs/source/requirements_managed.rst","zhmc-ansible-modules/docs/source/troubleshooting.rst"],objects:{},objnames:{},objtypes:{},terms:{"0000000bba01":49,"000c":43,"000d":43,"000e":43,"000f":43,"00106f234c71":124,"00106f237ab1":142,"00106f239c31":[116,119,122,130,132,139,141],"00106f239d19":[119,130,132,139,141],"00106f23f636":[144,145],"00106f25b43c":146,"009c0f4c":[139,141],"01a0":39,"023f":130,"033f":149,"0706c00180000000000000000070e050":126,"083c":39,"0c99":142,"0f03":39,"0ick00703i":49,"0ick01314i":49,"0ick04000i":49,"0xc1":55,"100088947155a1e9":[116,139],"100mb":29,"1036k":39,"1048k":39,"10c":[117,119],"10fa8489":126,"10m":37,"11548k":37,"11740k":39,"11896k":39,"11e8":[116,119,122,130,132,139],"11e9":[119,136,139,141,142,144,145],"11ea":[119,130,132],"11eb":142,"11ec":146,"11ee":124,"11m":39,"123f":123,"12c":116,"131a":15,"14m":39,"15t02":[6,7,8,9,10],"16s":[116,139],"1768k":39,"1876480k":39,"19e90e27":142,"1appus":40,"1cae":142,"1data":37,"1gb":29,"1ickdsf":49,"200a":[139,141],"20a6":119,"240k":[37,39],"24h":120,"252k":39,"2535b19e":83,"256k":39,"2gb":0,"2mb":35,"32323df4":[130,132],"351b":119,"358a":139,"3dc87062":146,"3e7ed5ca28d7":[116,119,122,132,139],"3f99":[116,119,122,132,139],"422c":142,"465f":124,"46cc":[144,145],"4947c6d0":[119,132],"4a00003c":49,"4a14":[116,119,122,132,139],"4a52":83,"4a7e":136,"4a81":144,"4e06":126,"4e40":145,"4f01576a":126,"4gb":0,"500m":15,"50m":[24,60],"518ac1d8":142,"520c0138":136,"5695df18658i10001000":82,"58e41a42":119,"5956e97a":[130,132],"600507681081001d4800000000000083":[139,141],"60k":37,"6a46d18a":119,"80ca":124,"8bb3":136,"8d320d5f68b048fc97559d771ede68b37a71e8374d1d678d96dcfa2b2da7a64":[31,34],"8dfc":119,"8e5b":146,"8ea3":146,"8f73":[119,132],"91773b88":142,"91ba":142,"92k":39,"9d77":83,"9fbb":119,"boolean":[23,49,53,120,132,139,142,150],"byte":[15,28,31,32,35,37,39,42,48,63,64,110],"case":[2,6,7,8,9,10,12,15,20,22,23,24,28,31,32,34,39,41,46,48,49,53,56,59,60,70,82,83,84,86,89,90,91,93,95,100,101,107,110,116,124,126,136,138,150],"class":[15,27,28,29,31,32,37,38,39,42,48,49,53,63,64,82,113,116,122,124,126,130,132,136,139,141,142,144,146],"default":[0,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,24,27,28,29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46,47,48,49,50,53,54,60,62,63,64,66,68,69,71,74,77,82,83,86,89,90,91,92,93,94,95,96,97,98,99,100,101,103,110,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],"export":[24,30,60],"final":[15,32,82,83,100,114,150],"float":[43,150],"function":[6,7,8,9,10,15,16,22,37,39,42,49,50,53,55,59,84,86,114,115,132,139,150],"import":[22,24,53,56,60,63,68,114,132,139,150],"int":[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,23,27,28,29,30,31,32,34,35,37,38,39,40,41,42,43,44,46,47,48,49,53,63,64,66,67,69,77,81,82,83,92,93,100,101,118,119,120,122,126,129,135,139,148],"long":[15,23,30,31,32,38,39,40,41,49,53,139],"new":[4,5,10,15,17,18,23,24,29,30,31,32,39,42,47,49,56,60,63,64,65,70,71,77,83,84,95,96,97,98,100,103,108,116,118,119,120,126,127,132,133,138,150],"null":[35,38,39,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149],"public":[24,42,60,83,89,100],"return":[3,23,24,26,53,60,61,70,80,84,89,90,91,93,95,96,97,98,100,101,110,115,150],"short":[15,77,114,116,132,139,150],"static":[15,27],"switch":[15,42,45,112,130,132,139,140,141],"throw":[24,53,60],"transient":[3,15,19,89,90,91,93,101],"true":[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,23,24,27,28,29,30,31,32,33,34,35,38,39,40,41,42,43,44,46,47,48,49,53,60,62,63,64,65,66,67,68,69,77,81,82,83,89,90,91,92,93,94,95,96,97,98,99,100,101,110,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],"try":[15,24,31,39,46,53,60],"var":[0,24,30,31,39,40,46,60,75,77,86,89,90,91,92,93,94,100,101,150],"while":[24,26,31,32,35,40,41,42,46,53,60,61,64,80,83],ACS:29,ADDED:63,AND:[35,37,39,49],ARE:64,Added:[19,53,70,74,84,150],Aded:150,Age:35,BAS:7,BMS:15,BTS:14,Bus:123,But:[24,60],CES:133,CTS:9,DDs:[39,42,53],FOR:[30,37,39,49,64],For:[0,2,3,4,6,7,8,9,10,11,12,13,14,15,16,17,20,22,23,25,27,28,30,31,32,33,34,35,37,38,39,40,41,42,43,46,48,54,55,56,59,62,63,64,71,73,75,79,82,83,84,89,95,100,103,104,109,110,114,116,117,118,119,120,121,122,123,124,126,127,128,130,132,133,134,136,138,139,140,141,142,144,146,148,149,150],HAS:39,HFS:[32,34,41],Has:53,IDs:[15,53,54,71,98,150],IMS:[0,15,35,44,61,68,70,71,89,92,93,94,102,105,108,109,110],INS:132,Its:83,JES:[15,16,37,38,39,83,100],LDS:[31,32,63,64],MVS:[15,27,28,30,31,33,34,35,37,40,41,48,49,53,71],NFS:41,NOS:39,NOT:[24,31,34,39,53,60],Not:[28,31,32,42,48,63,64,132],ONE:[15,23,37],One:[35,47,87],PAS:[54,71],PDS:[11,15,23,28,30,31,32,33,34,35,39,40,48,53,63,64,66,67,69],PFS:41,PRs:150,PYS:[54,71],RLS:15,SMS:[27,28,29,31,32,42,48,49,63,64],SOS:15,SYS:[37,39,53],Such:[83,100,109],Sys:[0,102,105,108,109,110],TFS:41,THAT:[37,39,64],THE:[37,39,63,64],TIS:55,TLS:15,TRS:[28,48],That:[31,83,114,150],The:[0,1,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,46,47,48,49,53,54,55,56,58,60,61,62,63,64,65,66,67,68,69,70,71,72,75,76,77,78,80,81,82,83,84,86,88,89,90,91,92,93,94,95,96,97,98,99,100,101,103,104,107,109,110,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152],Then:[53,100,114],There:[0,15,29,39,104,114,152],These:[0,1,3,5,6,8,9,10,15,20,24,31,39,41,46,53,56,60,66,69,76,114,150],UCS:55,USING:39,Use:[0,4,5,11,12,13,14,15,17,18,24,28,29,31,35,42,48,53,60,63,64,67,103,104,116,142],Used:[29,40,50,95,96,97,98,99,124,130,136,139,141,142,144,146],Uses:[36,38],Using:[9,27,30,31,54,71],VFs:150,WAS:[37,39,49,63],WILL:[37,39],WITH:39,Will:[27,46,48,123,130,132,139,149],With:[24,42,60,71,84,86,150],YES:[15,31,41],Yes:[0,41],ZFS:[30,32,34,41,77],ZOS:71,_________________________________________:39,__dict__:[24,60],__future__:[24,60],__init__:[24,60],__metaclass__:[24,60],_bpxk_autocvt:[24,60],_cee_runopt:[24,60],_encode_file_exist:71,_encode_file_new:71,_export_:[24,60],_keydata:[6,7,8,9,10],_name:144,_play_context:53,_tag_redir_err:[24,60],_tag_redir_in:[24,60],_tag_redir_out:[24,60],_text:53,_uri:144,_zos_unarch:50,a13b:130,a142:[139,141],a14b:[116,122,139],a87c:[116,119,122,132,139],a8a8:145,a8c3:83,a951:126,aa1b:144,aap:[56,109,126],abbrev:39,abbrevi:[15,41],abc9abc1:15,abc:[31,35,149],abcd0001:[3,4,5,11,12,13,14,15,17,18],abcd01:15,abend:[15,16,37,38,39,53],abil:[6,8,9,10,15,102,116],abl:[31,34,39,84,86],abnorm:[15,39,42,53,63,64],abnormal_disposit:[63,64],about:[0,6,7,8,9,10,15,19,24,53,60,67,71,75,84,86,89,93,101,103,104,108,109,110,114,116,118,119,120,122,123,124,126,130,132,136,139,140,141,142,144,146,149,150],abov:[3,15,23,77,84,95,96,97,98,99,110,146,150],absenc:[15,150],absent:[4,5,11,12,13,14,15,17,18,27,28,30,32,40,41,53,116,123,124,130,132,136,139,141,142,144,146,149,150],absolut:[23,24,27,28,30,31,33,34,40,41,42,48,60,82,126,132,139],absolute_import:[24,60],acb:[58,61,63,64],acb_lib:[62,63],acbgen:62,acblib:[62,63],acc:[116,122],acceler:149,accent:53,accept:[0,2,3,6,8,9,10,22,23,24,32,42,47,53,59,60,67,73,79,80,89,90,91,93,95,101,115,118,119,121,126,128,132,134,139,148,150],accept_firmwar:[118,119],acceptable_statu:[119,150],access:[0,15,24,26,32,37,39,42,49,53,60,80,81,82,83,84,95,96,97,98,100,103,104,110,115,116,117,118,119,120,121,122,123,125,126,127,128,129,130,131,132,133,134,135,137,139,140,141,142,143,144,145,147,148,149],access_group:42,access_mod:[122,132],accomod:150,accord:[6,7,8,9,10],accordingli:[44,150],account:[15,23,83,100,114],accounting_inform:15,ace:15,achiev:[4,5,11,12,13,14,15,17,18,24,60,83],across:[13,115,120,150],act:[23,28,31,48,53,99],action:[3,7,8,9,10,15,21,24,26,32,48,53,60,63,64,67,82,89,92,93,101,114,118,138,139,140,141,150],action_nam:6,action_paramet:6,actionb:150,actionobjectid:82,activ:[5,15,37,38,39,43,49,53,62,65,72,86,104,114,116,117,119,120,121,122,126,128,132,133,134,135,139,140,141,148,150],activation_mod:128,activation_profile_nam:[119,126],actual:[23,41,53,138,140,150],adapt:[112,115,119,122,123,130,132,139,146,148,149,150],adapter1:[116,117,132],adapter2:132,adapter_count:[122,150],adapter_famili:117,adapter_id:[116,117],adapter_list:117,adapter_nam:[122,123,130,149,150],adapter_port:[123,130],adapter_port_uri:123,adapter_uri:149,add:[15,16,26,28,30,31,32,40,41,42,46,48,53,61,70,74,84,103,110,114,126,150],add_stylesheet:150,added:[15,24,27,28,31,35,36,39,40,41,42,43,46,53,60,63,70,71,104,110,122,150],adding:[27,45,63,120,150],addit:[3,15,16,20,22,23,29,36,37,38,39,49,50,52,54,59,62,70,77,82,85,95,96,97,98,104,106,107,114,116,117,118,119,121,122,123,124,126,128,130,131,132,134,136,137,139,141,142,143,144,145,146,147,149,150,151,152],addition:[24,49,60,103],additional_properti:[117,121,128,131,134,137,143,145,147,150],additionalinfo:82,address:[15,23,37,38,39,42,49,53,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],adequ:[28,48],adher:103,adhoc:[24,60],adi:15,adjust:[15,104,150],admin:38,administr:[31,48,82,104,142,144],adrdssu:[28,29,42,48],advanc:53,advis:67,aes:[132,139],affect:[62,117,128,134,150],after:[15,16,23,24,28,30,31,34,36,39,40,41,42,46,48,53,60,63,64,70,83,100,101,104,114,118,119,120,122,123,126,130,132,138,139,140,141,149,150],afterward:53,again:[83,114,150],against:[0,15,24,35,60,110,114,139,140,141,150],age:[23,35],age_stamp:35,agent:15,agil:0,aging:15,ahead:15,aibridg:15,aicon:15,aiexit:15,aildelai:15,aim:[4,5,11,12,13,14,15,17,18],aiqmax:15,airdelai:15,akpfreq:15,alarm:[129,135],algorithm:[0,15,28],alia:31,alias:[23,24,31,53,60],align:[53,109],all:[0,3,9,11,13,14,15,17,19,20,23,24,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,46,47,48,49,53,55,60,62,64,65,66,67,68,69,82,84,86,88,95,102,103,104,109,110,114,116,117,119,120,121,122,123,124,126,127,128,130,131,132,133,134,136,137,139,140,141,142,143,144,145,146,147,148,149,150],alldzon:95,alloc:[3,4,11,12,13,14,15,17,19,28,29,31,32,35,37,39,42,43,46,47,48,62,63,64,67,126],allow:[11,15,19,22,23,24,32,39,41,42,47,53,55,60,67,88,92,93,101,116,119,120,126,127,133,136,139,142,150],allow_status_except:[126,150],allow_uid:41,alltzon:95,aloadtim:[6,7,8,9,10],alon:[6,7,8,9,10,19,20],along:[53,64,65,84,100,150],alpha:[42,114,150],alphabet:[6,7,8,9,10,55,136],alphanumer:[15,49],alreadi:[4,5,11,12,13,14,15,17,18,27,31,32,34,39,42,46,53,63,83,95,96,97,98,116,118,119,123,124,130,132,136,139,141,142,144,146,149,150],also:[0,1,6,7,8,9,10,11,19,20,21,26,27,29,33,40,53,55,58,62,63,64,67,68,70,72,77,78,80,82,83,84,88,95,96,97,98,103,112,114,115,119,123,124,126,130,136,139,141,142,144,146,149,150,152],alter:82,altern:[15,16,22,23,24,60,110,150],although:[0,51,104,105,129,135],alwai:[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,23,25,27,28,30,31,32,33,34,38,40,41,42,43,44,45,47,48,53,62,64,65,66,67,68,69,81,82,83,103,104,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],am2:150,amaters:29,amod:39,amount:[5,15,29,32,39,42,63,64],analog:42,analysi:64,analysis_mod:64,analyz:64,angel:126,ani:[6,7,8,9,10,11,12,13,15,17,18,23,24,28,30,31,34,35,36,37,38,39,41,42,43,44,45,48,49,53,60,62,63,64,65,68,70,81,82,83,89,91,92,93,94,95,100,101,103,109,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],anoth:[15,23,27,30,31,33,40,41,42,43,53,150],ans1234:16,ansi:[31,53],ansibl:[1,3,4,5,9,11,12,13,14,15,16,17,18,19,20,21,23,24,25,26,27,28,29,30,31,32,33,34,39,40,41,42,45,46,48,49,50,52,53,54,56,58,60,61,68,69,70,71,72,74,75,77,78,80,81,82,83,84,86,89,90,91,92,93,94,95,96,97,98,99,100,101,104,106,107,108,109,112,114,115,123,127,130,132,133,139,149,150],ansible_collect:[0,103],ansible_collections_ibm_zos_cor:24,ansible_collections_ibm_zos_im:60,ansible_collections_ibm_zos_ims:60,ansible_config:[0,103],ansible_date_tim:30,ansible_fact:[24,36,53,60],ansible_hostnam:30,ansible_lint:[114,150],ansible_python_interpret:110,ansible_sample_workflow_:[83,100],ansible_sample_workflow_sy1:83,ansible_shell_execut:[54,71],ansible_vers:[31,39,46],ansible_workflowname_:83,ansiblemodul:[24,60],ansitest:[6,7,8,9,10],anymor:114,anyth:[107,120],anywher:[40,41],apar:[42,75,84],apf:[21,26,41,42,49,62],apfadm:27,apg:77,api:[0,1,3,6,7,8,9,10,15,19,20,24,27,30,40,41,42,52,53,60,72,75,77,82,84,86,95,96,97,98,99,103,106,109,112,113,114,116,117,118,119,120,121,122,123,124,126,127,128,130,132,133,134,136,139,141,142,144,145,146,148,149,150,151],api_polling_interval_second:[92,93,101],api_polling_retry_count:[92,93,101],api_vers:118,apist:[6,7,8,9,10],appar:15,appc:15,appear:[6,8,9,10,15,42,53,110],append:[15,27,30,31,33,34,35,40,41,103,104],applehelp:150,appli:[15,29,31,32,36,39,41,46,47,53,66,69,75,119,126,150,152],applianc:[132,139],applic:[0,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,28,31,34,35,41,42,48,58,62,63,66,68,69,77,84,89,91,92,93,94,97,102,104,109,120,146],applid:[6,7,8,9,10,15],applmajorv:[6,7,8,9,10],applmicrov:[6,7,8,9,10],applminorv:[6,7,8,9,10],approach:[86,132,139],appropri:[0,6,27,31,53,56,77,84,89,90,91,92,93,94,101,103,110],approv:114,approxim:[28,53],appveyor:150,april:56,arch_level:36,architectur:[50,53,107],archiv:[0,26,29,42,48,50,53,103,114,150],archive_folder_test:48,arcroot:28,area:[15,28,31,32,42,48],arg:[24,46,60],arg_def:23,arg_typ:22,argpars:[22,23],argument:[22,42,46,53,70,83,95,96,97,98,99,150],around:[24,41,53,60],arr:[95,98],arrai:[82,89,92,150],artifact:[0,104],artifici:[116,123,130,132,139,142,144,146,149,150],as_resourc:6,asa:[31,53],asa_text:31,ascii:[31,71],asi:15,asid:[37,38,39,53],asif:23,ask:110,asm:114,asma90:39,asr:15,asrd:15,assembl:[53,66],assert:[24,60],assert_called_with:[24,60],assign:[6,7,8,9,10,15,16,24,31,37,38,39,46,49,60,83,95,96,97,98,100,126,129,135],assist:[16,53,82,84,120],associ:[6,7,8,9,10,15,19,27,31,42,43,48,50,62,65,77,83,84,89,90,92,93,95,100,101,119,120,129,135,139,140,141,146],associated_system_defined_user_role_nam:146,associated_system_defined_user_role_uri:146,assum:[6,8,9,10,15,16,24,30,31,33,34,40,41,42,44,46,60,77,89,90,91,92,93,94,95,96,97,98,99,101,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149],asterisk:[27,29,38,44,95],asynchron:41,atb:[37,39],attach:[15,44,115,122,132,139,141,150],attempt:[31,32,39,92,93,101],attent:[82,114,129,135],attribut:[6,7,8,9,10,11,15,16,28,31,32,41,42,48,49,53,63,64,68,150],attribute1:[6,7,8,9,10],attribute2:[6,7,8,9,10],attribute3:[6,7,8,9,10],attribute4:[6,7,8,9,10],attribute5:[6,7,8,9,10],attribute6:[6,7,8,9,10],attributeerror:150,audit:[82,84],augment:25,autconn:15,auth:[42,103,150],auth_url:[0,103],authent:[6,7,8,9,10,15,24,60,75,80,82,83,86,89,90,91,92,93,94,95,96,97,98,99,100,101,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],authentication_typ:[142,150],author:[0,15,21,26,30,31,33,40,42,49,62,63,64,68,104,114,150],auto:[0,12,15,68,102,105,108,109,110,126,132,139],auto_commit:68,auto_reload:[31,39,46],autoasi:12,autocold:12,autocommit:68,autocvt:[24,60],autodb:[63,64],autodst:15,autogener:[132,139],autoinit:12,autoinstal:15,autom:[0,1,3,16,19,20,21,24,26,33,36,37,38,39,53,56,58,60,61,70,71,74,75,76,77,78,80,83,84,100,102,104,107,108,109,112,114,150],automat:[15,29,31,34,41,42,44,53,68,82,83,84,86,88,95,114,120,123,126,150],automation_hub:103,automationhub:[114,150],automov:[41,53],automove_list:41,autoresettim:15,autostart:12,autostart_overrid:12,autoswitch:15,autotag:[24,60],aux_temp_storag:[3,19],aux_trac:[3,19],auxiliari:[3,15,19],auxtr:15,auxtrsw:15,avail:[0,6,7,8,9,10,15,23,27,28,29,30,31,32,33,34,36,39,40,41,42,46,48,49,56,65,71,102,103,104,108,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],available_features_list:150,ave:23,avoid:[0,22,23,30,33,40,53,150],await:44,awar:[30,36],awx:0,b1bf361886a4:126,b352:39,b447:119,b4d3:142,b67c:[130,132],b9dd:142,b_text:39,back:[3,9,21,26,27,29,30,31,34,39,40,41,42,46,48,49,53,61,123,127,130,133,149,150],backout:[11,15],backoutonli:15,backref:40,backrefer:40,backslash:43,backup:[0,26,27,30,31,32,33,34,40,41,42,49,53,118,120,124],backup_compress:33,backup_location_typ:118,backup_nam:[27,29,30,31,33,40,41,42],backward:150,bad3:[139,141],bad:[53,150],bailei:23,bak:[27,30,31,33,40,41],bandit:150,bar:[15,28,31],basdefinev:[6,7,8,9,10],base64:42,base:[0,4,5,11,12,13,14,15,17,18,27,28,30,31,35,39,40,46,47,49,53,54,64,67,71,82,84,86,88,114,120,121,128,134,143,148,150],bash:[54,71],basi:[55,114,150],basic:[6,7,8,9,10,15,24,31,32,35,42,60,63,64,66,69,104,132,137,139,142],batch:[15,16,27,32,37,38,39,47,53,62,63,65,66,69,83,100],batch_result:[66,69],bc93:139,bd0a:[130,132],bdfeb245fc36:136,bear:53,becaus:[15,23,41,53,54,63,71,83,89,90,91,93,101,104,116,123,124,127,130,132,133,136,139,141,142,144,146,149,150,151],becom:[24,41,60,110,120,123,130,149],become_us:110,been:[0,16,22,24,29,31,33,38,39,42,48,53,60,84,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],befor:[4,5,11,12,13,14,15,17,18,20,23,24,27,28,30,31,39,40,42,46,49,53,56,60,62,63,64,71,86,92,93,101,103,104,109,110,114,118,119,126,127,133,150],beforehand:31,beg:38,begin:[15,23,27,30,31,38,39,40,44,46,63,64,74,83,100,129,135],beginnendn:30,behavior:[0,15,31,34,53,110,150],behaviour:9,behind:[24,53,60],being:[4,5,6,7,8,9,10,11,12,13,14,15,17,18,23,27,29,30,31,32,34,39,40,41,46,53,66,69,101,114,123,124,127,130,132,133,136,138,139,141,142,144,146,149,150],belong:[16,127,133],below:[3,15,24,42,53,55,60,82,100,110,117,120,128,132,134,139,150],benefici:[24,60],benefit:[24,60],besid:114,best:150,beta:[53,56,74,103,150],better:150,better_arg_pars:23,betterarg:22,between:[13,15,23,41,42,53,63,64,100,116,150],beyond:22,bf98:142,bfd3:[144,145],bgysc1310:27,bgysc1311:[30,40],bibliographi:150,big5:55,billabl:120,bin:[23,24,30,40,46,60,110],binari:[30,31,33,34,35,40,42,45,47,48,53,110],binconr:[6,7,8,9,10],binconsc:[6,7,8,9,10],bind:[66,124],binder:39,binsterr:[6,7,8,9,10],bit:[15,41,133],blake:23,blank:[5,18,42,49,53],bldl:15,blklgth:42,blksize:[28,39,48],block:[15,26,27,28,31,32,39,42,46,48,53,58,62,63,64,66,68,69,126],block_end_str:[31,39,46],block_siz:[28,31,32,42,48,63,64],block_start_str:[31,39,46],blog:[0,84],bluepag:[144,145],bmp:[63,64,68],bms:15,bodi:[6,7,8,9,10,30],bof:[30,40],book:[113,116,118,119,122,123,124,126,130,132,136,139,141,142,144,145,146,149],bool:[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,23,27,28,29,30,31,32,33,34,37,38,39,40,41,42,43,44,46,48,49,62,63,64,65,66,68,69,81,82,83,100,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149],boot1:132,boot:[126,129,132,135,139,141,150],boot_devic:132,boot_ftp_host:132,boot_ftp_insfil:132,boot_ftp_password:132,boot_ftp_usernam:132,boot_load_paramet:150,boot_network_devic:132,boot_network_nic_nam:132,boot_storage_devic:132,boot_storage_group_nam:[132,150],boot_storage_hba_nam:132,boot_storage_volum:[132,150],boot_storage_volume_nam:[132,150],bootstrap:63,bootstrap_dataset:63,both:[0,11,13,15,16,17,18,23,24,29,31,40,42,53,60,62,64,66,69,71,96,97,98,110,113,150],bottom:15,bound:77,box:[24,60,114],bpxprm00:30,bpxprmaa:41,bpxprmab:41,bpxprmxx:41,bpxw0003i:46,branch:[114,150],bridg:15,brief:0,bring:[1,21,58,72,78,112,150],brmaxkeeptim:15,broaden:150,broader:[1,19,21,58,70,72,74,78,84,112],broken:[24,60,74],brought:150,browser:114,buffer:[15,42,43,63,64],buffer_pool_param_dataset:[63,64],bug:[0,2,19,22,53,59,70,73,79,108,114,150],bugfix:0,build:[0,6,8,9,10,24,60,62,102,150],build_ignor:103,build_psb:62,builder:68,built:[0,15,19,22,62,103,114,150],builtin:45,bundl:[6,7,8,9,10,118,119,150],bundle_level:[118,119],bundledir:7,busi:43,buster:150,button:114,bwo:15,bypass:[31,110],byte_count:[37,39,42,53],bz2:[28,48,53],bzip:48,c05076d24d80016e:139,c1d5e2c9e3c5e2e3:[6,7,8,9,10],c3f6:126,c44338de:119,ca_cert:[116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],cab:[39,53],cach:[9,15],cadenc:0,calcul:[15,28,150],call:[15,19,24,27,30,32,37,40,41,53,55,60,62,65,66,67,69,70,75,77,81,95,96,97,98,99,150],callabl:42,can:[1,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,23,24,25,26,27,28,29,30,31,32,33,34,35,37,38,39,40,41,42,43,45,46,48,49,53,54,55,56,60,61,62,63,64,66,67,68,69,70,71,75,76,80,81,82,83,84,86,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,109,112,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],cancel:[16,38,39,53],candid:[6,7,8,9,10,139,150],candidateassign:[6,7,8,9,10],candidatedescript:[6,7,8,9,10],candidategroup:[6,7,8,9,10],candidatenam:[6,7,8,9,10],candidateoverrid:[6,7,8,9,10],candidatesystemgroup:[6,7,8,9,10],candidatetyp:[6,7,8,9,10],candidateusag:[6,7,8,9,10],candidatevers:[6,7,8,9,10],cannot:[23,30,40,42,49,63,64,68,83,110,114,116,119,123,124,126,130,132,136,139,141,142,144,146,149,150],canon:119,cap1:120,cap:[126,132,139],capabl:41,capac:[0,53,113,115,116,126,139,150],captur:[40,53,89,91,93,101,127,133],card:[15,37,39,53,116,122,130,139,150],carefulli:110,cat:[0,30,63,64],catalog:[3,15,19,27,30,31,32,33,34,35,39,40,41,42,53,58,61,68,70,84,86,91,93,101],catalog_service_nam:101,catalog_service_namm:101,catalogu:53,categori:[0,3,82,83,84,97,101],category_nam:101,catlg4:47,catlg:[42,53,63,64],caught:53,caus:[15,24,37,39,53,62,64,70,114,117,119,121,126,128,129,131,132,134,135,137,143,145,147,150],caution:[31,53],cbcaf7a0:[144,145],cbp:126,cbu:120,cca:[116,122],ccg:47,cchh:49,ccsid:[15,41,55],cctext:65,cdsa:15,cdsasz:15,cedf:[6,7,8,9,10],cedfstatu:[6,7,8,9,10],ceemsg:15,ceeout:15,cell:114,cemt:16,center:15,central:[15,70,126],certain:[24,60,63,67,76,80,88,120,126,136,139,142,144,146,150],certexpirywarn:15,certif:[6,7,8,9,10,15,53,81,82,83,100,109,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],certifi:[1,19,21,52,53,58,70,72,74,78,84,103,104,106,107,109,112,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],cesd:16,cf79:119,cfg:[0,45,103,104],chain:[6,7,8,9,10,15,47,53,81,82,83,100],chang:[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,23,24,27,30,31,32,33,37,38,39,40,41,42,43,44,46,54,56,60,62,63,68,70,71,74,81,82,83,101,103,110,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],change_record_numb:101,changeag:[6,7,8,9,10],changeagrel:[6,7,8,9,10],changed_when:[127,133],changedataset:82,changelog:150,changetim:[6,7,8,9,10],changeusrid:[6,7,8,9,10],channel:[107,114,116,122,126,139],chapter:150,charact:[6,7,8,9,10,11,15,16,19,23,27,28,29,30,31,33,34,35,38,39,40,41,42,43,44,46,49,53,57,64,136,145,150],characterist:42,charset:[30,31,33,34,40,46],chdir:46,check:[4,5,14,15,23,24,26,31,32,34,41,48,49,53,60,63,82,83,100,114,140,150],check_format:27,check_req:114,check_timestamp:[63,70],checker:150,checkout:114,checkpoint:[63,64],checksum:[31,34],child:[119,132,150],chkstrm:15,chkstsk:15,chmod:42,choic:[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,23,27,28,29,30,31,32,35,39,40,41,42,46,48,53,54,62,63,64,66,69,70,71,82,83,100,116,118,119,120,122,123,124,126,130,132,136,138,139,140,141,142,144,146,149],chomp:42,choos:[16,24,35,56,60,103],chosen:55,chown:[28,48],cic:[2,5,18,19,20,27,89,91,92,93,94,102,105,108,109,110],cics13:35,cics_data_set:[3,11,12,13,15],cicsapi:[6,7,8,9,10],cicsbundl:[6,8],cicsdefinitionbundl:[7,8,9,10],cicsdefinitionprogram:9,cicslocalfil:9,cicsplex:[1,3,15,19,20],cicsprogram:6,cicsregion:9,cicssi:[6,8,9,10],cicssvc:15,cicsts61:[3,11,12,13,15],cilock:15,circumv:150,circumvent:150,citi:23,clarifi:150,classic:[115,117,119,121,134,146,148,150],classifi:20,clean:[0,53,104,114,150],clean_staging_dataset:63,cleanup:[114,150],clear:[24,60,110,126,127,133,150],clear_ind:[126,150],cli:[20,31,34],click:[114,150],client:[1,6,7,8,9,10,15,45,81,82,83,100,102,103],clintcp:15,clist:46,clock:126,clone:[0,103,114],close:[15,30,114],cloud:[84,86,87,89,90,91,93,94,103],clsdstp:15,clt:15,cluster:[35,42,53,126],cma:[6,7,8,9,10,15],cmci:[1,3,6,7,8,9,10,19],cmci_:0,cmci_act:[3,19],cmci_cert:[6,7,8,9,10],cmci_creat:[3,19],cmci_delet:[3,19],cmci_get:[0,3,6,8,10,19],cmci_group:19,cmci_host:[6,7,8,9,10],cmci_kei:[6,7,8,9,10],cmci_password:[6,7,8,9,10],cmci_port:[6,7,8,9,10],cmci_upd:[3,19],cmci_us:[6,7,8,9,10],cmd:[16,30,31,40,41,42,43,46,53],cmdprot:15,cmdsec:15,cna:150,cnv:[39,53],cobolsrc:31,coboltyp:[6,7,8,9,10],cobu:35,cod:120,code:[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,24,27,30,31,34,35,37,38,39,41,42,43,46,47,49,53,55,60,62,63,64,65,66,67,68,69,82,118,150],codec:110,cogpsbl2:69,cogpsbl:69,cold:[12,13,15],colleciton:150,collect:[1,2,3,11,15,16,19,20,21,24,25,26,36,37,38,39,50,51,52,53,54,56,58,60,61,67,70,71,72,74,75,76,77,78,80,84,85,86,88,89,90,91,92,93,94,95,96,97,98,99,101,102,103,105,106,107,108,109,112,114,115,142,150,151,152],colo:[132,139],colon:[66,69],column:[42,53,114],com:[6,7,8,9,10,81,95,96,97,98,99,103,114,144,150],combin:[6,8,9,10,23,42,62,70,114,116],come:[36,50,51,102,105],comma:35,command:[0,6,7,8,9,10,15,16,20,21,24,26,27,28,30,31,34,35,41,42,44,46,48,49,53,55,58,60,61,62,71,80,82,95,96,97,98,99,103,104,107,109,110,114,115,122,129,132,135,139,150],command_input:62,comment:[0,2,22,31,39,40,41,46,59,73,77,79],comment_end_str:[31,39,46],comment_start_str:[31,39,46],commit:[68,114,150],common:[15,27,29,30,33,34,39,40,52,53,104,106,107,150],commun:[2,15,16,22,46,51,59,73,79,102,103,104,105],communicationsserv:15,comn01:27,comnuc:35,compar:[32,35,83,126,150],compat:[28,150],compil:[44,66,67,69,150],complement:50,complet:[6,8,16,24,31,32,37,38,39,41,43,46,49,53,60,65,67,83,84,88,89,90,91,92,93,101,118,119,126,139,141],complete_check_delai:100,complete_check_tim:100,complex:[0,6,8,9,10,23,28],complex_filt:[6,8,9,10],complianc:70,compliant:150,complic:[6,8,9,10],compon:[15,20,35,53,56,72,75],compos:[6,7,8,9,10],compress:[28,29,33,48,62,70],comput:[28,31,36,53],concaten:[15,42,62,63,64,68],concept:116,concurr:[6,7,8,9,10,15,62,127,133],cond:[37,39],condit:[0,11,12,13,15,17,18,31,44,49,53,95,129,135,150],condition:53,conf:[31,114],confdata:15,config:[24,60,150],configur:[6,7,8,9,10,15,19,22,23,27,30,33,39,40,41,46,53,54,59,71,75,77,82,83,84,86,89,101,102,103,104,109,110,112,115,116,118,132,139,140,141,146,150],conflict:[0,83,100,150],conform:[15,63],conftxt:15,confus:150,conjunct:[0,22,42],connect:[0,3,6,7,8,9,10,15,20,24,44,60,75,86,102,103,110,124,139],connect_vers:[6,7,8,9,10],conntent:132,consecut:[64,136],consid:[15,23,24,35,41,42,46,60,63,64,83,114,126,127,129,133,135],consist:[15,53,83,100,103,104,150],consnam:16,consol:[15,16,43,103,104,112,113,114,115,118,124,136,139,142,144,145,146,150],consolid:62,consosl:150,constant:[24,60],constraint:[114,150],construct:[15,30,40,132],consult:[6,53],consum:150,contact:[24,60,110],contain:[0,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,23,24,26,27,28,29,30,31,34,35,37,38,39,40,41,42,43,44,45,46,49,53,60,61,62,63,64,67,68,70,76,80,82,84,88,89,95,96,97,98,99,104,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],content:[1,2,4,5,11,15,16,17,18,19,21,22,23,24,29,30,31,32,34,35,37,39,40,41,42,43,44,47,48,49,52,53,58,59,60,62,63,64,66,68,69,70,72,73,74,78,79,83,84,88,100,103,104,106,107,109,110,112,114,126,132,150],content_typ:[37,39],context:[6,7,8,9,10,19],contigu:15,continu:[0,15,31,34,39,42,46,53,110],contribut:[102,104],control:[0,3,6,7,10,11,12,15,16,20,25,26,28,31,34,39,41,42,46,48,49,50,53,56,58,61,62,63,64,66,67,68,71,82,83,84,89,91,92,93,94,100,103,110,120,122,126,127,132,133,139,142,150],control_domain:122,control_stat:63,convent:[29,31,63,103],convers:[15,28,29,30,31,33,34,40,48,120,150],convert:[16,30,31,33,34,37,38,39,40,41,46,53,55],coordin:[53,102],copi:[6,7,8,9,10,15,21,24,26,28,34,37,39,41,42,46,48,50,53,55,60,66,69,103],coprocessor:[122,132,139],core:[0,20,25,26,41,50,52,53,54,56,58,70,102,105,106,108,109,110,114,126,150],corp:36,correct:[30,31,39,40,53,150],correctli:[46,53,110,150],correspond:[6,15,28,31,34,41,46,48,53,64,67,99,104,107,108,114,126,144,150],corrupt:53,cost:54,could:[0,24,31,37,38,39,46,49,53,60,83,150],count:[9,15,37,39,44,116,120,136,138,139,150],counter:[15,132,139],countri:23,coupl:[0,15,120],cover:[19,84,112,113,114,150],coverag:[70,114,150],coveral:150,cpc1:[117,119,128,131,134,146,148],cpc2:146,cpc:[115,116,117,120,122,123,126,127,128,129,130,131,132,133,134,135,139,140,141,146,149,150],cpc_api_featur:148,cpc_list:[121,138],cpc_name:[116,117,122,123,126,127,128,129,130,131,132,133,134,135,139,140,141,148,149],cpca:[117,119,121,128,131,132,134,139],cpca_sg_mgmt1:139,cpca_sg_part1:119,cpca_sg_part2:119,cpid:126,cplevel:[127,133],cpm_template_nam:93,cpsm610:15,cpsm:[6,7,8,9,10,15],cpsm_data_set:15,cpsm_reason:[6,7,8,9,10],cpsm_reason_cod:[6,7,8,9,10],cpsm_respons:[6,7,8,9,10],cpsm_response_cod:[6,7,8,9,10],cpsmconn:15,cpu:[36,37,39,112,126],creat:[0,1,3,5,10,18,19,21,24,27,28,29,30,31,32,33,35,37,38,39,40,41,42,44,46,48,49,53,60,62,63,65,68,69,72,74,76,83,84,86,88,90,95,96,97,98,100,103,104,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],create_dataset:[24,60],create_paramet:7,createinstancedirectori:83,createno:68,createy:68,creation:[5,18,32,53,77,83,100,114,138,150],creation_d:[35,37,38,39],creation_tim:[37,38,39],credenti:[74,81,82,83,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149],creslib:67,cresp1:[6,7,8,9,10],cresp2:[6,7,8,9,10],criteria:[6,8,9,10,16,35,37,38,64,77],critic:[42,88,129,135],crl:15,crlprofil:15,cross:[15,68,132,139],crt:81,cryp00:122,cryp01:122,crypto1:122,crypto:[115,116,132,139,150],crypto_adapter_nam:132,crypto_adapter_uri:132,crypto_configur:[122,132],crypto_domain_configur:132,crypto_numb:150,crypto_typ:[116,122,150],cryptograph:146,cryptographi:150,cryptographydeprecationwarn:150,crystal:23,csd:[3,7,9,10,15,16,19],csdacc:15,csdapi:[6,7,8,9,10],csdbkup:15,csdbufnd:15,csdbufni:15,csdcopi:6,csddisp:15,csddsn:15,csdfrlog:15,csdgroup:[6,7,8,9,10],csdinteg:15,csdjid:15,csdlsrno:15,csdrecov:15,csdrecovsystem:15,csdrl:15,csdstrno:15,csdup:11,csi:88,csi_data_set_nam:95,csi_query_respons:95,csi_query_response_fil:95,csp:47,cspf1:[122,132],csvapf:27,ctl:65,cts610:15,cull:35,curl_ca_bundl:[116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149],currency_symbol:23,currency_typ:23,current:[0,2,4,5,11,12,13,14,15,17,18,22,23,27,28,31,34,35,38,42,48,49,54,56,59,66,68,69,71,72,73,79,82,83,89,93,100,101,103,114,117,120,121,126,128,132,134,139,140,142,148,150],currentloc:[6,7,8,9,10],currnetli:132,currtask:9,custom:[3,15,16,22,27,28,30,31,48,67,76,89,91,92,93,94,126,136],customiz:30,cve:150,cwa:15,cwakei:15,cycl:[56,109],cyl:[4,5,11,12,13,14,15,17,18,28,29,31,32,39,42,48,49],cylind:[4,5,11,12,13,14,15,17,18,49],cyp:[24,60],d0000101:[37,39],d0000102:[37,39],d0000103:37,d112:116,d113:139,d17:47,d52:47,d67:47,dae:15,dai:[15,35,64,114],dapter_count:150,darv1:42,dasd:49,data:[1,3,6,7,8,9,10,11,12,13,14,19,21,22,23,25,26,27,33,37,39,41,42,46,47,49,50,53,54,55,58,61,62,63,64,65,66,67,69,70,71,88,90,96,97,98,110,116,117,118,119,121,122,123,124,126,128,130,132,134,136,139,141,142,144,145,146,148,149,150],data_class:[63,64],data_set:[11,15,23,29,35,39,53,66,69],data_set_bas:23,data_set_memb:23,data_set_nam:[3,4,5,11,12,13,14,15,17,18,27,42],data_set_or_path:23,data_set_organ:[4,5,11,12,13,14,15,17,18],data_set_typ:34,data_stor:41,databas:[15,31,42,58,62,63,64,66,67,68],datacla:39,dataloc:[6,7,8,9,10],dataset:[24,27,28,29,30,31,32,33,34,35,39,40,41,42,47,48,49,53,60,62,67,68],dataset_nam:[63,64],datasetcreateerror:[24,60],date:[15,23,27,35,37,38,39,53,56,114,127,129,135,150],datform:15,db2:[89,91,92,93,94],db2conn:15,db2entri:15,db2f0bec:[130,132],db2run:30,db2sms10:29,db2ssid:30,db682456:139,dbc1:43,dbctl:15,dbctlcon:15,dbd1:[62,66],dbd2:[62,66],dbd3:[62,66],dbd4:62,dbd5:62,dbd6:62,dbd:[58,61,62,63,64,67],dbd_lib:[62,63,64,67],dbd_name:[62,66],dbdgen00:39,dbdgen:[39,66,70],dbdlib1:62,dbdlib2:62,dbdlib3:62,dbdlib:[39,62,63,64,66,67],dbdname:62,dbdsrc:39,dbf000:64,dbrc:[58,61,63,64],dbrc_output:67,dbrm:31,dbver:64,dcb6d966:124,dcb:37,dd_concat:[42,53],dd_data_set:[42,53],dd_dummi:42,dd_input:[42,53],dd_name:42,dd_output:42,dd_unix:[42,53],dd_vio:42,ddde026c:119,ddl:[58,61],ddmmyi:15,ddnama:53,ddname:[37,39,47,53,66,69],dds:[42,53],deactiv:[15,119,120,126,150],dead:41,deal:150,debug1:[83,100],debug:[15,24,60,62,90,150],debugtool:15,dec:56,decid:53,decim:[15,28,31,41,48,116,119,123,124,126,130,132,136,139,141,142,144,146,149,150],declar:[3,150],decod:[53,110],decodeerror:53,decompress:29,decreas:120,dedbjn21:66,dedbjnv1:66,def:[11,23,24,60],default_group_nam:142,default_group_uri:142,default_sysout_class:15,defect:120,defer:15,defin:[4,5,7,11,12,13,14,15,16,17,18,22,27,28,29,30,31,32,39,41,42,46,48,49,53,55,63,64,66,68,70,72,82,83,90,95,96,97,98,104,110,114,116,118,119,120,123,124,126,130,132,136,139,141,142,143,144,146,147,149,150],definesourc:[6,7,8,9,10],definetim:[6,7,8,9,10],definit:[1,3,6,8,11,12,15,16,19,23,37,39,42,58,61,66,83,100,115,136,142,150],degrad:[132,139],delai:[15,42,53,142],deleg:[0,20,109],delegate_to:[20,86],delet:[1,3,4,5,11,12,13,14,15,17,18,19,27,28,29,31,32,34,39,42,47,48,53,62,63,64,67,70,72,76,83,100,114,116,123,124,126,130,132,136,138,139,141,142,144,146,149,150],delete_dbd_by_vers:64,delimit:31,deliv:0,deliveri:15,demand:[15,113,120],demetri:23,demo01:49,demo02:49,demo03:49,demo0:49,demo:[39,84],demonstr:[19,53,104,138],deni:[24,60],denot:103,depend:[0,20,22,26,28,31,32,36,42,48,53,54,56,59,71,83,84,86,92,103,108,109,110,114,127,133,145,150],dependabot:[114,150],dependebot:114,deploy:[0,102,104],deprec:[19,39,110,114,142,150],deprovis:[1,3,19,89,92,94],depth:23,deriv:15,des:[132,139],describ:[0,27,30,33,40,41,43,56,63,64,65,66,92,95,96,97,98,99,113,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],descript:[6,7,8,9,10,23,24,53,60,62,67,77,82,83,89,95,100,114,116,117,119,121,122,123,124,126,128,130,132,134,136,139,141,142,144,146,148,149,150],descriptor:[15,37,38,39,49,58,62,66,82,84,86],design:[22,23,24,60,114],desir:[23,24,28,32,41,42,48,53,60,82,83,116,117,119,120,122,123,124,126,128,130,132,134,136,138,139,140,141,142,144,146,149,150],desktop:109,dest:[28,31,33,34,47,48,53,66,69],dest_creat:31,dest_data_set:[28,31,48,53],dest_dataset:53,dest_path:48,dest_stat:28,dest_volum:48,destin:[5,15,18,27,28,29,30,31,33,34,39,40,41,46,48,53,55],destination_attribut:31,destinatt:41,destmem:31,detach:[122,140],detail:[0,3,6,8,9,10,16,25,31,53,71,75,84,86,95,104,108,109,114,116,117,119,120,121,122,123,126,128,130,132,134,140,148,149,150],detect:[15,31,34,39,46,48,53,83,100,116,122,139],determin:[0,6,7,8,9,10,15,23,29,31,33,35,39,41,42,46,48,53,55,63,64,82,83,84,96,97,98,103,104,126,127,129,133,135,150],dev1:[41,114],dev2:41,dev3:41,dev4:41,dev5:41,dev6:41,dev7:41,dev9:41,dev:[103,132,139,150],develop:[52,56,102,106,150],devic:[15,16,29,31,41,42,43,49,118,126,130,132,139,141],device_numb:[123,130,149],dfb2147a:[116,119],dfh:[9,15,27],dfhauxt:[5,15],dfhbuxt:[5,15],dfhccutl:13,dfhcnv:15,dfhcsd:[11,15],dfhcsdup:[11,16],dfhcxrf:15,dfhdip:15,dfhdmpa:[15,18],dfhdmpb:[15,18],dfhgcd:[3,12,15],dfhintra:[15,17],dfhlcd:[13,15],dfhlist:15,dfhlrq:[14,15],dfhrmutl:12,dfhrpl:15,dfhsip:15,dfhsm0136i:15,dfhstart:15,dfhtcp:15,dfhtemp:[4,15],dfhterml:15,dfltuser:15,dfs3139i:44,dfs3id00:68,dfs3pu00:63,dfs3pu10:64,dfs4434i:63,dfs4810i:64,dfs671i:64,dfscp001:63,dfsdf_member:[63,64,70],dfsdfcat:[63,64],dfsdfxxx:[63,64,68,70],dfsmsdss:[28,29,48],dfsmsrmm:82,dfsort:42,dfsrrc00:42,dfsvsmhp:[63,64],diagnost:[6,7,8,9,10,43,132,139],dialog:114,dict:[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,23,27,28,29,31,32,33,34,36,37,38,39,41,42,44,46,47,48,49,63,64,65,66,67,69,82,83,89,92,93,100,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],dictionari:[6,8,9,10,15,23,24,27,36,37,38,53,60,89,92,93,116,119,120,123,124,126,130,132,136,139,141,142,144,146,149,150],did:[41,53,82,114,150],differ:[0,3,6,8,9,10,15,20,23,26,28,31,32,34,39,46,53,54,56,61,63,68,71,80,83,100,126,146,150],difficulti:150,digit:[38,49,63,64],dip:15,dir:[30,31,40],direct:[24,31,34,42,49,60,120,139],directli:[11,15,24,31,60,62,63,68,95,142,144],directori:[0,15,23,25,28,31,32,33,34,35,39,40,41,42,46,48,53,54,63,64,68,71,83,89,90,91,92,93,94,95,96,97,98,101,103,110,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],directory_block:[28,31,32,42,48],directory_dataset:63,directory_staging_dataset:63,disabl:[6,7,8,9,10,15,39,142,150],discard:[8,19],discord:107,discourag:[54,71],discov:[43,114,139,150],discover_timeout:139,discover_wait:139,discoveri:[139,150],discuss:[53,104,107],disk:[49,53,126],dismacp:15,disp:[30,31,32,39,40,53],dispatch:15,displai:[15,26,27,43,53,84,86,89,90,91,93,95,96,97,98,99,101,114,150],disposit:[15,30,32,40,42,63,64],disposition_abnorm:[42,53],disposition_norm:[42,53],disrupt:[60,142],dist:114,distinguish:124,distribut:[15,71,102,103,110,114,150],divis:[24,60],dli:[63,64,68],dlib:95,dlord6:39,dmod:[30,53],dmp:119,dmy:37,dns:[126,132,139],doc:[0,6,7,8,9,10,24,26,53,60,74,80,95,96,97,98,99,110,114,115,150],doccodepag:15,docker:150,docs_build:114,docs_loc:114,docsloc:114,doctor_appointment_d:23,document:[1,3,6,8,9,10,15,19,20,21,25,26,30,31,33,34,39,40,41,42,44,46,50,53,58,61,62,70,71,72,74,75,76,78,80,82,84,86,87,88,102,104,107,110,112,115,150],documentaion:150,doe:[0,4,5,11,12,13,14,15,16,17,18,23,24,28,31,32,34,35,40,42,46,48,49,53,60,62,63,66,68,69,82,83,100,114,116,117,120,123,124,126,127,128,130,132,133,134,136,138,139,140,141,142,144,146,149,150],doesn:[4,6,7,10,11,12,13,14,17,31,95,96,97,98,110],doing:[31,34],domain:[13,15,93,122,132,150],domain_config:122,domain_index:132,domain_nam:93,domain_name_restrict:144,domain_name_restrictions_ldap_server_definition_nam:144,domain_name_restrictions_ldap_server_definition_uri:144,domain_rang:122,don:[20,34,41,42],done:[27,30,31,34,36,40,41,86,114,150],dopt:[63,68],dot:103,dotal:44,doubl:[29,30,43,53],down:16,download:[54,71],dpm:[115,119,121,128,146,148,150],dpm_enabl:[121,148],draft:114,drain:41,drive:[0,24,60,82,86],drop:[42,68,150],dropdown:103,ds1:[27,42],ds2:27,ds3:27,ds_name:[24,30,60],ds_name_2:30,dsa:15,dsalim:15,dsed:40,dsedhelp:40,dshipidl:15,dshipint:15,dsi:44,dskeylbl:42,dsmembr1:66,dsmembr2:66,dsmembr3:66,dsmembr4:66,dsn120:47,dsn130:47,dsn210:47,dsn3epx:43,dsn:[3,4,5,11,12,13,14,15,17,18,30,39],dsname:[9,15,24,47,60],dsncat:47,dsntep12:30,dsntep2:30,dsntype:42,dsrtpgm:15,dtrpgm:15,dtrtran:15,due:[0,24,60,150],dummi:[37,39],dummy_dict:[24,60],dump:[3,15,19,29,63,132],dumpd:15,dumpsw:15,dupact:6,duplic:[53,63,70,150],duplist:63,durat:[37,39,53],dure:[4,5,11,12,13,14,15,16,17,18,23,24,29,30,31,32,34,37,40,41,42,43,44,48,53,60,62,68,75,81,82,83,86,104,126,150],duretri:15,dynalloc:[53,67],dynam:[15,27,63,67,72,76,116,122,123,130,132,139,140,141,149],dynamic_allocation_dataset:67,dynamic_programview:68,dynamicprogramview:68,dynamstatu:[6,7,8,9,10],dzp:29,e03d413a:139,e0ea33d6:139,e1274d16:122,e30bb920f912:83,e3a63476c2f8:146,e578:[116,119,122,130,132,139],e730:[6,7,8,9,10],e8c098cb:146,e8d8:49,each:[0,3,6,7,8,9,10,15,19,24,26,28,30,31,32,41,42,46,47,48,51,52,53,54,55,56,60,61,63,66,67,69,71,76,80,84,86,88,92,93,100,101,102,103,104,105,106,107,109,114,115,116,117,119,120,121,127,128,131,133,134,137,138,143,145,146,147,150],earlier:[103,150],easi:[0,84,86,88,102,104,114],easiest:0,easili:[0,41,104,150],ebcdic:[37,39,55],ec33017a:43,ec33018a:36,ecdsa:15,ecdsasz:15,ecosystem:102,edc5129i:110,edd782f2:[139,141],edg:82,edit:[21,30,83,114],edsalim:15,eee82e26937c:126,effect:[4,5,11,12,13,14,15,17,18,24,42,114,150],effort:102,eibfn:[6,7,8,9,10],eibfn_alt:[6,7,8,9,10],eight:31,either:[6,8,9,10,12,15,20,23,27,28,29,30,31,33,34,35,40,41,42,43,44,48,53,62,63,64,70,81,83,84,86,100,104,109,114,150],eject:15,elaps:[15,43,53],element:[6,8,9,10,15,23,27,28,32,35,36,37,38,39,41,42,44,45,47,48,49,55,62,63,64,65,66,67,68,69,70,82,116,117,119,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,139,141,143,145,146,147,148,149,150],element_id:144,element_uri:[144,145],elev:110,elig:[6,7,8,9,10,15,64],els:31,email:[142,144,145],embed:53,emerg:[15,53],empti:[4,5,11,13,14,15,17,18,28,31,36,39,46,53,63,65,66,69,114,116,119,120,123,124,126,130,132,136,139,141,142,144,146,149,150],emul:39,enabl:[0,15,16,30,32,40,42,45,50,53,63,64,68,102,103,104,109,120,122,126,132,139,146,150,151],encapsul:[41,151],enclos:46,encod:[21,23,26,30,31,34,39,40,42,45,46,48,53,55,71],encount:[39,42,53,110],encourag:[0,2,22,41,59,73,79,104,107],encrypt:[42,81,82,83],encryption_key_1:42,encryption_key_2:42,encryptptkt:15,end2end:[114,150],end2end_mock:[114,150],end2end_show:150,end:[4,5,6,8,9,10,11,12,13,14,15,17,18,23,24,27,28,30,31,37,38,39,40,42,46,48,49,53,56,60,77,89,90,91,92,93,94,101,114,126,129,135,138],end_stat:[4,5,11,12,13,14,15,17,18],endpoint:109,enf:15,enforc:[15,29,41,53],engin:[31,39,46,144],enhanc:[49,53,70,71,114,150],enrich:150,ensur:[4,5,12,13,14,17,20,24,27,28,30,31,33,34,40,41,42,48,49,53,60,110,116,119,120,122,123,124,126,130,132,136,139,140,141,142,144,146,149,150],ensure_pres:150,enter:[0,56,77,81],enterpris:[0,20,24,53,56,60,70,71,102,109,110],entir:[4,5,11,12,13,14,15,17,18,29,32,42,53,64,68,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149],entiti:27,entitl:0,entri:[5,6,7,8,9,10,15,27,37,39,41,42,45,49,53,95,150],entrypoint:[6,7,8,9,10],env:150,enviorn:15,environ:[6,7,8,9,10,15,24,28,31,34,46,48,60,71,72,76,103,104,110,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],environment_var:[62,63,64,67,68],environmenterror:[24,60],eod:37,eodi:15,eof:[30,40],eol:56,ep11:[116,122],epcdsa:15,epcdsasz:15,epudsa:15,epudsasz:15,equal:[6,8,9,10,35,41,120],equival:[6,7,8,9,10,24,60,63,67],erdsa:15,erdsasz:15,errno:[24,60,110],error:[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,24,27,29,30,31,35,37,39,40,41,42,46,53,60,63,64,66,68,69,70,82,84,95,96,97,98,102,104,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],errorcod:[6,7,8,9,10],errormax:63,erroroper:[6,7,8,9,10],esa:49,escal:[27,30,33,40],escap:[43,44,46,53],esd:[31,32,42,63,64],esdsa:15,esdsasz:15,esm:15,esmexit:15,essenti:[31,34,53],establish:[6,7,8,9,10,15],estim:[15,37],etc:[23,30,31,34,35,39,40,42,43,46,52,84,100,103,106,114],euccn:55,eucjc:55,eucjp:55,euckr:55,euctw:55,eudsa:15,eudsasz:15,evalu:[16,37,38,53],even:[9,15,25,29,31,53,120,132,150],event:[15,53],everi:[15,30,40,53,95,96,97,98,150],everyth:28,exact:150,exactli:29,examin:[35,110,150],exampl:[0,1,3,20,22,26,52,53,55,56,71,103,104,106,110,114,115,150],example1:65,exampledbd:66,exce:[15,27],exceed:[37,53],except:[15,20,23,24,41,53,60,84,96,116,123,124,126,130,132,136,139,141,142,144,146,149,150],excl:[63,64],exclam:[37,39],exclud:[15,16,28,29,35,41,48,53,119,146,150],exclude_sourc:28,exclus:[6,8,9,10,22,27,42,48,53,62,63,70,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,139,140,141,142,143,144,145,146,147,148,149],exec:[15,37,39,47,83,100],execkei:[6,7,8,9,10],execut:[0,3,4,5,11,12,13,14,15,16,17,18,20,21,23,24,25,26,27,28,30,31,32,33,34,35,37,38,39,40,41,42,44,46,48,49,50,53,54,60,61,62,64,66,67,68,69,71,80,95,96,97,98,99,100,104,114,115,116,117,118,119,120,121,122,123,124,125,126,128,129,130,131,132,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],executionset:[6,7,8,9,10],exempt:[31,34,39,46,48],exercis:31,exist:[0,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,23,28,29,30,31,32,34,40,42,46,48,49,53,60,63,66,69,71,82,83,95,96,97,98,100,104,116,123,124,126,130,132,136,138,139,141,142,144,146,149,150],existingassign:[6,7,8,9,10],existingdescript:[6,7,8,9,10],existinggroup:[6,7,8,9,10],existingnam:[6,7,8,9,10],existingoverrid:[6,7,8,9,10],existingsystemgroup:[6,7,8,9,10],existingtyp:[6,7,8,9,10],existingusag:[6,7,8,9,10],existingvalu:[83,100],existingvers:[6,7,8,9,10],exit:[15,28,31,53,92,93,101],exitlib:67,expand:[28,39,40,50,62,126,132,139,142,150],expand_crypto_adapt:[132,150],expand_storage_group:[132,150],expanded_exclude_sourc:28,expanded_sourc:28,expans:28,expect:[23,24,31,32,35,49,60,66,69,80,82,92,93,101],expected_result:82,expir:[15,136,142],expiri:15,explain:[19,22,24,60,84],explan:[0,39],explanatori:45,explicit:15,explicitli:[47,53,126,150],exploit:41,express:[6,8,9,10,25,30,35,40,44,53,113,116,117,122,139,145,150],ext:[37,39],extend:[15,28,33,41,42,53,56,118,132,139,150],extens:[29,114],extent:53,extern:[6,7,8,9,10,15,42,89,90,103],external_nam:[89,90,93],external_software_nam:90,extpref:35,extract:[16,37,38,48,53],extractor:150,extreq:35,exxdsa:15,eyj0b2tlmvhcmvyiiwici:81,eyj0exaioijkv1qilcjhbgcioijsuzi1nij9:81,eyu_cicsnam:[6,7,8,9,10],eyu_cicsrel:[6,7,8,9,10],eyu_reserv:[6,7,8,9,10],eyuda:[6,7,8,9,10],f02e2632:[139,141],f1b97ed8:132,f433:[119,130,132],f44a39cd42f9:[144,145],f651:146,f76ac7fb8b82:142,f920:39,fabric:[116,139],face:0,facil:[15,26,28,48,49,53,62,63,64,78,82,84,85,120],fact:[0,26,29,30,115,116,118,119,120,122,123,124,126,130,132,136,139,140,141,142,144,146,149,150],factor:[0,142],fail:[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,27,30,31,32,34,36,38,39,40,42,46,48,53,65,68,82,83,84,104,114,126,139,140,142,150],fail_on_miss:34,fail_on_nodata:[9,19],failur:[0,16,22,23,27,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46,47,49,53,62,66,68,69,92,93,101,110,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],fall:[31,34,39,46,48],fallback:53,fals:[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,23,24,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,46,47,48,49,53,60,62,63,64,65,66,67,68,69,70,77,81,82,83,89,90,91,92,93,94,95,96,97,98,99,100,101,110,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149],famili:[116,117,119,122,130,139],faq:102,far:[24,60],fast:[36,42],fb22d4a2:145,fba:[28,31,32,42,48,63,64],fcp:[116,119,123,132,139,141,150],fcp_120_san1_02:[116,119],fcp_124_san1_03:139,fcqronli:15,fct:15,featur:[0,2,15,22,50,59,73,79,115,120,123,132,139,140,141,150],feb:[37,56],februari:37,feedback:[6,7,8,9,10,19],fepi:15,fetch:[21,26,28,31,41,50,53,150],fetchcnt:[6,7,8,9,10],fetchtim:[6,7,8,9,10],few:[0,150],ff000000:[6,7,8,9,10],ficon:[116,117,119,132,139,150],field:[0,15,39,42,53,62,65,66,67,69,82,132,150],fifo:42,file:[6,7,8,9,10,11,15,19,21,24,26,27,29,30,31,33,34,35,37,39,40,42,45,46,53,54,55,60,66,69,70,71,77,81,82,83,84,86,88,89,90,91,92,93,94,95,96,97,98,99,100,101,103,104,110,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],file_data_typ:42,file_nam:[27,30,31,33,40,41],file_with_your_certificate_chain:81,file_with_your_private_kei:81,filedata:42,filedef:15,filenam:[31,95,96,97,98,99],filenotfounderror:[31,41],filesi:41,filesystem:[23,30,31,41,48,100],filetag:[24,60],fill:[42,89,90,92,93,101],filter:[0,6,8,9,10,21,27,35,36,37,38,44,53,77,95,116,117,124,129,135,150],filter_wtor_messag:25,final_result:84,find:[6,21,26,31,39,46,53,77,83,110,150],fine:23,finish:[46,150],firmwar:[118,119,123,126,139,140,141,150],first:[9,15,23,29,30,31,33,34,35,39,40,41,42,46,47,53,63,64,104,107,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],firstmatch:40,fit:150,fix:[19,31,53,54,70,71,74,84,96,97,108,114,150],fixcat:88,fixtur:[24,60],flag:[15,24,28,31,41,44,60,68],flake8:[114,150],flashcopi:42,flat:34,fldsep:15,fldstrt:15,flexibl:[50,56,84,86,104,150],floor:150,flow:[53,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149],flu:[39,53],flush:[39,53],fme:15,fmid:[54,71,95],fnmatch:36,fold:[42,95],folder:[0,24,28,60,114],follow:[0,11,15,19,20,23,24,25,26,27,28,29,30,31,36,38,42,43,46,48,49,56,60,61,63,68,80,82,86,89,90,91,92,93,95,96,97,98,99,101,103,104,109,110,113,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],fom:42,foo:[28,31,35,41,48],foo_archive_test:28,foo_bar_archive_test:28,foobar:142,forc:[0,15,27,28,30,31,32,40,41,48,53,103,120,126,142],force_complet:100,force_dynam:27,force_lock:[31,53],forceqr:15,forcibl:100,fork:[0,150],form:[15,95],format:[6,7,8,9,10,15,23,24,27,28,31,32,38,41,42,48,53,60,62,63,64,65,66,67,69,74,81,82,83,84,86,89,90,91,92,93,95,98,100,101,102,103,126,127,132,133,150],format_opt:[28,48],forward:[11,15],found:[3,6,7,8,9,10,12,13,19,28,30,31,32,34,35,37,38,39,40,42,48,49,53,83,100,103,110],four:[0,15,114],fqn:41,fragment:150,framework:[24,60,86],free:15,freespac:42,fridai:39,from:[0,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,23,24,26,27,28,29,30,31,32,33,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,53,55,60,61,62,63,65,66,67,68,69,70,71,72,74,77,80,83,84,90,91,92,93,94,95,96,97,98,100,101,102,103,108,109,110,114,115,117,118,120,122,126,127,128,129,132,133,134,135,138,139,140,146,150],from_encod:53,front:15,fs_type:[41,53],fsstaff:15,fsum8976:31,ftimeout:15,ftp:[118,132,139],ftppass:132,ftpuser:132,fulfil:[119,139,141],full:[15,29,35,43,53,68,92,94,110,114,139,142,150],full_properti:[117,121,128,131,134,137,143,145,147,150],full_volum:29,fullapi:[6,7,8,9,10],fulli:[15,25,31,41,53,116,119,122,123,124,130,132,136,139,140,141,142,144,146,149],fulll:77,function_numb:150,function_rang:150,further:[22,53,71,104],futur:[2,22,24,59,60,73,79,82],ga1:113,ga2:113,galaxi:[0,19,53,70,74,84,102,108,110,114,150],galaxy_api_kei:114,galaxy_serv:103,gap:126,gatewai:[126,132,139],gather:[0,26,31,35,41,63,110,116,118,119,120,122,123,124,126,130,132,136,139,140,141,142,144,146,149,150],gather_fact:[77,89,90,91,92,93,94,95,96,97,98,99,101],gather_subset:36,gener:[15,19,24,27,30,31,32,33,37,40,41,42,47,53,56,58,60,61,63,64,65,67,82,83,84,89,92,93,94,101,102,110,114,120,123,126,129,133,135,139,140,141,150],genjcl:67,genjcl_input_dataset:67,genjcl_output_dataset:67,get:[0,6,8,9,10,16,19,23,24,27,40,41,44,60,88,102,103,104,107,114,115,117,118,119,121,123,124,126,127,128,130,131,132,133,134,136,137,139,141,142,143,144,145,146,147,149,150],get_cpc_io:150,get_fact:150,get_paramet:[6,8,9,10],gid:[31,41],gigabyt:35,git:[0,2,22,59,73,79,103,114,150],github:[0,19,53,70,74,84,102,103,104,110,114,150],githubb:150,give:[28,31,48],given:[15,28,31,35,37,40,43,44,48,49,53,77,83,89,90,91,92,93,94,95,96,97,98,99,101,114],glob:[28,144,145],global:[3,13,15,19,82,83,95,100,132,139],global_catalog:[3,13,19],gmt:15,gmtext:15,gmtran:15,gntran:15,goe:[22,31],going:53,good:104,got:150,gov:150,gr1:127,granular:[84,86],greater:[6,8,9,10,15,31,33,34,35,38,39,129,135],greatli:76,grep:0,grname:15,group:[0,6,7,8,9,10,11,15,19,28,31,37,39,40,42,46,48,53,77,82,88,104,115,119,126,132,141,142,146,150],group_var:104,grplist:[15,16],gsam:63,gsamdbd:63,gsampcb:63,gtf:15,gtftr:15,guaranteed_spac:31,guest:[24,60],gui:[118,127,133],guid:[0,2,71,107,110,113,120],guidanc:[19,84],guidelin:[52,106],h71:118,had:150,halt:23,hamgmt0:[130,132],hamgmt:[130,132],handl:[23,24,30,42,46,53,54,60,71,83,100,150],handler:[88,150],handshak:15,happen:[41,110,120,150],hardwar:[112,113,120,146],has:[0,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,22,23,24,27,28,29,30,31,33,38,39,40,42,43,44,46,48,49,53,56,60,62,66,68,69,70,71,83,84,86,95,96,97,98,100,104,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],has_il:23,has_temporary_capacity_change_allow:120,has_unacceptable_statu:[121,128,134,148],hash:42,hasp373:[37,39],hasp375:37,hasp395:[37,39],hat:[0,1,19,21,52,56,58,70,72,74,78,84,103,104,106,107,109,112],have:[3,15,16,20,23,24,27,28,31,32,35,39,40,42,44,48,53,60,62,63,68,77,82,89,90,91,92,93,94,95,96,97,98,99,101,103,109,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,149,150,151],hba1:123,hba:[115,132,139,150],head:49,header:15,health:15,held:[29,129,135],hello:[23,30,35,37,38,39,43,46],help:[30,32,40,43,52,53,70,84,96,97,102,104,106,114,150],henc:64,here1:32,here2:32,here:[15,31,32,71,103,107],hexadecim:[49,126],hhmmss:15,hidden:150,hide:15,hierarchi:41,high:[3,15,27,28,30,31,32,33,34,35,40,41,42,48,49,53],higher:[117,128,134,150],highest:[0,49],highlight:53,hill3:47,hint:152,hiper:[84,96],hipersocket:[116,130,150],hisoclass:146,histori:[136,150],hlq:[27,28,29,30,31,32,33,34,35,39,40,41,42,47,48,49,53],hmc1:[118,148],hmc:[0,102,105,106,108,109,110,113,114,115,116,117,119,120,121,122,123,126,127,128,129,130,131,132,133,134,135,139,140,141,149,150,151,152],hmc_api_featur:148,hmc_api_vers:148,hmc_api_version_info:148,hmc_auth:[116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],hmc_host:[116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],hmc_name:148,hmc_verify_cert:150,hmc_version:148,hmc_version_info:148,hmrest:[132,139],hoc:110,hold:[5,15,17,29,53,89,92,93,94,101],holddata:[84,96],holdstatu:[6,7,8,9,10],home:[24,31,46,60,82,103],honor:[15,40,41,53],hook:114,host1:30,host2:30,host3:30,host:[0,6,7,8,9,10,15,24,30,45,54,60,71,75,77,86,89,90,91,92,93,94,95,96,97,98,99,100,101,103,104,109,123,126,132,139,150],host_var:104,hostnam:[34,81,82,83,86,89,90,91,92,93,94,95,96,97,98,99,100,101,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149],hour:15,how:[2,3,6,7,8,9,10,15,19,20,22,24,35,41,42,51,53,55,59,60,67,71,73,76,79,83,88,100,104,105,107,139,150],howev:[0,2,22,24,29,41,59,60,73,79,109],hp10230:95,hpo:15,html:[30,31,114,116],http:[0,3,6,7,8,9,10,15,20,40,77,81,82,83,95,96,97,98,99,100,103,114,116,150],http_statu:[6,7,8,9,10],http_status_cod:[6,7,8,9,10],httpd:31,httpserverhdr:15,httpstatu:82,httpusragenthdr:15,hub:[0,19,53,70,74,84,87,102,108,114,150],hub_token:103,human:[4,5,11,12,13,14,15,16,17,18],hurslei:[6,7,8,9,10],hw_name:36,hwsc0000i:44,hyphen:[53,103,116,117,118,119,121,122,123,124,126,128,130,131,132,134,136,137,139,141,142,143,144,145,146,147,149,150],i15rtsmm:[39,67,69],ibm:[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,23,24,25,26,30,31,33,34,35,36,39,40,41,42,45,49,50,52,53,55,56,58,60,61,70,71,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,101,103,104,106,107,109,112,113,114,115,120,144,150,151,152],ibm_cpc:150,ibm_zhmc:[103,112,114,115,138,150],ibm_zos_c:[1,3,4,5,6,8,9,10,11,12,13,14,15,16,17,18,19,103],ibm_zos_cor:[0,21,25,26,36,39,53,56,103,110],ibm_zos_im:[58,70,103],ibm_zos_sysauto:[72,74,77,103],ibm_zosmf:[78,80,82,83,84,89,90,91,92,93,94,95,96,97,98,99,101],ibmus:[7,9,37,82],icf:120,ich70001i:[37,39],ick00001i:49,ick00002i:49,ick00091i:49,ick00700i:49,ick03091i:49,ick03096i:49,ick:49,ickdsf:49,iconv:[30,33,34,40,45,55],icp:15,icsf:42,icv:15,icvr:15,icvtsd:15,idcam:[42,54,71],idempot:[40,83,100,116,119,122,123,124,130,132,136,138,139,140,141,142,144,146,149,150],ident:15,identif:[15,44,150],identifi:[5,6,7,8,9,10,11,15,16,18,25,27,28,30,31,33,37,38,39,41,42,44,46,53,54,55,63,64,68,71,75,77,83,84,86,88,89,90,91,92,93,94,99,101,103,116,120,126,129,135,150],idl:142,ids:15,ieb352i:37,iebcopi:[54,71],iebgen:[37,38,39,42],iee094d:25,iee136i:127,iee457i:43,ief032i:[37,39],ief033i:[37,39],ief142i:[37,39],ief236i:[37,39],ief237i:[37,39],ief285i:[37,39],ief373i:[37,39],ief375i:[37,39],iefbr14:42,iefc001i:39,iefc653i:39,iefrder:63,iew2008i:39,iew2231i:39,iew2278i:39,iew2650i:39,iew2850i:39,iewl:39,ifl:[120,126,132,139],ifl_processor:132,igd100i:39,ignor:[0,15,27,28,29,31,34,35,39,40,41,42,46,48,53,63,81,82,83,100,103,110,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],ignore_error:53,ignore_sftp_stderr:[31,34,110],iip:120,ikjeft01:[54,71],illustr:110,im5:44,im5h:44,im5hconn:44,im5hctrl:44,imag:[15,42,126,132,139,150],image_fil:132,image_nam:132,immedi:[15,16,41,103,129,135],immut:150,impact:28,implement:[42,53,56,114,150],impli:[5,18,53,120],implicit:[5,15,18],implicitli:[6,8,9,10,31,41],import_nam:[24,60],importlib:150,imposs:150,improp:53,improv:[19,28,29,53,70,117,128,134,150],ims1501:67,ims15r:67,ims1:[24,39,60,63,64,65,67,68,69],ims2:65,ims3:65,ims_acb_gen:[61,70],ims_acbgen:70,ims_catalog_popul:[61,70],ims_catalog_purg:[61,70],ims_command:[61,70],ims_command_util:70,ims_data_definit:68,ims_dbd_gen:[61,62,70],ims_dbrc:[61,70],ims_ddl:[61,70],ims_id:[63,64,68],ims_member_data:65,ims_member_messag:65,ims_output:65,ims_psb_gen:[61,62,70],imsbank:[24,60,69],imsbg2:39,imsbld:[39,67,69],imsdb1:65,imsgrp1:47,imsgrp2:47,imsgrp3:47,imsplex:65,imsrc:65,imssun:35,imstest:35,imstestg:67,imstestl:[35,39,67],imstestu:[67,69],imsv:47,in1:47,inact:[15,119,126,132,142,150],includ:[0,6,8,9,10,15,19,20,23,24,25,27,28,29,31,32,33,34,38,40,41,42,44,46,48,52,53,55,60,63,68,71,74,83,89,90,91,93,95,96,97,98,99,101,102,103,104,106,112,114,116,119,120,121,127,132,133,139,145,146,148,150],include_memb:146,include_modul:[89,90,91,92,93,94,101],include_rol:[77,95,96,97,98,99,100],include_unmanaged_cpc:121,inclus:122,incom:114,incompat:[114,150],incomplet:28,inconsist:150,inconsistentscop:[6,7,8,9,10],inconsistentset:[6,7,8,9,10],incorrect:[15,53,110,150],incorrectli:[22,23,53,110,150],increas:[53,104,114,120,150],increment:15,indataset:31,indd:47,indent:[30,42,53],independ:[114,142,150],index:[9,15,30,35,42,49,53,66,114,116,122,123,130,132,139,150],indic:[9,15,27,28,29,30,31,34,37,38,39,40,41,42,43,44,53,62,63,64,65,68,81,82,83,95,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],indirectli:[62,142,144],individu:[0,15,31,34,41,46,51,66,69,84,86,89,93,105],ine8d8:49,infil:42,influenc:53,info:[82,86,90,92,104,126,139],infocent:15,inform:[0,2,6,7,8,9,10,12,13,15,16,19,20,22,24,27,31,33,35,37,38,39,40,41,43,44,46,47,49,53,54,56,59,60,62,63,65,67,71,73,75,79,83,84,86,89,91,92,93,94,95,96,97,98,99,100,101,103,104,120,123,126,129,130,132,135,146,148,149,150],infrastructur:150,inherit:146,inhibit:15,ini:45,init:[15,37,39,49,67],initi:[1,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,21,24,26,40,44,53,58,60,70,72,74,78,84,112,126,132,139,150],initial_memori:132,initial_processing_weight:126,initparm:15,inject:[24,60],inlin:[11,31],inline_copi:31,input:[15,24,28,33,37,41,42,47,53,55,60,62,63,64,66,67,68,69,81,83,84,92,93,100,101,123,124,126,130,132,136,138,139,141,142,144,146,149,150],input_cont:11,input_loc:11,input_src:11,input_var:[92,93,101],input_vari:93,ins:[132,139],ins_fil:132,insecur:[6,7,8,9,10],insensit:[23,28,31,32,48,83,124],insert:[27,30,40,53,63,114],insertaft:[30,40,53],insertbefor:[30,40],insfil:[132,139],insid:[23,25,30,31,37,39,46,53,103],inspect:[24,60],instal:[1,3,6,7,8,9,10,11,12,13,15,16,19,20,41,49,53,54,71,75,84,86,95,96,97,98,99,102,104,109,110,114,118,119,120,126,150],installag:[6,7,8,9,10],installd:95,installerror:[6,7,8,9,10],installtim:[6,7,8,9,10],installusrid:[6,7,8,9,10],instanc:[0,6,7,8,9,10,63,64,65,77,83,84,86,88,93,95,99,100,101,110],instance_action_nam:92,instance_descript:89,instance_info_json:90,instance_info_json_path:[90,92,94],instance_own:89,instance_provid:89,instance_record_dir:[89,90,91,93,101],instance_var_json_path:89,instance_variable_record:89,instead:[19,20,30,31,40,53,70,89,93,116,117,119,120,121,123,124,126,128,130,131,132,134,136,137,139,141,142,143,144,145,146,147,149,150],instln:15,instream:[39,42,53],instruct:[0,11,15,16,43,45,53,54,71,89,104,114,150],insuffici:110,integ:[9,16,23,37,38,39,55,116,119,122,123,124,126,130,132,136,139,141,142,144,146,148,149,150],integr:[0,15,34,50,75,104,107,120],intend:[0,4,5,11,12,13,14,15,17,18,28,53,150],interact:[1,3,15,20,21,53,58,72,86,112,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149],interchang:15,interfac:[1,6,7,8,9,10,15,26,31,34,61,65,80,84,86,118,127,130,133,142],intern:[12,13,15,55,62,110,114,118,120,126],internation:55,internet:107,interpret:[24,46,53,60,110],interrupt:[63,126],interv:[15,92,93,100,101],intial:49,intrapartit:[3,15,19],intrdr:15,intrdrjobus:15,introduc:[43,53,150],introduct:107,inttr:15,invalid:[23,31,37,39,46,53,66,69,70,110],inventori:[24,31,39,46,54,60,62,63,64,67,68,71,74,75,77,82,83,86,89,90,91,92,93,94,95,96,97,98,99,100,101,150],inventory_hostnam:[83,100],investig:114,invoc:[15,39,47,53,65,114,138,150],invok:[15,42,46,65,142,150],invreq:[6,7,8,9,10],iodf:36,ioerror:110,ipaddr:124,ipl:[36,41,126,132,133,139],ipl_volum:36,ipv4:[132,139],ipv6:[132,139],irc:[15,107],ircstrt:15,irlm:[63,64],irlm_id:[63,64],irr010i:[37,39],is_binari:[31,34],is_held:[129,135],is_manag:121,is_on_off_cod_activ:120,is_on_off_cod_en:120,is_on_off_cod_instal:120,is_prior:[127,129,133,135],isc:15,isf031i:43,isinst:23,isn:15,iso8601:30,iso8859:[33,34,39,42,55],iso:[30,40,55,129,132,135,139,150],iso_mount:[132,150],iso_unmount:[132,150],isol:15,isrtlist:63,issu:[2,15,16,22,31,42,43,44,46,59,73,79,84,110,114,150],item1:[24,60],item2:[24,60],item3:[24,60],item:[23,24,30,42,49,60,82,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149],itemcategori:82,itemdescript:82,itemid:82,itemtyp:82,iter:30,its:[0,4,5,11,13,14,15,17,18,28,30,31,34,39,40,46,48,51,53,56,67,68,83,105,108,114,116,119,121,123,126,127,128,130,132,133,134,139,140,141,142,146,148,149,150,151],itself:[31,42,127,133,151],iwm4hlth:15,iycwemw2:[6,7,8,9,10],iyk3z0r9:[6,7,8,9,10,38],izuwf0145:83,izuwf0162i:83,j09:47,j42:47,j91:47,j93:47,j97:47,java:[113,145],jcl:[3,16,19,21,26,30,31,37,38,42,46,53,67,83,100],jclerr:[39,53],jclhold:53,jclout:67,jclpd:67,jes2:[15,36,37,39],jesdi:15,jesjcl:[37,39],jesmsglg:[37,39,53],jesysmsg:[37,39],jinja2:[30,31,39,46,53,150],jm00:[37,39],jms:150,job00134:[37,39],job00361:39,job00551:39,job01427:38,job12345:[16,38],job12354:16,job12:38,job16577:38,job:[0,6,7,8,9,10,15,16,21,23,26,39,42,43,44,50,53,63,64,68,77,83,100,101],job_class:[37,38,39],job_id:[16,37,38,39,44,53],job_nam:[15,16,37,38,39,44,53],job_paramet:15,job_stat:101,job_submit:53,jobparm:[15,39],join:[15,53,90],jose:23,journal:15,jrm:[37,39],json:[0,30,53,70,81,82,83,84,86,89,90,91,92,93,94,95,96,97,98,99,100,101],json_queri:90,jsonschema:150,june:56,just:[4,5,9,11,12,13,14,15,17,18,114,127,133,138,150],jvm:15,jvmclass:[6,7,8,9,10],jvmgrp:[6,7,8,10],jvmprofiledir:15,jvmserver:[6,7,8,9,10],jwt_token:[81,82,83],jycqqfni:46,kbyte:[37,39],keep:[15,31,39,40,42,46,63,64,126],keep_trailing_newlin:[31,39,46],kei:[6,7,8,9,10,15,23,31,32,42,48,66,69,70,81,82,83,100,103,110,114,116,119,120,123,124,126,130,132,136,139,141,142,144,146,149],kept:[15,39],kerbero:15,kerberosus:15,kernel:[129,135],ket678:49,ket987:49,key_label:42,key_length:[31,32,42,48],key_offset:[31,32,42,48],keyboard:15,keycd1:42,keycd2:42,keydata:[6,7,8,9,10],keyerror:[53,150],keygen:[24,60],keylab1:42,keylab2:42,keypoint:15,keyr:15,keystrok:15,keyword:[0,25,53,64],kilobyt:[4,5,11,12,13,14,15,17,18,35],kind:[42,114],know:[28,31,48,114,150],knowledg:[139,140,141],known:[15,42,88,102,103,104,114],ksd:[31,32,33,34,42,48,63,64],kwarg:23,label:[15,42,49,53,103],lang:[15,24,60],languag:[6,7,8,9,10,15,54,55,58,61,71],laps:39,laptop:109,larg:[4,5,11,12,13,14,17,32,35,42,63,64],larger:[56,120],largest:15,last:[9,15,29,30,35,37,38,39,40,53,118,126,150],lastli:31,later:[0,19,20,24,37,38,39,45,53,56,60,63,70,71,82,83,84,86,103,109,123,132,139,140,141,150],latest:[2,6,7,8,9,10,19,22,28,53,54,59,63,71,73,79,103,107,110,114,150],latin:55,layer:15,lba:[132,139],ldap:[15,115,142,150],ldap_group_default_template_nam:144,ldap_group_default_template_uri:144,ldap_group_ldap_server_definition_nam:144,ldap_group_ldap_server_definition_uri:144,ldap_group_to_template_map:144,ldap_server_definit:[124,125],ldap_server_definition_nam:[142,144],ldap_server_definition_uri:[142,144],lds:42,le_data_set:15,lead:[28,29,31,39,46,48,53,117,127,128,133,134,150],learn:[0,2,22,51,59,73,79,84,103,104,105,107,108,109,110],least:[35,37,75,86,126,150],leav:[4,5,11,13,14,15,17,18,48,49,53,65],leaveconflict:[83,100],left:[0,5,18,28,40,48],length:[6,7,8,9,10,15,27,28,31,32,33,42,48,53,63,64,77,136],less:[6,8,9,10,35,39,41,49,53,118,120,129,135,150],letter:[15,35,55,104],level:[3,15,23,25,27,28,30,31,32,33,34,35,40,41,42,48,49,53,68,74,77,82,104,114,118,119,126,133,150],leverag:[3,20,23,53,109],lg09:122,lgdfint:15,lgnmsg:15,lib:[24,30,35,60],lib_nam:[3,11,12,13,15],liberti:40,libnam:27,libpath:[24,60],librari:[3,6,7,8,9,10,11,12,13,15,21,24,26,28,30,31,32,35,42,53,60,62,63,64,66,68,69,70,84,116],librarti:15,librarydsn:[6,7,8,9,10],life:[56,109,114],lifecycl:[56,112,142],lifetim:15,lightweight:[81,82,83],like:[0,24,28,29,31,37,43,47,48,53,56,60,84,103,110,144,145],likelyhood:150,limit:[6,7,8,9,10,11,15,24,41,53,60,95,116,119,122,123,124,126,129,130,132,135,136,139,140,141,142,144,146,149,150],line:[0,15,16,24,26,27,31,34,37,39,40,41,42,46,47,53,60,65,80,115,127,133,150],line_comment_prefix:[31,39,46],line_statement_prefix:[31,39,46],linear:[28,31,32,48],linect:15,link:[0,15,31,38,49,52,66,69,74,102,106,114,150],linkcbl:38,linkcheck:114,linkjob:38,linklib:27,lint:[84,150],linux:[119,120,127,128,129,133,135],linuxon:[112,150],lise:150,list:[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,23,24,27,28,29,31,32,34,35,36,37,38,39,41,42,43,44,45,46,47,48,49,53,54,55,60,62,63,64,65,66,67,68,69,70,71,82,84,88,95,96,97,98,103,104,107,109,114,115,116,118,119,120,122,123,124,126,127,129,130,132,133,135,136,138,139,140,141,142,144,146,148,149,150],listcat:42,listdsd:47,listen:[15,40],liter:42,littl:104,llacopi:15,llq:[30,39],lma:15,load:[3,11,15,30,31,53,63,88,122,126,127,129,132,139,150],load_address:[126,150],load_paramet:[126,150],loadlib:[31,53],loadpoint:[6,7,8,9,10],local:[0,3,6,11,12,15,19,24,25,31,34,37,38,39,44,46,48,50,53,60,66,69,82,92,114,127,132,142,150],local_catalog:[3,12],local_file_backup:31,local_follow:31,local_request_queu:[3,19],localccsid:15,localfil:9,localhost:[20,86,109,150],locat:[0,3,4,5,6,7,8,9,10,11,12,13,14,15,17,18,30,31,32,33,37,38,39,40,41,46,49,53,66,69,81,82,83,93,100,101,103,104,116,118,122,124,126,139],locfil:9,lock:[15,53,126,132,139,142,146],log1:64,log:[11,12,15,16,28,31,34,37,38,39,43,48,53,55,63,64,68,104,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],log_fil:[116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],logger:[15,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],logic:[6,7,8,9,10,15,29,41,42,53,62,63,64,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],login:142,logon:[15,82],logstream_id:11,logstreamid:11,logusr:15,longer:[19,28,31,45,53,138,150],longrun:39,look:[24,40,53,60,83,114],lookup:[30,90],loop:[30,49,117,121,128,131,134,137,142,143,145,147,150],loss:[15,31,42,53],lossless:28,lost:[14,32,41],lot:[127,133],low:35,lower:[53,120],lowercas:53,lowest:0,lpa:15,lpar1:[126,128],lpar2:126,lpar:[115,119,146,150],lpar_list:128,lpar_messag:129,lpar_nam:36,lpastat:[6,7,8,9,10],lpp:[23,24,60,110],lrecl:[28,39,42,48,68],lsd1:124,lsd:124,lsd_list:125,lsr:15,lstrip_block:[31,39,46],ltpa:[81,82,83],ltpa_token_2:[81,82,83],luke:23,lun:139,m12:47,m32:47,m63:47,m82:47,mac:[130,132],mac_address:150,machin:[31,34,39,46,48,49,53,109,112,150],maclib:[66,69],maco:150,macro:[15,66,69],made:[6,7,8,9,10,15,19,37,42,43,44,46,53,55,56,62,68,74,81,82,83,100,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],magicmock:[24,60],mai:[0,15,23,24,27,28,30,31,36,40,42,43,46,48,49,56,60,82,83,89,90,91,93,95,101,103,114,116,119,120,123,124,126,127,129,130,132,133,135,136,139,141,142,144,146,149],mail:107,main:[15,42,114],mainli:120,maintain:[53,62,150],mainten:[57,62,86],maintenenac:62,major:[114,150],make:[0,2,10,15,19,22,24,28,42,44,46,59,60,62,70,73,79,110,114,120,150],makefil:150,manag:[0,1,3,6,7,8,9,10,15,19,25,26,27,28,29,31,34,35,39,41,42,45,46,48,49,50,53,55,56,63,64,65,67,78,82,83,84,85,87,88,89,90,91,93,94,100,102,104,112,113,115,117,121,125,128,131,134,137,143,145,147,148,150],managed_acb:[63,64],managedacb:63,management_class:[63,64],mani:[0,15,55,75,89,90,91,93,101,104],manifest:0,manner:[16,138],manual:[15,83,89],manullai:89,map:[6,7,8,9,10,15,30,42,67,68,103],mar:39,march:39,margin:42,mark:[24,27,29,30,41,53,60],markdown:150,marker:[27,30,31,39,41,46,53,67],marker_begin:30,marker_end:30,mask:[130,132],mass:47,master:[27,114,126,132,139,150],match:[15,16,26,27,28,29,30,31,32,34,36,37,38,40,42,44,48,49,53,64,66,69,82,95,116,117,126,144,150],materi:[52,76,80,88,106,115],matrix:[53,114],max:[39,53,122,136,139,142],max_error_msg:63,max_messag:129,max_rc:[16,39,47,53,67],maxi:39,maximum:[15,16,29,39,42,43,47,49,53,67,77,100,116,122,126,129,132,139],maximum_memori:132,maxopentcb:15,maxsocket:15,maxssltcb:15,maxtlslevel:15,maxxptcb:15,mbr:39,mc2cnam:35,mcat:27,mcsoper:53,mct:15,mean:[0,3,9,28,31,36,39,41,42,44,45,48,65,122],meant:[23,53],measur:[28,29,31,32,39,42,48],mechan:[0,15,114],media:[132,139],mediacent:84,meet:[23,31,74],megabyt:[4,5,11,12,13,14,15,17,18,35],mem:[27,30],member1:32,member2:32,member:[15,23,27,30,31,32,33,34,35,39,40,41,42,51,53,63,64,66,67,68,69,70,105,146],member_list:[66,69,70],member_nam:64,memlimit:[15,39],memori:[112,126,132,139],mend:114,menu:15,merg:[42,62,114,150],messag:[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,26,27,30,31,34,35,38,39,40,41,43,45,46,49,53,62,63,64,65,66,67,68,69,82,83,89,90,91,93,95,96,97,98,99,101,102,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,130,131,132,133,134,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],message_filt:44,message_id:[44,129,135],message_text:[44,129,135],messageid:82,messagetext:82,met:[11,12,13,15,17,18,24,60,82],metadata:[63,68,114,150],method:[6,7,8,9,10,15,34,42,82,124,150],methodolog:0,mgmt1:139,mgmt1_mgmt1:[139,141],middl:29,middlewar:[78,91,92,93,94],might:[15,55,62,84,97],migrat:150,mileston:114,millisecond:15,min:[37,39,122,136,142],minidisk:[26,53],minim:[24,60],minimum:[0,15,56,109,114,126,132,139,150],minor:[70,74,114,150],minor_chang:53,mintlslevel:15,minu:49,minut:[15,37,39],mirror:15,miss:[24,28,31,34,45,46,48,53,60,84,88,114,150],missing_critical_updates_respons:96,missing_critical_updates_response_fil:96,missing_fixcat_updates_respons:97,missing_fixcat_updates_response_fil:97,mitig:150,mix:[15,31,48,68,95,127,133],mixtur:32,mlq:30,mmddyi:15,mnconv:15,mnew:114,mnexc:15,mnfreq:15,mnidn:15,mnp:15,mnper:15,mnre:15,mnsync:15,mntime:15,mnu:114,mock:[114,150],mocked_hmc_z14:150,mocked_inventori:150,mocked_vault:150,mocked_z14_class:150,mocked_z14_dpm:150,mocker:[24,60],mod:42,mode:[15,16,28,30,31,34,41,42,48,49,53,63,64,83,104,115,119,121,146,148,150],model:[47,49,116,117,118,119,120,121,122,123,124,126,128,130,132,134,136,139,141,142,144,145,146,148,149],modern:150,modif:[23,53,62,104],modifi:[0,15,30,31,40,53,63,110,114,126],modstat:63,modul:[1,4,5,9,11,12,13,14,15,16,17,18,19,20,21,23,27,28,29,30,31,32,33,34,35,36,37,39,40,41,42,43,44,45,46,48,49,50,52,55,58,62,63,64,65,66,67,68,69,70,78,81,82,83,84,86,100,102,103,106,107,108,109,112,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],module_default:3,module_path:[24,60],module_stderr:[24,60],module_util:[23,24,53,60,150],moment:152,monitor:[15,39],month:35,more:[0,6,7,8,9,10,15,20,22,23,25,30,31,32,35,37,38,39,41,43,44,45,46,47,53,54,62,63,70,71,74,75,83,84,92,95,96,97,98,99,100,103,104,108,109,110,114,118,119,120,127,133,150],most:[0,28,30,33,34,39,40,53,84,86,107,110,114],mount:[26,30,118,132,150],mount_iso:132,mount_opt:[41,53],mountpoint:[30,41],move:[41,42,150],movement:41,mozilla:[116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],mqconn:15,mro:15,mrobtch:15,mrofs:15,mrolrm:15,msg:[4,5,11,12,13,14,15,16,17,18,27,30,31,34,35,37,38,39,40,41,46,49,53,62,63,64,66,67,68,69,82,89,90,91,93,95,96,97,98,99,101,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149],msg_code:[16,37,38,39,53],msg_text:53,msg_txt:[16,37,38,39,53],msgcase:15,msgclass:[15,37,39],msglevel:[15,37,39],msglvl:15,msgprt:42,msgusr:15,msu:120,msu_perman:120,msu_permanent_plus_bil:120,msu_permanent_plus_temporari:120,msu_purchas:120,much:54,mulitpl:16,multi:[26,42,53,142],multinod:15,multipl:[4,5,6,8,9,10,11,12,13,14,15,16,17,18,23,24,28,31,32,35,38,42,47,53,60,63,64,65,66,67,69,86,93,101,104,127,133,138,150],multiregion:15,must:[0,5,6,7,8,9,10,11,15,16,18,19,20,23,24,25,27,28,29,30,31,32,33,35,38,39,40,41,42,43,46,48,49,53,56,60,62,63,64,71,75,82,86,93,95,96,97,98,100,101,103,104,109,114,116,117,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,149,150,151],mustgath:110,mutual:[6,8,9,10,22,27,42,48,53,62,63,70,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,139,140,141,142,143,144,145,146,147,148,149],mutually_exclus:23,mv27:44,mv29:44,mv2h:44,mvscmdauth:110,mvscmdmsg:110,mvsimag:15,mvssys01:41,mxt:15,my_:[116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149],my_adapter_nam:116,my_certs_dir:138,my_cpc_nam:[116,119,120,122,123,126,127,129,130,132,133,135,139,140,141,149],my_first_partition_nam:122,my_hba_nam:123,my_hmc_auth:[116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,139,140,141,142,143,144,145,146,147,148,149],my_hmc_host:[116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149],my_hmc_password:138,my_hmc_userid:138,my_image_fil:132,my_image_nam:132,my_ins_fil:132,my_lpar_nam:[126,127,129],my_lsd_nam:124,my_nic_nam:130,my_part_nam:135,my_partition_nam:[122,123,130,132,133,140,149],my_password_rule_nam:136,my_second_partition_nam:122,my_storage_group_nam:[139,140,141],my_storage_volume_nam:141,my_user_nam:142,my_user_pattern_nam:144,my_user_role_nam:146,my_vfunction_nam:149,mybundl:9,mycobol:31,mydata:32,mygrp:9,myhlq:[29,42],mypgm:42,myprog:9,myreg01:16,myuser:[24,42,60],myvar:89,myvol1:29,myvol2:29,myworkflow:[83,100],name:[0,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,22,23,24,25,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,53,55,56,60,62,63,64,65,66,67,68,69,75,77,81,82,83,89,90,91,92,93,94,95,96,97,98,99,100,101,103,104,110,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],namespac:[25,103,114],nation:49,natlang:15,navig:[0,24,60,108],ncpldft:15,necessari:[23,62,86,104,120],ned:49,need:[15,20,23,24,30,33,34,35,36,39,40,41,42,43,46,53,60,63,66,69,71,82,83,84,89,90,91,92,93,94,95,96,97,98,99,100,101,103,104,109,114,117,122,123,126,130,138,146,149,150],neg:[9,35],neither:[15,16,29,31,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149],nest:[6,8,9,10,23],netuowid:15,netview:77,network:[116,126,130,132,139,148,150,151],network_adapter_port_uri:130,never:[53,150],newcopi:[6,15],newcopycnt:[6,7,8,9,10],newcpc:121,newer:[53,56,70,117,128,134,150],newli:63,newlin:[31,39,42,44,46,53,127,133],newline_sequ:[31,39,46],newsit:15,newslett:107,next:[12,15,83,119,126],next_start:12,nic1:[130,131],nic:[115,132,139,150],nic_list:131,nicknam:[83,93,95,96,97,98,99,100,101],nist:[15,150],nistsp800131a:15,nnew:114,no_log:138,no_sdtran:16,noautomov:41,nocheck:15,nocopi:[6,7,8,9,10],nod:49,node:[0,3,11,15,19,25,26,28,32,39,45,46,48,50,53,56,61,80,82,83,84,100,103,104,110,150],nodeck:39,nodelai:15,noempti:15,noeras:42,noforc:15,noindex:49,noinstln:15,nolimit:39,nolist:39,nolog:15,non:[15,28,31,32,34,35,41,42,48,49,53,89,90,91,93,101,129,150],nonblock:42,none:[6,7,8,9,10,11,15,23,24,27,32,38,39,41,49,60,62,126,132,139,150],nonexist:[28,29,31],nonotifi:15,nonrecover:11,nonresid:[6,7,8,9,10],nonrlsrecov:15,nonspan:42,nonvsam:35,nonzero:65,nop:15,noprotect:15,noqa:150,nor:[15,16],noreus:42,normal:[15,16,41,42,53,63,64,110,114,126,150],normal_disposit:[63,64],nosdtran:16,nosecur:41,nosetuid:41,notappl:[6,7,8,9,10],notdefin:[6,7,8,9,10],notdynam:[6,7,8,9,10],note:[0,4,5,11,12,13,14,15,17,18,20,23,24,29,32,36,37,49,54,56,60,71,102,103,104,108,110,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,142,143,144,145,146,147,148,149,150],notext:41,noth:[118,119,150],notic:34,notif:[15,83,100,150],notifi:[15,37,39,104],notrequir:[6,7,8,9,10],noverifi:49,noverifyofflin:49,now:[24,30,40,53,60,114,150],nowait:41,nqrnl:15,nrd:43,nucleu:[62,63,64,67,68],number:[0,6,7,8,9,10,15,16,23,27,28,30,31,32,35,36,37,39,40,42,43,44,47,48,49,53,63,64,71,75,81,82,83,86,89,90,91,92,93,94,95,96,97,98,99,100,101,120,122,126,129,130,132,135,138,139,141,150,151],numer:[6,7,8,9,10,23,37,38,39,42,55,63,64,136],nvd:150,nvme:150,oa59461:75,oappend:42,object:[22,24,31,32,48,53,60,82,89,95,99,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,139,140,141,142,143,144,145,146,147,148,149,150],objectid:101,obtain:[15,27,30,33,40,47,53,84,90,91,95,96,97,98,104,150],occasion:[53,56],occur:[6,7,8,9,10,15,31,41,43,44,49,53,62,68],occurr:[127,133],ocopi:47,ocreat:42,oct:56,octal:[28,31,42,48],ocur:46,oexcl:42,off:[0,15,64,120],offer:[1,19,21,51,52,55,58,70,72,74,78,84,102,105,106,109,112],offici:[0,31,39,44,46,150],offlin:[43,49,63,64],offset:[31,32,39,42,48],offsit:15,often:[0,22,23,39,53,109],old:[15,31,39,42,63,64,150],older:[110,117,118,126,128,131,134,150],omit:[6,7,10,15,63,83,100,116,119,120,123,124,126,129,130,132,135,136,139,141,142,144,146,149],ommit:63,omvs0000:43,omvsadm8:64,omvsadm:[37,39,41,47,69],on_off_cod_activation_d:120,onc:[3,15,114,126,132,138,139,142,150],one:[0,5,6,7,8,9,10,15,16,17,18,19,23,24,27,28,29,30,31,32,35,37,42,44,45,47,48,53,60,74,75,83,84,86,95,98,100,102,103,109,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],ones:[53,126,150],onli:[0,3,4,5,10,11,12,13,14,15,17,18,23,24,28,29,31,32,33,35,36,37,39,40,41,42,46,48,50,53,54,60,62,63,64,66,67,68,69,71,82,83,84,86,89,95,96,97,98,99,100,114,115,116,117,119,121,122,126,127,128,129,131,132,133,134,135,139,140,141,142,146,148,150],onlin:[15,49,63,68,116,122,139],online_batch:[63,64],onoctti:42,ononblock:42,onto:[41,150],opdata:43,open:[2,15,16,20,21,22,24,28,30,31,32,33,37,38,39,40,41,42,51,53,56,58,59,60,70,71,73,79,87,105,109,110,114,132],openid:103,openssh:[20,24,45,54,60,71,109],oper:[1,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,21,23,24,25,26,27,28,29,31,32,37,39,40,41,44,49,51,53,54,60,65,66,69,71,72,75,76,77,78,80,81,82,95,96,97,98,100,102,104,105,112,114,115,116,117,118,119,120,121,122,123,126,127,128,129,130,131,132,133,134,135,137,139,140,141,143,145,146,147,149,150],operand:25,operator_action_queri:53,opercmd:27,opertim:15,opndlim:15,opt:41,optim:34,option:[0,4,5,6,7,8,9,10,11,12,13,14,15,17,18,19,22,24,27,28,30,31,32,33,36,39,40,41,42,43,45,46,47,48,49,53,54,55,60,62,63,64,65,66,68,69,71,75,83,86,92,93,100,101,103,104,114,118,119,121,126,138,146,150],orchestr:[0,102],order:[0,6,7,8,9,10,31,32,39,46,53,103,114,116,138,150],ordonli:42,ordwr:42,org:114,organ:[4,5,11,12,13,14,15,17,18,28,31,48,104],organis:114,origin:[27,31,32,33,40,41,42,46,53,67,114,120,126],original_nam:42,orphan:53,os_ipl_token:[126,150],os_nam:[129,135],os_setup:150,osa:[117,119,130],osd:[117,130,132],osd_128_mgmt_net2_30:[130,132],osm1:119,osm:119,osmf:[0,80,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,105,106,108,109,110],osync:42,other:[6,8,9,10,15,19,20,23,24,29,30,31,32,37,39,40,42,49,53,60,64,75,82,84,88,89,91,92,93,94,96,99,102,103,110,116,119,122,126,127,132,133,138,139,142,146,150],otherwis:[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,24,28,29,30,31,35,38,39,40,46,48,49,60,64,83,95,96,97,98,116,117,120,126,128,129,134,139,140,150],otrunc:42,our:[0,24,40,60,104,110,123,130,150],out1:[42,47],out2:42,out3:42,out:[0,15,24,33,36,42,60,150],outcom:65,outdataset:31,outdd:47,outfil:42,outlin:[22,31,59],output:[4,5,11,12,13,14,15,16,17,18,21,24,26,27,28,33,34,38,39,42,43,47,48,49,53,60,63,64,65,66,67,68,69,70,83,95,96,97,98,99,100,103,110,127,133,150],output_data_set:15,output_dir:46,outputfil:42,outputfilevalu:[83,100],outstand:44,over:[0,3,20,24,31,53,60,62,63,64,67,68,82,118,129,135,150],overal:150,overflowout:42,overlap:23,overrd:15,overrid:[0,3,4,5,6,7,8,9,10,11,12,13,14,15,17,18,27,28,30,31,32,33,34,40,41,42,48,49,53,64,127,133],overridden:0,overview:[0,24,60],overwitten:[66,69],overwrit:[29,33,124,136,142,146],overwritten:[30,34,63,95,96,97,98],own:[0,15,24,28,31,40,48,51,60,103,105,142,150,151],owner:[16,28,31,37,38,39,41,42,46,48,53,83,89,100],ownership:[28,31,41,48],owronli:42,p000a218:146,p2ss01:39,pa1:[15,54,56,71],pa21:15,pa2:15,pa3:15,pack:[15,28],packag:[103,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],pad:[49,53],page:[0,15,20,37,41,42,49,54,55,71,107,114,150],pair:[15,24,46,60,66,69,70],pano:15,paramet:[0,3,19,23,24,53,60,61,70,74,80,89,90,91,92,93,94,95,96,97,98,99,101,114,115,150],parametererror:150,parametr:[24,60],parent:[28,31,48,116,117,122,124,126,128,130,131,132,134,136,139,141,142,144,146],parm:[15,37,39,42],parmerr:15,parmlib:[30,36,41],pars:[23,24,30,60,67],parsabl:70,parse_arg:23,parser:[22,23,28,31,48,68],part1:[119,131,132,146],part2:[119,146],part:[1,15,19,21,24,29,39,53,58,60,70,72,74,78,84,112,127,133,150],part_messag:135,parti:[81,82,83],particip:41,particular:[3,6,7,8,9,10,15,23,29,30,37,39,40,41,44,55,60,110,114],particularli:53,partit:[27,30,31,32,33,34,35,39,40,42,53,66,69,112,115,116,119,126,128,139,141,146,150],partition1:[131,134],partition_link_uri:150,partition_list:134,partition_nam:[122,123,130,131,140,149],pass:[6,7,8,9,10,11,15,23,24,28,31,39,40,41,46,48,53,60,66,69,82,89,93,110,119,126,132,150],passthrough:53,passticket:15,password:[6,7,8,9,10,77,81,82,83,89,90,91,92,93,94,95,96,97,98,99,100,101,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,138,139,140,141,142,143,144,145,146,147,148,149,150,151],password_rul:[136,137],password_rule_nam:142,password_rule_uri:142,past:[53,118],patch:[24,60,103],patched_method:[24,60],path:[11,15,23,24,27,28,30,31,33,34,39,40,41,42,46,48,53,60,66,69,77,82,89,90,91,92,93,94,95,96,97,98,99,101,103,110,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149],path_of_security_requir:82,path_to_inventori:[24,60],path_to_modul:[24,60],pathmod:42,pathnam:[30,33,40,42],pathopt:42,pattern:[23,24,25,26,27,28,29,30,35,36,37,40,42,44,53,60,61,80,104,113,115,117,124,142,143,150],paus:[83,132,150],pax:[28,48,53],pbr:150,pcdsa:15,pcdsasz:15,pchid:[117,119,150],pdi:15,pdir:[15,68],pds:[24,32,42,60],pds_pattern:35,pdse:[11,15,28,30,31,32,33,34,35,39,40,42,47,48,53,63,64,66,69],pem:[6,7,8,9,10,81,82,83,100],pend:[14,15,39,126],peopl:114,pep8:[70,150],pep:150,per:[0,15,30,42,127,132,133,139],percent:[29,83],perform:[0,1,3,4,5,7,8,9,10,11,12,13,14,15,16,17,18,23,24,26,28,29,31,32,34,36,37,39,41,42,45,48,49,53,54,60,61,63,64,66,68,69,71,80,82,83,89,92,93,94,100,101,110,114,117,118,120,122,126,127,128,129,132,133,134,135,138,139,140,141,150],perform_import:[24,60],period:[2,15,22,31,59,73,79,100],perman:[42,120],permiss:[24,28,29,31,46,48,53,60,82,110,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,139,140,141,142,143,144,145,146,147,148,149,150],permit:[9,15,49,53,117,128,132,134,138,139,150],permit_ecc_key_import_funct:150,persist:[15,27,41,42],person:[15,23],perspect:[117,128,134],pf1:15,pf20:15,pf24:15,pgaictlg:15,pgaiexit:15,pgaipgm:15,pgchain:15,pgcopi:15,pgm:[37,38,39,42,65],pgm_input:46,pgm_result:46,pgpurg:15,pgret:15,pgrjusecount:[6,7,8,9,10],ph12143:84,ph28089:42,ph41248:84,ph47050:84,ph47746:84,ph52813:84,physic:[29,39,41,49,53,62,116,122,139],pick:150,pin:150,ping:[21,23,26,110],pip3:[24,60],pip:[20,24,60,114,150],pipdeptre:150,place:[3,6,8,9,10,15,23,29,34,49,53,62,63,64,69,70,103],placement:[53,63],plai:29,plain:31,plan:30,platform:[0,6,7,8,9,10,39,56,71,102,109,112],playbook:[3,19,20,25,26,27,30,31,33,36,39,40,46,53,61,70,74,75,76,80,84,86,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,107,109,115,127,133,150],playbook_dir:[31,39,46],pleas:[0,29,53,71,83,84],plex1:[6,7,8,9,10,65],plex2:65,plex:[65,75],plt:15,pltpi:15,pltpisec:15,pltpiusr:15,pltsd:15,plu:[116,119,120,126,128,132,139,142],plugin:[0,21,24,53,60,86,102,103,107,150],point:[15,30,37,39,55,62,63,64,68,77,89,90,91,92,93,94,101,103,129,135],polici:72,poll:[92,93,101],pong:[7,45,110],pongalt:[6,7,8,10],pongbundle_1:7,pool:[15,63,64],pop:114,popul:[40,63],port:[6,7,8,9,10,23,40,71,75,77,81,82,83,86,89,90,91,92,93,94,95,96,97,98,99,100,101,116,123,124,126,130,132,139,141,150],portabl:[28,48],portion:[4,5,11,12,13,14,15,17,18,49],posit:[37,38,39,40,42,53,110],posix:[24,60],possibl:[16,35,37,38,53,116,119,123,124,126,130,132,136,138,139,141,142,144,146,149,150],post2:150,post:[7,15,19,117,128,150],postcomp:[42,62,70],postpon:150,potenti:[6,8,9,10,15,29],pp0l6p:27,pprint:[24,60],practic:104,pre:[0,49,83,100],prealloc:30,prebuilt:62,preced:[31,39,46,62,63,64,67,68],precend:31,precomp:[42,62,70],predefin:30,preexist:63,prefer:[114,117,128,134],prefix:[15,28,31,32,39,42,43,46,48,129,130,132,135],pregener:15,prepackag:103,prepar:114,prepend:[30,53],prerequisit:[20,22,59,70,114,150],presenc:[45,53,150],present:[15,23,24,27,28,29,30,31,32,35,40,41,42,46,53,60,116,120,123,124,130,132,136,139,141,142,144,146,149,150],preserv:[13,28,31,32,42,45,48,53,124],preset:15,pretti:114,prevent:[15,19,41,53,63],preview:[56,150],previou:[12,28,48,53,84,103,114,118,119],previous:[15,20,41,49,53,63,74,84,90,103,138,150],prgdlai:15,primari:[4,5,11,12,13,14,15,17,18,28,31,32,42,48,49,53,63,64,124],primarili:[30,40],primary_hostname_ipaddr:124,primary_j:36,primary_log_dataset:[63,64],primary_spac:53,primary_unit:[63,64],princip:15,print:[15,24,27,31,37,39,46,60,68],print_duplicate_resourc:63,print_inserted_resourc:63,printabl:53,printout:15,prior:[32,53,56,70,114],prioriti:[15,37,38,39,53,127,129,133,135,150],prioritis:[6,7,8,9,10],privat:[0,6,7,8,9,10,23,29,42,77,81,82,83,89,100],private_galaxi:103,private_token:103,privileg:[27,30,33,40,42],prmaabak:41,problem:[42,132,139],proc1:[37,39],proc:39,proce:[67,71,86],procedur:[39,77,103],proceed:[44,66,69],process:[15,16,22,23,24,29,30,31,32,37,39,40,42,46,47,49,50,53,59,60,63,64,66,69,77,83,92,100,103,126,132,139,150],processor:[115,126,132,139,150],processor_count_defect:120,processor_count_general_purpos:120,processor_count_icf:120,processor_count_ifl:120,processor_count_iip:120,processor_count_pending_general_purpos:120,processor_count_pending_icf:120,processor_count_pending_ifl:120,processor_count_pending_iip:120,processor_count_pending_service_assist:120,processor_count_permanent_icf:120,processor_count_permanent_ifl:120,processor_count_permanent_iip:120,processor_count_permanent_service_assist:120,processor_count_service_assist:120,processor_count_spar:120,processor_count_unassigned_icf:120,processor_count_unassigned_ifl:120,processor_count_unassigned_iip:120,processor_count_unassigned_service_assist:120,procl8b:23,proclib:[23,34,63,64,68,70],procstep:[37,39],produc:[0,5,15,28,31,34],product:[0,53,54,56,71,75,84,86,89,110,144],product_mod_level:36,product_nam:36,product_own:36,product_releas:36,product_vers:[36,89],profil:[12,15,27,30,34,40,49,53,82,119,126],prog001:27,prog00:30,progdef:[6,7,8,9,10],program:[0,1,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,21,23,26,28,30,31,32,37,38,39,41,46,48,49,53,54,58,62,63,65,66,68,69,71,126],program_nam:[37,38,39,42],programm:[15,82,116,139,140,141,142],programmer_nam:15,programview:68,progress:[83,103],progtyp:[6,7,8,9,10],proivd:89,project:[41,103,114,150],promot:[70,150],prompt:[75,77,81,86,89,90,91,92,93,94,100,101,129,135],prompt_text:[129,135],promptli:32,propag:[116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],proper:[24,42,53,60,84],properli:[56,84,86,110,150],properti:[35,53,83,84,90,100,116,117,118,119,120,121,122,123,124,125,126,128,130,131,132,134,136,137,139,140,141,142,143,144,145,146,147,148,149,150],proport:35,protect:[15,27,42,49,82,138],protocol:[15,31,34,39,45,46,48,77,103],provid:[0,1,3,6,7,8,9,10,11,12,13,15,16,19,22,23,24,27,28,29,30,31,32,33,34,35,36,37,39,40,41,42,46,47,48,53,54,60,63,64,65,67,68,71,74,75,76,77,80,83,84,86,88,89,90,91,92,93,94,95,96,97,98,99,101,102,103,112,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],provis:[0,1,4,11,12,13,14,17,19,24,39,60,78,80,84,86,87,88,89,90,91,94,102,104],proxi:[95,96,97,98,99],proxy_zmf_password:[95,96,97,98,99],proxy_zmf_us:[95,96,97,98,99],prtyag:15,prvmod:15,psb1:62,psb2:62,psb3:62,psb:[15,58,61,62,63,64,68],psb_lib:[62,63,64],psb_name:[62,69],psbchk:15,psbgen02:69,psbgen:[69,70],psbgenl:69,psblib1:62,psblib2:62,psblib:[62,63,64,69],psdint:15,pseudo:15,pstype:15,psw:[126,132],ptf:[54,70,71,75,84,96],publish:[0,84,88,93,101,114,150],pudsa:15,pudsasz:15,pull:[114,119,126,132],punch:[15,37,39],purchas:120,pure:41,purg:[15,43,53,61],purpos:[3,24,60,114,120],push:114,put:[6,7,8,9,10,19,31],pvdelai:15,pwrule_list:137,pycodestyl:150,pycrypto:150,pyflak:150,pylint:[114,150],pylintrc:150,pypi:150,pyt:[54,56,71],pytest:[22,59,114,150],python3:[24,46,60],python:[1,19,20,21,23,24,28,44,45,46,53,56,58,60,70,84,86,109,112,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],python_path:[24,60],pythonpath:[24,60],pyyaml:150,pyz:[24,60],quaiti:150,qualifi:[3,15,23,25,27,28,29,30,31,32,33,34,35,39,40,41,42,48,49,53,77],qualifier_pattern:23,quarter:56,quasi:15,quasir:[6,7,8,9,10],queri:[3,6,7,8,10,21,26,44,53,65,88,118,119,126,132,150],question:29,queu:15,queue:[3,15,17,19,37,38,39,53],queue_posit:[37,38,39],quickli:103,quiesc:15,quiestim:15,quot:[24,28,30,31,43,46,48,53,60],quotat:[24,30,43,53,60],r0101894:39,r0101895:39,r1234:120,ra000:39,race:[31,53],racf:[15,27,53],racfsync:15,racrout:15,rad:47,rain:23,rais:[0,23,24,36,53,60,110,150],ramax:15,ran:[16,24,37,38,39,60,150],random:[27,30,32,33,40,41],randomli:[30,31,41],rang:[6,8,9,10,15,38,42,49,103,122],rapool:15,rather:[15,83],raw:[4,5,11,12,13,14,15,17,18,29,32,42,47,49,66,69,70,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149],rdsa:15,rdsasz:15,reach:[16,53,56,126],read:[15,24,30,33,37,39,40,41,42,49,52,53,54,55,60,63,71,82,83,100,104,106,114,132],read_onli:42,read_writ:42,readabl:[4,5,11,12,13,14,15,16,17,18,29,150],readi:[42,44],readm:[19,53,71,84,114,150],readonli:[15,41],readthedoc:116,readwrit:15,real:[37,39,120,150],realloc:53,realm:103,reason:[6,7,8,9,10,65],rebuild:62,rec:[4,11,12,13,14,17],receiv:[15,23,28,31,43,47,48,53,62,67,83,100],recent:150,recfm:[28,39,48],reclgth:42,recogn:[15,150],recommend:[0,22,23,24,36,42,49,60,70,71,83,89,90,91,93,101,114],recon1:67,recon2:67,recon3:67,recon:67,reconnect:15,record:[4,6,7,8,9,10,11,12,13,14,15,17,18,19,28,31,32,37,39,41,42,46,48,53,61,66,67,68,69,89,90,92,93,101,120,126,132,139],record_count:[6,7,8,9,10,37,39,42],record_format:[28,31,32,42,48,53,63,64],record_id:120,record_length:[28,31,32,42,48,63,64],records:42,recov:[15,29],recover:[15,29],recoveri:[11,15,27,30,40,41,42,63,64,67],recovnotifi:15,recreat:[28,31,63],red:[0,1,19,21,52,56,58,70,72,74,78,84,103,104,106,107,109,112],redact:15,redesign:150,redhat:[103,114,150],redirect:110,reduc:[36,53,138,150],redund:[116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],reentrant:15,ref_dat:35,refer:[0,5,6,7,8,9,10,18,24,30,31,33,34,35,36,37,39,40,42,46,49,50,52,53,54,60,62,66,68,69,71,74,75,76,77,80,88,89,90,91,92,93,94,95,96,97,98,99,101,102,103,104,106,109,110,115,150],referenc:[15,35,40,42,64,93,101,142,144,146,150],reflect:53,refresh:15,regardless:[23,31,44,126,150],regex:[30,40,44,113],regexp:[40,145],region:[1,3,4,5,6,7,8,9,10,11,12,13,14,15,17,18,19,20,39,63,64,68],region_data_set:[3,4,5,11,12,13,14,15,17,18],region_jcl:[3,19],regist:[15,39,45,53,82,83,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149],registri:[84,89,90,92,94],regular:[30,35,40,42,44,53,113,117,145],regularli:104,reject:[126,150],rel:[31,41,120],relai:107,relat:[0,6,7,8,9,10,15,16,19,31,37,38,39,42,83,100,110,120,126,150],relatedassign:[6,7,8,9,10],relateddescript:[6,7,8,9,10],relatedscop:[6,7,8,9,10],relationship:[62,66],releas:[20,24,54,57,60,71,86,102,110,133],release_:[114,150],release_m:114,release_not:[114,150],relev:[65,114],reli:[30,33,34,39,40,45,46,53,55,109,117,128,134,150],reload:[31,39,46],remain:[15,28,31,41,48,49,53,116,119,120,122,123,124,130,132,136,139,141,142,144,146,149,150],remot:[0,15,27,28,30,31,33,34,39,40,46,48,66,69,80,82,86,95,96,97,98,99,110,114,142],remote_cmd:46,remote_src:[31,46,48,53],remote_tmp:[46,53],remote_zmf_password:[95,96,97,98,99],remote_zmf_us:[95,96,97,98,99],remotenam:[6,7,8,9,10],remotesystem:[6,7,8,9,10],remount:41,remov:[3,5,8,15,18,19,26,28,30,31,32,39,40,41,46,53,64,84,88,89,114,120,132,139,150],removecnt:[6,7,8,9,10],renam:[27,30,40,41,49,53,116,150],render:[31,39,46],renov:150,rentpgm:15,repeat:[0,15],repeatedli:[27,30],replac:[15,24,27,30,31,32,40,42,53,60,66,69,70,142,150],replace_acb:63,repli:44,replic:[42,53,124,136,142,146],replication_overwrite_poss:144,repo:[114,150],report:[39,53,86,96,97,98,114,150],repositori:[0,7,19,42,74,84,87,103,104,107,110,150],repres:[1,6,8,9,10,15,21,24,30,40,55,58,60,64,72,77,78,95,96,97,98,102,112,114,118,146],represent:[55,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],repro:[31,42],req:[0,114,150],request:[0,2,3,6,7,8,9,10,15,16,19,20,22,24,31,32,41,42,44,53,59,60,73,79,82,84,90,92,93,95,96,97,98,99,101,114,117,118,119,121,126,128,131,134,137,140,143,145,147,148,150],requestmethod:82,requests_ca_bundl:[116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149],requesturi:82,requir:[3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,22,24,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,45,46,47,48,49,50,54,55,56,60,62,63,64,65,66,67,68,69,70,71,74,75,77,80,81,83,84,85,86,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,108,110,114,138,150,151],res820:36,rescount:[6,7,8,9,10],reserv:[0,23,132,139],reset:[41,119,126,138,150],reset_clear:[126,150],reset_norm:[126,150],resgroup:[6,7,8,9,10],resid:[6,7,8,9,10,15,27,37,38,39,42,49,83,95,96,97,98,100],reslib:[62,63,64,68],resolv:[0,23,62,63,64,68,84,96,97,150],resourc:[0,1,3,7,12,15,16,19,27,35,45,53,63,64,66,72,74,76,82,104,107,110,112,116,117,119,120,121,123,124,126,128,130,132,134,136,139,141,142,144,146,148,149,150,151],resource_chkp_freq:[63,64],resource_typ:35,resourceclass:82,resourceitem:82,resourceprofil:82,resoverrid:15,resp2:[6,7,8,9,10],resp:[6,7,8,9,10,15],resp_alt:[6,7,8,9,10],respect:[15,28,35,142,150],respet:15,respond:[24,60,129,135],respons:[6,7,8,9,10,15,16,26,27,30,33,34,39,40,42,43,47,53,61,62,67,68,80,95,96,97,98,99,127,129,135],response_encod:42,ressec:15,ressnam:[6,7,8,9,10],rest:[1,3,6,7,8,9,10,19,20,31,39,46,72,75,76,77,78,82,83,84,86,95,96,97,98,99,109],restart:[11,12,13,15,44,132],restor:[21,26,46,49,53],restore_backup:53,restrict:[35,36,83,100,150],result:[3,9,16,23,24,26,27,28,30,31,32,34,37,38,39,40,42,43,45,46,47,48,53,60,61,62,65,66,69,82,83,95,96,97,98,100,114,117,120,121,126,128,129,134,135,138,142,145,148,150],result_auth:[82,83],resum:76,resver:[6,7,8,9,10],ret_cod:[16,37,38,39,42,53],retain:[4,5,11,13,14,15,17,18,31,42,53,64],retent:[15,64],retention_tim:144,retri:[92,93,101],retriev:[15,19,21,27,28,30,31,33,36,40,41,48,53,84,88,90,95,96,97,98,115,150],return_cod:65,return_cont:[40,42],return_output:[39,53],return_text:[66,69],return_valu:[24,60],reus:[15,31,42],revert:53,review:[0,2,20,22,25,41,51,53,54,56,59,71,73,79,86,103,104,105,109,110,114],revoc:15,rexx:[21,35,45,46,47,50,53,83,100],rich:50,rid:150,right:114,ring:15,rload:[6,7,8,9,10],rls:15,rlse:39,rlstolsr:15,rmode:39,rmtran:15,rnl:15,roadmap:114,roce:130,rocket:[71,110],role:[29,72,74,78,81,84,86,95,96,97,98,99,102,103,115,142,150],rollback:68,room:15,root:[15,24,27,28,30,31,33,40,48,60,110,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],round:126,rout:[15,65],router:15,routin:[29,53],row:114,rplid:[6,7,8,9,10],rrd:[31,32,42,63,64],rremov:[6,7,8,9,10],rrm:15,rrn:15,rsdnt:43,rsn:65,rst:[15,114,150],rstsignoff:15,rstsigntim:15,rsusr:23,rule1:[136,146],rule:[28,31,32,48,83,114,115,116,142,150,151],run:[2,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,26,27,29,30,31,32,38,39,40,41,47,49,53,54,55,58,59,62,63,64,65,66,68,69,71,75,83,84,86,88,89,90,91,92,93,94,100,103,107,109,114,127,129,133,135,150],run_typ:114,runawai:15,runlib:30,runner:32,runth:23,runtim:[6,7,8,9,10,15,19,23,63,68,150],ruse:[6,7,8,9,10],ruwapool:15,rwx:[28,31,48],s0c4:[16,37,38],s0jm:[37,39],s71:119,sa_create_dynamic_resourc:76,sa_rest_api_timeout:77,sa_service_hostnam:77,sa_service_port:77,sa_service_protocol:77,saf:[82,84,86],safeti:[114,138,150],same:[3,15,16,23,28,30,31,32,33,34,36,39,41,42,46,48,53,56,63,82,83,86,100,101,103,114,127,133,138,142,150],same_workflow_inst:83,sampl:[4,5,6,7,8,9,10,11,12,13,14,15,17,18,19,20,25,27,30,31,33,34,35,36,37,38,39,40,41,43,44,45,46,47,49,61,62,63,64,66,67,68,69,70,74,81,82,83,84,90,95,96,97,98,99,100,103,104,110,116,117,118,119,121,122,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,150],sample2:70,sample_seq_data_set:31,samplehost:[77,89,90,91,92,93,94,95,96,97,98,99,101],samplenam:23,san:[23,139,140,141],saniti:[70,114,150],sanitis:19,santi:150,sap:120,sass:47,satisfi:[31,53,82,150],save:[13,36,39,42,63,84,89,90,91,93,99,101,119,126,132],save_acb:63,sc27:113,sc28:113,sca:[82,84,86],scalar:42,scan:[15,39,53,114],sceecic:15,sceerun2:15,sceerun:15,scenario:31,scene:[24,60],schedul:[62,114],scheme:[6,7,8,9,10],sci:65,scope:[6,7,8,9,10,15,19,24,31,39,46,60,124,146],scp:[31,34,39,45,46,48],scp_extra_arg:45,scr002:42,scr013:23,scr03:35,scratch:63,screen:15,script:[11,16,26,30,39,47,48,50,53,54,71,83,100,150],sdesc:77,sdfhauth:[15,27],sdfhlic:15,sdfhload:[3,11,12,13,15],sdfhsamp:15,sdfjauth:27,sdfsmac:[39,66,69],sdfsresl1:62,sdfsresl2:62,sdfsresl:[62,63,64,67,68],sdk:[0,20,53,56,70,109,110],sdsa:15,sdsasz:15,sdsf:53,sdtmemlimit:15,sdtran:[15,16],sdump:15,se_vers:[121,128,134,148],se_version_info:148,seamless:[0,102],search:[15,23,31,35,42,46,48,53,56,84,88,103,124,127,133],search_distinguished_nam:124,search_order_index:144,search_software_updates_respons:98,search_software_updates_response_fil:98,sec:[9,15,37,39,53],second:[6,7,8,9,10,15,16,19,23,39,43,53,77,92,93,100,101,114,118,119,126,127,133,139],secondari:[4,5,11,12,13,14,15,17,18,28,31,32,42,48,53,63,64],secondary_log_dataset:63,secondary_unit:[63,64],secprfx:15,secret:[142,150],sect:39,section:[3,6,7,10,16,22,23,24,37,38,39,53,54,59,60,63,64,70,103,104,109,114,150,152],secur:[15,31,34,39,41,46,48,53,70,80,84,86],secure_boot:150,secure_execut:150,see:[0,2,3,6,7,8,9,10,16,20,22,23,32,39,59,71,73,79,103,110,114,119,120,121,126,128,139,142,148,150],seen:53,segment:[35,53,62,63,64,66],segment_chkp_freq:63,select:[0,15,24,29,35,48,53,56,60,63,64,104,108,109,114,122,132,139],select_properti:[119,126,132,150],selector:[132,139],self:150,semant:[103,114],semicolon:[47,53],semver:114,send:[15,28,53,114],senseg:62,sensit:[6,7,8,9,10,15,41,53,62,95,100,136],sent:[6,7,8,9,10,42,48,127,129,132,133,135],separ:[15,30,35,103,104,127,132,133,138,150],sepcifi:15,seq:[27,28,31,32,35,42,48,63,64,66,69],sequenc:[31,39,42,46,129,135,138],sequence_numb:[129,135],sequenti:[5,11,15,18,27,28,30,31,32,33,34,35,39,40,42,66,69],ser:39,seri:[16,37,38,39,55,103],serial:[15,23,27,31,39,49,63,64],serv01:41,serv02:41,serv03:41,serv04:41,serv:22,server:[0,15,41,72,75,76,77,80,82,83,86,89,90,91,92,93,94,95,96,97,98,99,100,101,107,109,110,115,118,132,139,142,150],server_list:103,servic:[11,15,19,20,21,28,30,31,33,34,37,38,39,40,41,42,46,48,52,53,54,55,66,69,71,76,77,78,83,84,86,88,91,92,94,96,97,98,99,100,104,106,112,113,114,120,133,142,151],session:[15,24,60,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,139,140,141,142,143,144,145,146,147,148,149,150],session_id:[116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],set:[0,1,3,6,7,8,9,10,11,12,13,14,16,19,20,21,22,23,24,26,27,30,31,33,34,36,37,38,39,40,41,42,43,44,46,47,49,50,53,54,57,60,62,63,64,66,67,68,69,70,71,86,88,96,97,98,103,109,110,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],set_dynam:27,set_fact:[30,90],set_stat:27,setgid:41,setprog:27,setuid:41,setup:[53,63,86,150],setuptool:150,seven:15,sever:[3,15,24,39,53,60,80,88,115,150],seyuauth:15,seyuload:15,sftp:[31,34,39,45,46,48,110],sg1:[132,139],sga1:140,sha256:[31,34],share:[15,30,31,32,39,40,41,46,53,63,88,126,132,139,142],share_mod:63,shareopt:42,sharestatu:[6,7,8,9,10],shell:[20,24,30,36,40,46,56,60,70,71,83,100,110,114],ship:15,shorter:53,shortli:150,should:[9,15,16,23,24,28,29,30,31,32,33,34,35,39,40,41,42,43,45,46,48,53,60,63,64,83,84,86,114,117,120,128,129,134,135,138,150],shouldn:[24,60],show:[0,3,15,19,20,37,43,46,65,103,114,126,127,133,150],shown:[3,6,7,10,16,37,38,39,89,90,91,93,95,96,97,98,99,101,114,126,132],shr:[15,30,31,32,39,40,42,47,53,63,64],shrd:[37,39],shut:16,shutdown:[1,3,15,16,19,41],side:24,sign:[15,29,150],signal:15,signifi:31,signon:15,similar:[26,42,61,80,104,136],similarli:[24,42,60],simpl:[28,48,150],simplex:49,simplifi:[24,60,76,150],simul:68,simultan:[0,30,32,40,53],sinc:[29,32,42,55,70,83,114,120,138,150],singl:[3,6,7,8,9,10,15,24,28,29,32,40,42,43,47,60,65,66,67,69,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],singular:[4,5,11,12,13,14,15,17,18],sit:15,sit_paramet:15,site:[0,15,19,84,114],situat:[15,23,41,42,104,150],six:[6,7,8,9,10,27],size:[4,5,11,12,13,14,15,17,18,24,28,29,31,32,34,35,37,39,42,43,46,48,49,53,60,63,64,139,141],skelet:67,skip:[46,49,83],skrxxxx:15,slack:114,slack_hook:114,slightli:40,slot:[37,39],smaller:28,smf000i:[37,39],smf_name:36,smp:88,sms:27,sms_data_class:[28,31,32,42,48],sms_manag:49,sms_management_class:[28,29,31,32,42,48],sms_storage_class:[28,29,31,32,42,48],smss:[6,7,8,9,10,19],smssj:15,sna:15,snippet:23,snp:15,snpreset:15,snscope:15,socket:[15,74,77],softar:89,softwar:[78,84,86,88,95,99,104,108,109,120],software_instance_nam:[95,96,97,98],software_instance_uuid:[95,96,97,98],software_management_csi_query_cicdtest1:95,software_management_reports_cicdtest1:[96,97,98],software_management_system_uuid_cicdtest1:99,software_model:120,software_model_direct:120,software_model_perman:120,software_model_permanent_plus_bil:120,software_model_permanent_plus_temporari:120,software_model_purchas:120,software_typ:89,sole:[24,60],solut:[51,102,105,150],some:[13,24,27,28,30,31,32,34,35,40,41,42,49,53,54,60,62,63,64,66,68,69,83,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],somedirectori:30,somefil:[34,40,66,69],somefile1:66,somefile2:66,someobject:[24,60],sometim:[63,64,65,67,68],someus:41,sort:42,sortin01:42,sortin02:42,sortout:42,sortpgmoutput:42,sotun:15,sound:[129,135],sound_alarm:[129,135],sourc:[0,11,27,28,30,31,33,34,39,40,41,42,45,48,50,51,53,55,66,69,102,103,105,114,150],source_memb:[66,69],source_nam:[66,69],sp800:15,space:[0,4,5,6,7,8,9,10,11,12,13,14,15,17,18,28,29,30,31,32,37,38,39,42,46,48,49,53,63,64,104],space_primari:[4,5,11,12,13,14,15,17,18,28,31,32,42,48,53],space_secondari:[4,5,11,12,13,14,15,17,18,28,31,32,42,48],space_typ:[4,5,11,12,13,14,15,17,18,28,29,31,32,42,48,53],spack:28,spare:120,spctr:15,spctrxx:15,spe:75,special:[15,19,28,30,31,39,40,42,43,44,46,48,49,53,122,136,145],special_nam:23,special_names_get_uppercas:23,specialti:120,specialty_processor:120,specif:[3,15,20,24,28,31,35,36,37,42,43,48,52,53,54,58,60,62,64,65,69,71,84,86,88,89,92,93,95,101,103,106,108,109,110,114,115,117,118,122,126,128,131,132,134,139,148,150],specifi:[0,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,23,25,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,44,46,47,48,49,53,62,63,64,65,66,67,68,69,77,82,83,86,89,90,91,92,93,94,95,96,97,98,99,100,101,103,110,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],specific_template_nam:144,specific_template_uri:144,speed:[42,150],sphinx:[114,150],sphinxcontrib:150,spool:[15,37,39,53,83,100],spoolopen:15,spoolwrit:15,sql:[31,61],sql_input:68,srb:[37,39],srbsvc:15,src:[28,30,31,33,34,39,40,41,46,47,48,53,66,69],src_encod:42,src_param:41,srcmem:31,srm:15,srt:15,srvercp:15,ssc:[119,126,130,132,139],ssc_dns_server:150,ssc_ipv4_gatewai:150,ssc_ipv6_gatewai:150,ssh:[0,20,45,86],ssh_modul:45,ssl:[6,7,8,9,10,15,124],sslcach:15,ssldelai:15,sso:103,stabl:[114,116,150],stable_:114,stable_m:[114,150],stack:53,stage:[15,63,68,82],stamp:15,stand:[6,7,8,9,10,19,20],standard:[4,5,11,12,13,14,15,16,17,18,31,34,39,46,48,63,64,66,68,69,114,125,136,137,142,143,147,150],standbi:15,start:[4,5,9,11,12,13,14,15,17,18,19,24,30,31,32,35,37,39,40,45,46,53,60,77,83,84,92,100,102,103,107,119,126,127,129,132,133,139,150],start_:114,start_m:114,start_partit:150,start_stat:[4,5,11,12,13,14,15,17,18],starter:15,startup:[1,3,19],state:[3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,24,27,28,30,31,32,38,40,41,49,53,60,82,83,89,116,118,119,120,122,123,124,126,130,132,136,138,139,140,141,142,144,146,149,150],statement:[15,24,27,31,37,39,42,46,53,60,61,62,63,64,67,83,86,100,101,150],stateod:15,statint:15,statist:[15,37,39],statrcd:15,statu:[6,7,8,9,10,15,16,26,33,37,39,41,42,43,53,63,64,65,66,67,69,82,83,100,114,116,117,119,121,122,126,128,132,134,139,140,148,150],status:[53,132,150],status_group:42,status_timeout:[126,150],stc00143:64,stc01533:44,stc01537:44,stc02560:37,stc:[37,38],stderr:[4,5,11,12,13,14,15,17,18,27,30,31,34,35,41,45,46,53,63,64,66,68,69,110],stderr_lin:[31,34,41,46],stdout:[4,5,11,12,13,14,15,17,18,27,30,31,34,35,41,46,53,66,69],stdout_lin:[31,34,41,46],step0001:[37,38,39],step1:64,step:[15,16,24,37,38,39,42,60,66,83,84,100,114,118],step_cc:[16,37,38,39],step_nam:[16,37,38,39,83],step_numb:83,step_titl:83,steplib:[15,62,63,64,67,68],stepnam:[37,39,83],stgadmin:[49,82],stgprot:15,stgrcvy:15,still:[53,83,114,150],stl1:[37,39],stmt:39,stntr:15,stntrxx:15,stop:[3,19,37,39,47,53,65,83,87,92,119,132,150],stop_cics_modul:15,stop_partit:150,stop_region:[3,19],stor:42,storag:[3,15,19,27,28,29,31,32,34,42,46,48,49,63,64,115,116,118,119,123,126,132,146,150],storage_class:[63,64],storage_group:[139,146],storage_group_attach:140,storage_group_nam:[140,141],storage_group_templ:146,storage_group_uri:150,storage_volum:141,storageadmin:146,store:[6,7,8,9,10,12,14,15,28,29,32,34,41,42,48,49,63,67,77,104,110,126],store_status_ind:[126,150],str:[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,23,24,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,60,62,63,64,65,66,67,68,69,70,77,81,82,83,89,90,91,92,93,94,95,96,97,98,99,100,101,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149],strategi:[0,102],stream:[4,5,11,12,13,14,15,17,18,31,34,42],streamlin:86,street:23,string:[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,23,24,28,31,32,34,35,39,41,42,44,46,47,48,53,55,60,65,70,83,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],strip:[31,39,46],strong:[81,82,83],structur:[24,47,60,62,65,88,138,150],style:[36,42,145],sub:150,subdirectori:53,subentri:95,subgroup:47,subgroup_info:65,subject:[15,31,53,98,146],submiss:[16,37,38,39,53],submit:[11,15,16,21,26,43,47,50,53,61,64,83,100],subopt:53,subparamet:15,subscript:104,subsequ:[27,30,83,100,150],subset:[6,7,8,9,10,36,70,117,119,121,125,128,131,134,137,143,145,147,150],substep3:83,substitut:[39,43],substr:44,subsystem:[27,28,37,39,48,77,104,126,139,140,141],subtsk:15,succe:[110,114,118,119,150],succeed:[39,53,81,114],succesfulli:67,success:[6,7,8,9,10,15,27,28,30,31,32,33,34,35,37,38,39,40,41,42,43,44,45,48,62,66,69,81,82,83,110,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],success_count:[6,8],successfulli:[6,8,16,32,34,41,42,114],sudo:150,suffici:[127,129,133,135,142],suffix:[15,114],sum:15,summari:39,supplementari:[52,106,107],suppli:[6,7,8,9,10,16,24,32,42,60,81,82,83,100],support:[6,7,8,9,10,11,15,19,21,23,24,28,30,31,33,34,35,39,40,42,44,46,48,49,53,54,55,58,60,62,63,64,66,68,69,70,71,72,78,81,82,83,84,86,92,100,102,108,109,114,115,116,122,132,145,150],suppress:150,supprt:150,sure:[0,28,46,110,114],surpress:15,surrog:15,surround:[30,41],surveil:15,sv1:141,svc:[15,62,63,64,68],svc_class:[37,38,39],svllab01:36,svplex1:36,sy1:83,sydumax:15,symbol:[28,31,39,43,48,55,66,69],sync:[114,150],syncpoint:15,syntax:[30,53,95,96,97,98,99,103,104,116,119,123,124,126,130,132,136,139,141,142,144,146,149,150],sys1:[30,41,42,66,69],sys20073:39,sys:[24,36,60],sys_lib:[66,69],sys_nam:36,sysabend:[15,63],sysaff:39,sysctlg:47,sysda:39,sysdef:15,sysexec:46,sysidnt:15,sysin:[15,37,39,42],syslib:39,syslin:39,syslmod:39,sysmod1:98,sysmod2:98,sysmod3:98,sysmod:[84,96,97,98],sysnam:41,sysout:[15,37,39,42],sysplex:[15,41,86,89,126],sysplex_nam:[36,89],sysprint:[15,37,39,42],sysr:27,system:[0,1,6,7,8,9,10,11,12,15,16,19,21,24,26,27,28,29,30,31,32,33,34,35,37,38,39,40,42,43,44,46,47,48,49,53,55,60,62,63,64,65,66,68,69,74,75,76,77,83,84,86,88,89,90,91,92,93,94,95,96,97,98,100,101,103,104,113,114,116,117,119,120,121,122,123,124,126,127,128,129,130,131,132,133,134,135,136,139,140,141,142,143,144,146,147,149,150,151],system_nam:89,system_nicknam:[93,95,96,97,98,99,101],systems_nam:[89,101],systems_nicknam:93,systr:15,sysudump:15,sysut1:[37,39,64],sysut2:[37,39],sysut3:62,sysut4:62,syszd6:36,t043jm:[37,39],t12345:27,t125008:39,tabl:[6,7,8,9,10,15,32,49,53,56,93,101,114],tableonli:15,tag:[31,41,53,71,114,150],tag_ccsid:[41,53],tag_untag:[41,53],tailor:104,take:[4,5,11,12,13,14,15,17,18,23,28,31,34,39,42,53,62,63,64,67,68],taken:[15,32,35],takeov:[15,41],takeovr:15,tape2:41,tape_link_uri:150,tar:[27,28,30,31,33,40,41,48,53,103,114],tarfil:28,target1:69,target2:[66,69],target3:69,target4:[66,69],target:[0,3,5,6,7,8,9,10,15,18,22,23,24,26,29,31,36,37,38,39,45,47,48,49,53,60,61,62,63,64,65,66,67,68,69,71,77,80,83,86,89,90,91,92,93,94,95,100,101,109,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,139,140,141,142,143,144,146,147,148,149,150,151],target_userid:82,targetassign:[6,7,8,9,10],targetdescript:[6,7,8,9,10],task:[0,1,3,4,5,11,12,13,14,15,16,17,18,19,21,26,27,30,31,32,33,34,39,40,46,49,53,54,58,61,63,71,72,74,75,77,78,80,81,83,86,88,89,90,91,92,93,94,95,96,97,98,99,100,101,107,109,110,115,116,118,119,120,122,123,124,125,126,127,129,130,132,133,135,136,137,139,140,141,142,143,144,145,146,147,148,149,150],taskno:15,tbd:56,tbexit:15,tcb:15,tcp:[6,7,8,9,10,15,37],tcpip:[15,37],tcsactn:15,tcswait:15,tct:15,tctua:15,tctuakei:15,tctualoc:15,td_intrapartit:[3,19],tdintra:15,team:[104,110,114],tell:[24,60],temp_acb_dataset:63,temp_backup:29,temp_volum:29,tempdir:70,templat:[0,3,4,5,11,12,13,14,15,17,18,25,27,30,31,39,46,53,72,74,77,84,88,93,142,143,144,146],template_name_overrid:144,template_name_override_default_template_nam:144,template_name_override_default_template_uri:144,template_name_override_ldap_server_definition_nam:144,template_name_override_ldap_server_definition_uri:144,template_paramet:[31,39,46],templatenam:77,templt:15,tempnam:39,temporari:[0,3,15,19,24,27,28,29,30,31,32,33,34,40,41,42,46,48,49,53,60,115,150],temporarili:[29,31,32,34,39,46,48,120,150],tenant:93,tenant_nam:93,tend:110,terabyt:35,term:[104,109],termid:15,termin:[12,15,16,31,39,41,42,63,64,132,150],termuacc:47,ters:[28,48,53],terse_pack:[28,53],test01:[24,60],test1:[24,33,48,60],test2:48,test:[2,28,29,30,31,32,33,34,35,39,40,42,47,48,52,53,56,70,106,120,124,146,150],test_activ:120,test_config:[24,60],test_create_dataset_arg_expans:[24,60],test_create_dataset_exception_receiving_nam:[24,60],test_create_dataset_missing_all_arg:[24,60],test_create_dataset_missing_second_arg:[24,60],test_create_dataset_various_arg:[24,60],test_data:[24,60],test_dataset_cr:[24,60],test_partit:114,test_us:124,test_zhmc_adapter_list:150,test_zhmc_partit:150,test_zhmc_password_rul:150,test_zhmc_sess:150,test_zhmc_us:150,testcas:[70,114,150],testdata:33,testdb:67,testdsn:[24,60],tester:[11,24,39,60],testgrp1:11,testgrp2:11,testhmc:[114,150],testinventori:150,testnam:[23,24,60],testopt:114,testpgm:31,testprg1:11,testprg2:11,testus:47,testusr:49,testutil:150,testvault:150,text:[6,7,8,9,10,15,16,30,31,39,41,42,43,44,45,53,65,68,82,114,127,129,133,135,142,150],textual:[21,26],than:[6,8,9,10,15,28,31,33,34,35,38,39,41,47,49,53,63,83,114,120,126,129,135,139,150],thei:[0,15,23,24,25,27,28,29,31,32,34,41,43,48,53,60,71,80,150],them:[15,20,23,28,31,39,42,44,46,53,64,89,93,104,109,114,122,150,151],therefor:[15,20,24,25,27,42,51,60,84,86,105],thi:[0,1,2,4,5,6,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,27,28,29,30,31,32,34,35,36,37,38,39,40,41,42,43,45,46,48,49,50,53,56,58,59,60,62,63,64,65,66,67,68,69,70,71,72,73,74,75,77,78,79,82,83,84,86,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,112,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],thin:[24,60],thing:114,third:[81,82,83],those:[0,15,35,48,80,84,96,119,126,132,146,150],though:[31,41,53],thousand:15,thread:[132,139],threadsaf:15,three:35,threshold:15,through:[1,11,15,16,21,30,31,32,34,37,38,39,40,46,53,58,62,72,78,83,102,112,114,142],throughout:53,thu:[31,34,39,46,48,56,71,109,132,150],time:[6,8,9,10,15,16,23,24,28,35,36,37,38,39,42,43,49,53,56,60,66,69,83,92,93,100,101,117,119,126,127,128,129,132,133,134,135,142,150],time_stamp:64,timeout:[6,7,8,9,10,15,16,19,74,77,118,119,126,132,139,142,150],timer:126,timestamp:[27,30,31,33,40,41,63,64,120,129,135],tinad:35,tip:[22,59],titl:83,tke:122,tls11:15,tls12:15,tls13:15,tmp:[0,28,29,30,31,34,35,40,41,42,46,48,53,66,69,89,90,91,93,95,96,97,98,99,101,110],tmp_hlq:[27,28,30,31,32,33,34,40,41,42,48,49,53],tmp_path:53,tmphlq:[27,28,30,31,32,33,34,40,41,42,48,49],to_csdgroup:6,to_encod:[33,53],to_expand:[24,60],todai:114,togeth:[15,35,37,39,51,102,105,119,126,132],token:[0,81,82,83,103,126],toler:[124,138,150],tool:[15,114,150],toolkit:45,top:[15,25,28,114],top_data_set:15,topic:[0,6,7,8,9,10,41,95,96,97,98,99,104,114],total:[15,39,44,92,93,101,116,139],tower:0,trace:[3,15,19,53],traceback:53,track:[4,5,11,12,13,14,15,17,18,49,53],tracker:114,tradit:[71,104],traffic:[127,133],trail:[29,31,39,44,46,53,127,133],tran:[15,65],traniso:15,transact:[3,15,16,19,65],transaction_dump:[3,19],transfer:[31,34,39,45,46,48,50,55,110],transform:25,transid:[6,7,8,9,10],transit:150,transmit:28,transport:28,trap:15,travers:[34,53],travi:150,trdumax:15,treat:[31,39,42,45,46,66,69],tree:[28,31],tri:150,trigger:[53,139],trim_block:[31,39,46],trk:[4,5,11,12,13,14,15,17,18,28,29,31,32,42,48,49],troubleshoot:[102,150],trtabsz:15,trtransz:15,trtranti:15,truncat:[31,33,42],trust:[6,7,8,9,10],tsmainlimit:15,tso:[16,21,26,35,46,53],tsocmd_to_issu:[83,100],tst:15,tstre:67,tsu:38,tuesdai:[23,37],tune:15,tupl:122,turn:0,two:[3,5,15,18,20,23,24,28,29,30,35,42,46,60,62,63,66,76,122,150],txt:[19,24,28,30,31,40,42,46,48,60,114,150],type:[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,20,22,24,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,53,58,60,62,63,64,65,66,67,68,69,70,77,81,82,83,89,90,91,92,93,94,95,96,97,98,99,100,101,110,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],type_2_data:65,typeerror:[24,53,60,150],typic:[22,24,40,60,86,127,133],typrun:[39,53],u0026mbr:39,u00270000:49,u0027:[31,34,37,39,41,49],u0027hello:[37,39],u0027i:41,u0027object:39,u0027sourc:41,u0027un:34,u0027us:34,u0027xref:39,ubuntu:150,udsa:15,udsasz:15,udx:122,ui66511:84,ui66512:84,ui70435:70,uid:[31,41],unabl:[53,110],unaccept:[121,126,128,132,134,139,148],unalloc:15,unam:[127,133],unarch:[26,28,53],unarchiv:[48,53],unassign:[120,139],unauthent:[6,7,8,9,10],unauthor:[42,53,62],unbind:15,uncatalog:[30,31,32,33,34,35,39,40,41,42,53,63],uncatalogu:53,uncatlg:[42,53,63,64],unchang:[40,41,49,116,119,120,122,123,124,130,132,136,139,141,142,144,146,149],uncommit:15,uncompress:[48,129,135],uncond:63,uncondition:63,unconfigur:[116,150],unconstrain:15,undefin:31,undeliver:15,under:[0,6,7,8,9,10,15,24,25,28,36,37,53,60,67,92,103],undercov:82,undergo:109,underli:[31,34,39,42,46,48,56],underscor:[70,116,117,119,121,123,124,126,128,130,131,132,134,136,137,139,141,142,143,144,145,146,147,149,150],understand:[53,104,107,110,114],understood:41,undo:[11,12,24,60],undocu:53,unew:114,unexpect:[28,31,48,53],unformat:67,unformatted_output:67,unicod:[55,150],unicodedecodeerror:110,unidentifi:53,unifi:[0,51,102,105,150],uniform:66,uniqu:[15,16,30,31,37,38,39,41,42,53,77,83,93,99,101,129,135],unit:[4,5,11,12,13,14,15,17,18,22,28,29,31,32,39,42,43,48,49,59,63,64,103,114,126,132,139,141],unittest:[24,60,150],unix:[11,15,21,28,29,30,31,33,34,39,40,41,42,46,48,53,55,66,69,83,100],unknown:[6,7,8,9,10,43,82,103],unless:[15,28,31,39,42,43,44,46,48,56,62,68,103,126,139,140],unlik:25,unmanag:[121,150],unmount:[41,132,150],unmount_iso:132,unmount_opt:[41,53],unnecessari:[22,23,42,53,150],unnecessarili:53,unord:42,unpack:[28,48,53],unpin:150,unqualifi:35,unrel:[129,135],unspecifi:[28,48],unsuccess:103,unsupport:36,untag:[41,54,71],until:[15,16,42,127,133],untrust:124,unusu:150,unvers:114,uownetql:15,upattern_list:145,upb:42,updat:[1,3,7,11,15,16,19,23,27,30,32,40,41,53,63,64,65,70,74,82,84,88,104,110,114,116,117,119,120,123,124,126,128,130,132,136,139,141,142,144,146,149,150],update_paramet:10,update_retention_criteria:64,upgrad:[11,12,13,110,118,119,120,150],upgrade_timeout:[118,119,150],upload:[114,150],upon:99,upper:[15,23,53],uppercas:[41,53,95],uppercase_str:23,upstream:114,uri:[74,82,116,119,122,124,126,130,132,136,139,141,142,144,145,146,150],url:[6,7,8,9,10,83,100,103,114,150],urm:15,urole_list:147,usabl:15,usag:[0,6,7,8,9,10,23,25,53,70,122,132,139,141,150],usage_domain:122,usb:118,use:[0,1,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,19,20,22,24,27,28,29,31,32,34,39,40,41,42,43,45,46,48,49,53,60,63,64,67,71,76,82,83,84,88,102,103,104,107,109,110,114,117,124,128,134,138,150],use_adrdssu:[28,48],use_qualifi:34,use_regex:44,use_templ:[31,39,46],useagelstat:[6,7,8,9,10],usecount:[6,7,8,9,10],used:[0,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,22,23,24,25,26,27,28,29,30,31,32,33,34,35,37,39,40,41,42,43,46,48,49,50,53,55,60,61,62,63,64,66,67,68,69,70,75,76,77,80,81,82,83,84,86,89,90,91,92,93,94,95,96,97,98,99,100,101,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],usefetch:[6,7,8,9,10],useful:[30,40,107],user03:39,user1:142,user:[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,23,24,27,28,29,30,31,32,33,34,35,39,40,41,42,46,47,48,49,50,53,60,64,65,68,77,81,82,83,84,88,89,90,91,92,93,94,95,96,97,98,99,100,101,103,104,113,114,115,117,118,120,125,128,134,150,151],user_list:143,user_nam:110,user_pattern:[144,145],user_pattern_nam:142,user_pattern_uri:142,user_rol:[142,146,147],user_role_nam:142,user_template_nam:144,user_template_uri:144,user_to_list:[83,100],userexeckei:[6,7,8,9,10],userid:[15,37,39,95,96,97,98,99,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],userlib:[35,67],usernam:[24,29,32,60,77,81,82,83,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149],userpattern1:144,usertr:15,uses:[0,12,13,15,16,24,28,31,34,37,39,46,48,49,50,53,60,89,90,91,93,101,114,138,150],using:[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,24,25,26,28,29,30,31,32,34,35,38,39,40,41,42,43,45,46,47,48,49,53,56,60,62,63,72,80,85,86,89,90,91,92,93,94,95,96,97,98,99,101,103,114,115,116,119,123,126,127,130,132,133,138,145,146,149,150],usr0010:27,usr:[23,24,46,60,110],usrdelai:15,uss:[11,24,27,28,30,31,33,34,35,39,40,41,42,48,53,55,60,66,69,74,77],ussconfig:15,usshom:15,usual:[0,37,41,80],utc:127,utf:[23,31,39,53,55,110],util:[0,1,12,13,16,20,21,24,30,33,34,37,38,39,40,42,53,56,58,60,62,63,64,67,68,69,70,71,110,113,150],uuid:[84,88,95,96,97,98,139,141],v15:71,v2r2:55,v2r3:[24,56,60,70,71,84,86,87],v2r4:[56,70,84],v2r5:84,v2rx:56,v3r8:[24,60],v5r3m0:27,v7k:123,valid:[6,7,8,9,10,15,19,22,23,24,28,29,31,32,34,35,39,41,42,44,46,48,53,60,63,64,68,80,83,84,86,95,114,116,132,138,139,150],validate_checksum:34,validatedid:82,valu:[3,19,22,23,24,53,60,61,70,74,77,80,84,89,90,91,92,93,94,95,96,97,98,99,100,101,104,150],value1:[24,60,101],value2:[24,60,101],value3:[24,60],value_specified_in_no_log_paramet:142,valueerror:23,var1:[89,90,92,93,101],var1_valu:[89,92,93],var2:[89,101],var2_valu:89,varaibl:100,vari:[0,27,28,31,32,42,48,49,51,53,55,66,104,105,109],variabl:[0,6,7,8,9,10,19,23,24,27,28,30,31,32,34,36,39,40,42,46,48,53,60,63,71,82,83,103,110,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],variable_end_str:[31,39,46],variable_start_str:[31,39,46],variant:114,variou:[15,63,64,68,84,89,92,93,101,104,112],vars_fil:[77,88],vars_prompt:[77,81],vault:150,vba:[28,31,32,42,48,63,64],vcat:47,vendor:[83,89],vendor_nam:89,verbos:[31,34,42,43,53,68,104,114],veri:15,verif:[6,7,8,9,10,15,27,30,40,49,150],verifi:[11,12,13,15,17,18,23,34,45,49,82,110,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],verify_offlin:49,verify_volid:49,verify_volume_empti:49,verison:150,version:[6,7,8,9,10,15,20,24,28,30,31,33,34,36,39,40,54,55,56,60,64,71,82,83,89,100,108,109,110,113,115,117,118,120,121,128,132,133,134,139,146],version_ad:150,version_numb:64,vfm:126,vfunction1:149,vhba_cpca_sg_mgmt12:139,via:[6,7,8,9,10,19,78,114,117,120,121,123,127,128,131,133,134,137,142,143,144,145,147,150],video:107,view:[0,15,24,56,60,63,83,108,114,127,129,133,135,146],view_onli:146,vio:42,violat:15,virt:[37,39],virtual:[15,49,112,114,115,123,130,132,139,150],virtual_funct:149,virtual_switch_uri:130,visibl:[31,89,114,151],visit:[0,54,71,107],vlan:[130,132],vlan_typ:150,vm_name:36,vol033:31,vol:[27,39],volid:49,volser:[39,43,49,53],volstat:43,volum:[4,5,11,12,13,14,15,17,18,21,23,26,27,31,32,35,39,42,48,53,63,64,95,96,97,98,115,132,139,150],volupt:150,voluptu:150,vsam:[4,11,12,13,14,15,17,28,31,32,33,34,35,42,48,49,53,67],vsamcat:15,vsamdset:47,vtam:15,vtoc:[49,53],vtoc_siz:49,vtprefix:15,vuln:150,vulner:[114,150],vvd:49,vvv:[41,104],vvvv:[31,34,104],wai:[0,20,31,39,46,53,88,103,119,126,132,150],wait:[15,16,39,41,42,43,53,83,92,93,101,114,118,119,126,139,150],wait_for_transition_complet:150,wait_time_:[39,43,53],wait_times_:39,want:[4,5,11,12,13,14,15,17,20,28,30,32,40,53,64,77,103,104,110,114],warm:[4,5,11,12,13,14,15,17,18],warn:[15,24,37,39,45,53,60,103,104,150],weakli:83,weather:23,web:[15,45,52,81,82,83,106,112,113,114,142,151],webdelai:15,webhook:114,webspher:[89,91,92,93,94],week:35,weekli:114,weheth:[121,148],weight:[126,132,139],welcom:[15,30],well:[0,15,30,31,39,40,42,46,53,64,65,67,71,110,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],were:[15,16,23,28,37,38,39,41,43,44,53,62,64,68,70,122,126,146,150],what:[15,41,42,49,53,80,83,103,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149],wheel:150,when:[2,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,22,23,24,25,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,45,46,48,49,50,53,56,59,60,63,64,66,69,73,75,79,81,82,83,85,86,89,90,91,92,93,94,95,96,97,98,99,100,101,103,104,109,114,119,120,122,123,124,126,127,129,130,132,133,134,135,136,138,139,141,142,144,146,149,150],whenev:[41,114],where:[4,5,11,12,13,14,15,17,18,20,23,24,28,29,31,32,33,34,37,38,39,41,42,44,46,48,53,60,63,64,66,70,75,77,89,90,91,93,95,96,97,98,99,101,104,123,124,126,129,130,132,135,136,139,141,142,144,146,149,150],whether:[0,4,5,6,7,8,9,10,11,12,13,14,15,17,18,23,30,31,34,39,40,41,42,46,48,53,62,64,82,83,89,100,110,114,120,121,126,127,128,129,132,133,134,135,139,140,142,146,148,150],which:[3,4,5,6,7,8,9,10,11,12,13,14,15,17,18,19,23,24,28,29,30,31,32,33,34,35,39,40,41,42,44,46,48,53,60,62,63,64,65,67,68,69,70,71,74,77,81,82,83,84,86,95,96,97,98,100,103,104,109,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],whitespac:70,who:[15,16,27,30,33,37,38,40,82,84,89,93],whole:15,whoneedsaccess:82,whose:[15,29,35,44,131,132],why:114,wide:[15,126,132,139,141],wider:102,wih:38,wild:53,wildcard:[6,8,9,10,28,31,35,38,44,53,64],win:150,window:109,winmvs2c:[6,7,8,9,10],with_:30,within:[0,3,15,35,37,38,39,53,55,65,66,68,69,114,116,119,120,122,123,124,130,132,136,139,140,141,142,144,146,149,150],without:[15,19,21,23,24,27,28,30,31,34,37,42,48,53,60,62,63,64,66,68,69,103,104,127,133,150],wlm:15,wlmhealth:15,won:0,word:[35,126],work:[3,15,24,31,37,39,40,46,53,60,63,84,103,104,110,114,150],workaround:53,workflow:[0,78,80,84,86,87,88,102,114,150],workflow_access_typ:[83,100],workflow_account_info:[83,100],workflow_assign_to_own:[83,100],workflow_categori:83,workflow_com:[83,100],workflow_complet:83,workflow_def:[83,100],workflow_delete_completed_job:[83,100],workflow_failed_step:83,workflow_fil:[83,100],workflow_file_system:[83,100],workflow_host:83,workflow_job_stat:[83,100],workflow_kei:83,workflow_nam:[83,100],workflow_notification_url:[83,100],workflow_own:[83,100],workflow_perform_subsequ:[83,100],workflow_resolve_conflict_by_us:[83,100],workflow_resolve_global_conflict_by_us:[83,100],workflow_sample_automation_step:[83,100],workflow_step_nam:[83,100],workflow_var:[83,100],workflow_vars_fil:[83,100],workflow_vendor:83,workflow_wait:83,workload:[15,126],world:[23,30,37,39,126,132,139,141],worri:[24,60],would:[23,24,28,31,34,37,38,42,43,48,53,60,64,70,103,110,129],wrap:[24,60,129,135],wrapper:[24,60],write:[15,31,32,33,41,42,54,64,68,71,95,96,97,98],write_onli:42,writeabl:[116,119,123,124,126,130,132,136,139,141,142,144,146,149,150],written:[1,5,15,21,31,33,34,41,42,45,48,58,63,64,72,104,112,150],wrkarea:15,wrong:53,wui:15,www:[6,7,8,9,10,30,95,96,97,98,99],xappc:15,xcf:15,xcfgroup:15,xcmd:15,xdb2:15,xdct:15,xfct:15,xhf:15,xiaopin:9,xjct:15,xlt:15,xmit:[28,48,53],xmit_log_data_set:[28,48],xml:[6,7,8,9,10,83,100],xmltodict:20,xpct:15,xppt:15,xpsb:15,xptkt:15,xre:15,xref:39,xrf:15,xtran:15,xtst:15,xuser:15,xxx:[89,90,91,93,95,96,97,98,99,101,110],xyz:[35,138],yaml:[24,28,31,35,42,48,53,60,74,77,104,116,119,123,124,126,130,132,136,139,141,142,144,146,149,150],yds7ujxqrd3h8v5wxq9pf1yptztq4jzrozn3xqkf26zicxghc7mdzgycmca:81,year:[35,56],yes:[29,32,33,40,42,44,49,77,110],yet:[14,42,114,150],yield:[16,37,38,39],yml:[24,60,89,90,91,92,93,94,95,96,97,98,99,101,103,114,150],you:[0,1,2,3,4,5,6,8,9,10,11,12,13,14,15,16,17,18,19,20,22,23,24,26,27,28,30,31,32,33,34,35,39,40,41,42,45,46,48,49,53,55,56,59,60,62,63,64,67,71,73,77,79,80,83,84,86,89,90,91,92,93,94,95,96,97,98,99,101,102,103,104,107,109,110,114,115,117,118,128,134,150],your:[0,6,7,8,9,10,15,16,20,24,30,31,48,49,53,54,60,63,68,71,76,77,81,82,83,86,88,100,103,104,107,110,114],your_password:81,your_usernam:81,yqchen:[6,7,8,9,10],yymmdd:15,z114:150,z13:[115,126,128,132,134],z14:[123,126,132,139,140,141,150],z15:150,z16:150,z196:150,z_ansible_collections_sampl:150,z_python_interpret:[24,60],zaa:142,zawar:126,zbc12:150,zec12:150,zero:[9,15,28,31,37,38,39,42,48,53],zeroiz:116,zhmc:[114,124,132,146,150],zhmc_adapt:[115,117,132,150],zhmc_adapter_list:[115,116,150],zhmc_consol:[115,150],zhmc_cpc:[115,150],zhmc_cpc_capac:[115,150],zhmc_cpc_list:[115,138,150],zhmc_crypto_attach:[115,150],zhmc_hba:[115,132],zhmc_inventori:150,zhmc_ldap_server_definit:[115,150],zhmc_ldap_server_definition_list:[115,150],zhmc_lpar:[115,150],zhmc_lpar_command:[115,150],zhmc_lpar_list:[115,150],zhmc_lpar_messag:[115,150],zhmc_nic:[115,131,132,150],zhmc_nic_list:[115,150],zhmc_partit:[115,123,130,134,149,150],zhmc_partition_command:[115,150],zhmc_partition_list:[115,132,150],zhmc_partition_messag:[115,150],zhmc_password_rul:[115,150],zhmc_password_rule_list:[115,150],zhmc_session:[115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,139,140,141,142,143,144,145,146,147,148,149,150],zhmc_storage_group:[115,132,150],zhmc_storage_group_attach:[115,139,150],zhmc_storage_volum:[115,150],zhmc_test_lsd_1:124,zhmc_test_role_1:146,zhmc_user:[115,150],zhmc_user_list:[115,150],zhmc_user_pattern:[115,150],zhmc_user_pattern_list:[115,150],zhmc_user_rol:[115,150],zhmc_user_role_list:[115,150],zhmc_vault:150,zhmc_version:[115,150],zhmc_virtual_funct:[115,132],zhmcclient:[114,116,150,152],zhmcclient_mock:150,ziip:[120,126],zinventori:[24,60],zip:[28,48,53],zmf_authent:[80,82,83,84],zmf_bodi:[89,93],zmf_cpm_create_software_inst:[84,86,88],zmf_cpm_get_software_inst:[84,86,88],zmf_cpm_list_software_templ:[84,86,88],zmf_cpm_manage_software_inst:[84,86,88,89,93],zmf_cpm_provision_software_servic:[84,86,88,92,94],zmf_cpm_remove_software_inst:[84,86,88,89,93],zmf_credenti:[82,83],zmf_crt:[81,82,83,100],zmf_host:[81,82,83,89,90,91,92,93,94,95,96,97,98,99,100,101],zmf_kei:[81,82,83,100],zmf_password:[81,82,83,89,90,91,92,93,94,95,96,97,98,99,100,101],zmf_port:[81,82,83,89,90,91,92,93,94,95,96,97,98,99,100,101],zmf_sca:[80,84,86],zmf_swmgmt_csi_queri:[84,88],zmf_swmgmt_identify_missing_critical_upd:[84,86,88],zmf_swmgmt_identify_missing_fixcat_upd:[84,86,88],zmf_swmgmt_search_software_upd:[84,86,88],zmf_swmgmt_system_uuid:84,zmf_swmgmt_zos_system_uuid:[88,95,96,97,98],zmf_user:[81,82,83,89,90,91,92,93,94,95,96,97,98,99,100,101],zmf_workflow:[80,84,86,100],zmf_workflow_complet:[84,86,88],zmf_zmsc_run_management_servic:[84,86,88],zmsc:86,zoa:0,zoau:[16,20,24,27,29,30,36,37,38,39,40,41,53,60,62,70,110],zoau_dir:30,zoau_hom:[24,60],zoau_root:[24,60],zoautil:[24,60],zoautil_dir:[24,60],zoautil_pi:[24,60],zone:95,zoneindex:95,zos:[95,96,97,98,99,103,110],zos_apf:[26,53],zos_arch:[26,48,53],zos_backup_restor:[26,49,53],zos_blockinfil:[26,53],zos_copi:[26,28,34,39,46,48,50,53],zos_data_set:[0,26,30,31,34,35,41,42,53],zos_dataset:[24,60],zos_datset:[24,60],zos_encod:[26,53],zos_encode_out:33,zos_fetch:[26,28,31,50,53],zos_find:[26,53],zos_gather_fact:[26,53],zos_job_output:[26,53],zos_job_queri:[0,16,26,53],zos_job_submit:[26,50,53],zos_lineinfil:[26,53],zos_mount:[26,53],zos_mvs_raw:[0,26,53],zos_oper:[16,26,44,53],zos_operator_action_queri:[26,53],zos_p:[26,50,110],zos_raw:42,zos_script:[26,50,53],zos_ssh:110,zos_system_uuid_respons:99,zos_time_output:127,zos_tso_command:[16,26,46,53],zos_unarch:[26,28,53],zos_volume_init:[26,53],zosmf:[81,82,83,95,96,97,98,99,100],zosmoninterv:15,zossos24unalloc:15,zossos31unalloc:15,zossos64unalloc:15,zossosnewtcb:15,zpy1:15,zvm_cplevel_output:133},titles:["General","z/OS CICS","Contributing","Modules","aux_temp_storage \u2013 Create and remove the CICS auxiliary temporary storage data set","aux_trace \u2013 Allocate auxiliary trace data sets","cmci_action \u2013 Perform actions on CICS and CICSPlex SM resources","cmci_create \u2013 Create CICS and CICSPlex SM definitions","cmci_delete \u2013 Delete CICS and CICSPlex SM resources","cmci_get \u2013 Query CICS and CICSPlex SM resources and definitions","cmci_update \u2013 Update CICS and CICSPlex resources and definitions","csd \u2013 Create, remove, and manage the CICS CSD","global_catalog \u2013 Create, remove, and manage the CICS global catalog","local_catalog \u2013 Create, remove, and manage the CICS local catalog","local_request_queue \u2013 Create and remove the CICS local request queue","region_jcl \u2013 Create CICS startup JCL data set","stop_region \u2013 Stop a CICS region","td_intrapartition \u2013 Create and remove the CICS transient data intrapartition data set","transaction_dump \u2013 Allocate transaction dump data sets","Releases","Requirements of managed nodes","z/OS Core","Contributing","Features","Prerequisites","Filters","Modules","zos_apf \u2013 Add or remove libraries to Authorized Program Facility (APF)","zos_archive \u2013 Archive files and data sets on z/OS.","zos_backup_restore \u2013 Backup and restore data sets and volumes","zos_blockinfile \u2013 Manage block of multi-line textual data on z/OS","zos_copy \u2013 Copy data to z/OS","zos_data_set \u2013 Manage data sets","zos_encode \u2013 Perform encoding operations.","zos_fetch \u2013 Fetch data from z/OS","zos_find \u2013 Find matching data sets","zos_gather_facts \u2013 Gather z/OS system facts.","zos_job_output \u2013 Display job output","zos_job_query \u2013 Query job status","zos_job_submit \u2013 Submit JCL","zos_lineinfile \u2013 Manage textual data on z/OS","zos_mount \u2013 Mount a z/OS file system.","zos_mvs_raw \u2013 Run a z/OS program.","zos_operator \u2013 Execute operator command","zos_operator_action_query \u2013 Display messages requiring action","zos_ping \u2013 Ping z/OS and check dependencies.","zos_script \u2013 Run scripts in z/OS","zos_tso_command \u2013 Execute TSO commands","zos_unarchive \u2013 Unarchive files and data sets in z/OS.","zos_volume_init \u2013 Initialize volumes or minidisks.","Plugins","Contributing","Documentation","Releases","Managed node","Character Sets","Releases and maintenance","Resources","z/OS IMS","Contributing","Prerequisites","Modules","ims_acb_gen \u2013 Generate IMS ACB","ims_catalog_populate \u2013 Add records to the IMS Catalog","ims_catalog_purge \u2013 Purge records from the IMS Catalog","ims_command \u2013 Submit IMS Commands","ims_dbd_gen \u2013 Generate IMS DBD","ims_dbrc \u2013 Submit IMS DBRC Commands","ims_ddl \u2013 Submits Data Definition Language (DDL) SQL statements.","ims_psb_gen \u2013 Generate IMS PSB","Releases","Managed node","IBM Z System Automation","Contributing","Releases","Managed node","Roles","sa_create_dynamic_resource \u2013 Role creates and resumes a dynamic resource","IBM z/OSMF","Contributing","Modules","zmf_authenticate \u2013 Authenticate with z/OSMF server","zmf_sca \u2013 Automate z/OS security requirements validation and provision","zmf_workflow \u2013 Operate z/OS workflows","Releases","Control node","Managed node","Resources","Roles","zmf_cpm_create_software_instance \u2013 Role creates a z/OS software instance","zmf_cpm_get_software_instance \u2013 Role get specific z/OS software instance","zmf_cpm_list_software_templates \u2013 Role lists all published z/OS software templates","zmf_cpm_manage_software_instance \u2013 Role manages a provisioned z/OS software instance","zmf_cpm_provision_software_service \u2013 Role provisions a z/OS software service","zmf_cpm_remove_software_instance \u2013 Role removes a z/OS software instance","zmf_swmgmt_csi_query \u2013 Query a SMP/E CSI data set","zmf_swmgmt_identify_missing_critical_updates \u2013 Identify Missing Critical Software Updates for a Software Instance","zmf_swmgmt_identify_missing_fixcat_updates \u2013 Identify Missing Fixcat Software Updates for a Software Instance","zmf_swmgmt_search_software_updates \u2013 Search a Software Instance for Software Updates","zmf_swmgmt_zos_system_uuid \u2013 Retrieve the z/OS system UUID","zmf_workflow_complete \u2013 Role completes a z/OS workflow","zmf_zmsc_run_management_service \u2013 Role runs a z/OS management service","Red Hat Ansible Certified Content for IBM Z","Installation","Playbooks","Contributing","Documentation","Helpful Links","Releases","Requirements","Errors and Messages","<no title>","Z HMC","Resources","Development","Modules","zhmc_adapter \u2013 Manage an adapter (DPM mode)","zhmc_adapter_list \u2013 List adapters (DPM mode)","zhmc_console \u2013 Manage the HMC","zhmc_cpc \u2013 Manage a CPC","zhmc_cpc_capacity \u2013 Manage temporary processor capacity","zhmc_cpc_list \u2013 List CPCs","zhmc_crypto_attachment \u2013 Manage the crypto configuration of a partition (DPM mode)","zhmc_hba \u2013 Manage an HBA of a partition (z13 only, DPM mode)","zhmc_ldap_server_definition \u2013 Manage an LDAP Server Definition on the HMC","zhmc_ldap_server_definition_list \u2013 List LDAP Server Definitions on the HMC","zhmc_lpar \u2013 Manage an LPAR (classic mode)","zhmc_lpar_command \u2013 Execute OS console command in an LPAR (classic mode)","zhmc_lpar_list \u2013 List LPARs (classic mode)","zhmc_lpar_messages \u2013 Get console messages for OS in an LPAR (classic mode)","zhmc_nic \u2013 Manage a NIC of a partition (DPM mode)","zhmc_nic_list \u2013 List NICs of a partition (DPM mode)","zhmc_partition \u2013 Manage a partition (DPM mode)","zhmc_partition_command \u2013 Execute OS console command in a partition (DPM mode)","zhmc_partition_list \u2013 List partitions (DPM mode)","zhmc_partition_messages \u2013 Get console messages for OS in a partition (DPM mode)","zhmc_password_rule \u2013 Manage an HMC password rule","zhmc_password_rule_list \u2013 List HMC password rules","zhmc_session \u2013 Manage HMC sessions across tasks","zhmc_storage_group \u2013 Manage a storage group (DPM mode)","zhmc_storage_group_attachment \u2013 Manage attachment of a storage group to a partition (DPM mode)","zhmc_storage_volume \u2013 Manage a storage volume (DPM mode)","zhmc_user \u2013 Manage an HMC user","zhmc_user_list \u2013 List HMC users","zhmc_user_pattern \u2013 Manage an HMC user pattern","zhmc_user_pattern_list \u2013 List HMC user patterns","zhmc_user_role \u2013 Manage an HMC user role","zhmc_user_role_list \u2013 List HMC user roles","zhmc_versions \u2013 Retrieve HMC/CPC version and feature facts","zhmc_virtual_function \u2013 Manage a virtual function of a partition (DPM mode)","Releases","Managed node","Troubleshooting"],titleterms:{"default":[3,23],"function":[23,24,60,149],"import":23,"new":[0,19,53,74,114],"return":[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,27,28,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,62,63,64,65,66,67,68,69,81,82,83,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149],"transient":17,Are:0,IMS:[58,62,63,64,65,66,67,69],Using:3,abl:110,acb:62,across:138,action:[6,44,50],adapt:[116,117],add:[24,27,60,63],addit:[0,24,60],affect:110,after:0,all:91,alloc:[5,18],also:[12,13,15,28,30,31,34,35,41,42,44,45,46,48,49,100,116,117,131,132,134],ani:[0,110],ansibl:[0,22,59,102,103,110],ansible_librari:[24,60],ansible_zos_modul:[24,60],apf:27,archiv:28,arg_typ:23,argument:[23,24,60],askpass:110,attach:140,authent:[81,110],author:27,autom:[54,72,82,103],aux_temp_storag:4,aux_trac:5,auxiliari:[4,5],avail:[19,53,70,74,84],backup:29,befor:0,behind:0,best:0,beta1:70,beta2:70,beta3:70,beta:70,betterargpars:[22,23],block:30,bugfix:53,build:[103,114],built:23,can:[0,110],capac:120,catalog:[12,13,63,64],caus:110,certifi:[0,102],chang:53,charact:55,check:[0,45],cic:[0,1,3,4,6,7,8,9,10,11,12,13,14,15,16,17],cicsplex:[6,7,8,9,10],classic:[126,127,128,129],cli:[24,60],cmci:20,cmci_act:6,cmci_creat:7,cmci_delet:8,cmci_get:9,cmci_upd:10,collect:[0,110],command:[43,47,65,67,127,133],commun:0,complet:[0,100],concept:104,configur:[0,24,60,122],consol:[127,129,133,135],content:[0,102],contribut:[0,2,22,51,59,73,79,105],control:[24,60,85,109],copi:31,core:21,cpc:[119,121,148],creat:[4,7,11,12,13,14,15,17,77,89],critic:96,crypto:122,csd:11,csi:95,custom:[0,23],data:[4,5,15,17,18,28,29,30,31,32,34,35,40,48,68,95],dbd:66,dbrc:67,ddl:68,debug:104,defin:[0,23],definit:[7,9,10,68,124,125],delet:8,depend:[23,24,45,60,100],deprec:53,detail:[24,60],develop:[0,2,22,24,59,60,114],directori:[24,60],displai:[37,44],document:[0,52,106,114],doe:110,download:0,dpm:[116,117,122,123,130,131,132,133,134,135,139,140,141,149],dump:18,dure:110,dynam:77,encod:33,enterpris:54,environ:[0,114],error:110,exampl:[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,23,24,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,60,62,63,64,65,66,67,68,69,77,81,82,83,89,90,91,92,93,94,95,96,97,98,99,100,101,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149],exclus:23,execut:[43,47,110,127,133],exist:103,facil:27,fact:[36,148],fail:[0,110],featur:[23,53,148],fetch:34,file:[0,28,41,48],filter:25,find:[0,35],fix:110,fixcat:97,frequent:0,fresh:103,from:[34,64],galaxi:103,gather:36,gener:[0,62,66,69],get:[90,110,129,135],global:12,global_catalog:12,group:[3,139,140],guid:53,hat:102,have:[0,110],hba:123,help:107,hmc:[112,118,124,125,136,137,138,142,143,144,145,146,147,148],host:110,how:[0,110],hub:103,ibm:[0,54,72,78,102,110],idempot:0,identifi:[96,97],ims_acb_gen:62,ims_catalog_popul:63,ims_catalog_purg:64,ims_command:65,ims_dbd_gen:66,ims_dbrc:67,ims_ddl:68,ims_psb_gen:69,initi:49,instal:[0,24,60,103],instanc:[89,90,92,94,96,97,98],instead:110,intrapartit:17,inventori:104,issu:[0,53],jcl:[15,39],job:[37,38],kei:[24,60],know:0,known:53,languag:68,latest:0,ldap:[124,125],leav:0,librari:27,line:30,link:107,list:[91,117,121,125,128,131,134,137,143,145,147],local:[13,14,103],local_catalog:13,local_request_queu:14,login:110,lpar:[126,127,128,129],mainten:56,major:53,manag:[11,12,13,20,24,30,32,40,54,60,71,75,86,92,101,109,110,116,118,119,120,122,123,124,126,130,132,136,138,139,140,141,142,144,146,149,151],match:35,matrix:56,memori:0,messag:[44,110,129,135],method:[24,60],minidisk:49,minor:53,miss:[96,97],mock:[24,60],mode:[0,116,117,122,123,126,127,128,129,130,131,132,133,134,135,139,140,141,149],modul:[0,3,22,24,26,53,59,60,61,80,110,115],mount:41,much:0,multi:30,mutual:23,need:[0,110],nic:[130,131],node:[20,24,54,60,71,75,85,86,109,151],note:[27,28,30,31,33,34,35,39,40,41,42,43,45,46,48,62,63,64,65,66,67,68,69,70,74,77,83,84,89,90,91,92,93,94,95,96,97,98,99,100,101,139,140,141],object:0,offer:0,onli:123,open:[0,54],oper:[0,33,43,83],option:23,osmf:[78,81],other:0,output:37,overrid:103,packag:[24,60],paramet:[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,46,47,48,49,62,63,64,65,66,67,68,69,77,81,82,83,110,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149],pars:22,part:0,particular:0,partit:[122,123,130,131,132,133,134,135,140,149],password:[136,137],pattern:[144,145],perform:[6,33],ping:45,playbook:[0,104,110],plugin:50,port:53,practic:0,pre:[103,110],preced:0,prerequisit:[24,60],privat:103,privileg:110,problem:[0,110],processor:120,program:[27,42],prompt:110,provis:[3,20,82,92,93],psb:69,publish:91,purg:64,pytest:[24,60],python:[0,54,71,110],queri:[9,38,95],queue:14,ram:0,reach:110,record:[63,64],red:102,redhat:0,refer:[3,19,70,84],region:16,region_jcl:15,releas:[0,19,53,56,70,74,84,103,108,114,150],remov:[4,11,12,13,14,17,27,94],repositori:114,request:14,requir:[0,20,23,44,53,82,109,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,139,140,141,142,143,144,145,146,147,148,149],resourc:[6,8,9,10,24,57,60,77,87,113],restor:29,resum:77,retriev:[99,148],role:[76,77,88,89,90,91,92,93,94,100,101,146,147],rule:[0,136,137],run:[0,24,42,46,60,101,104,110],sa_create_dynamic_resourc:77,sampl:0,script:46,sdk:54,search:98,secret:114,secur:82,see:[12,13,15,28,30,31,34,35,41,42,44,45,46,48,49,100,116,117,131,132,134],seek:[0,110],server:[81,103,124,125],servic:[93,101],session:138,set:[4,5,15,17,18,28,29,32,35,48,55,95,114],shell:54,should:[0,110],smp:95,softwar:[89,90,91,92,93,94,96,97,98],special:110,specif:[0,90],sql:68,ssh:[24,60,110],start:114,startup:15,statement:68,statu:38,stop:16,stop_region:16,storag:[4,139,140,141],submit:[39,65,67,68],support:[0,56,110],synopsi:[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,62,63,64,65,66,67,68,69,77,81,82,83,89,90,91,92,93,94,95,96,97,98,99,100,101,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149],system:[36,41,72,99,110],target:110,task:[20,138],td_intrapartit:17,templat:91,temporari:[4,120],test:[0,22,24,59,60,110,114],textual:[30,40],them:0,thi:110,tip:[24,60],trace:5,track:0,transact:18,transaction_dump:18,troubleshoot:[110,152],tso:47,type:23,unarch:48,unit:[24,60],unsupport:110,updat:[0,10,96,97,98],upgrad:0,usag:[24,60],user:[110,142,143,144,145,146,147],using:[0,110],uss:110,util:54,uuid:99,valid:82,valu:[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,27,28,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,62,63,64,65,66,67,68,69,81,82,83,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149],variabl:[89,90,91,92,93,94,95,96,97,98,99,100,101,104,114],version:[0,19,53,70,74,84,103,114,148,150],virtual:149,volum:[29,49,141],warn:110,what:[0,19,74,110],when:[0,110],where:0,which:[0,110],why:110,workflow:[83,100],z13:123,zhmc_adapt:116,zhmc_adapter_list:117,zhmc_consol:118,zhmc_cpc:119,zhmc_cpc_capac:120,zhmc_cpc_list:121,zhmc_crypto_attach:122,zhmc_hba:123,zhmc_ldap_server_definit:124,zhmc_ldap_server_definition_list:125,zhmc_lpar:126,zhmc_lpar_command:127,zhmc_lpar_list:128,zhmc_lpar_messag:129,zhmc_nic:130,zhmc_nic_list:131,zhmc_partit:132,zhmc_partition_command:133,zhmc_partition_list:134,zhmc_partition_messag:135,zhmc_password_rul:136,zhmc_password_rule_list:137,zhmc_session:138,zhmc_storage_group:139,zhmc_storage_group_attach:140,zhmc_storage_volum:141,zhmc_user:142,zhmc_user_list:143,zhmc_user_pattern:144,zhmc_user_pattern_list:145,zhmc_user_rol:146,zhmc_user_role_list:147,zhmc_version:148,zhmc_virtual_funct:149,zmf_authent:81,zmf_cpm_create_software_inst:89,zmf_cpm_get_software_inst:90,zmf_cpm_list_software_templ:91,zmf_cpm_manage_software_inst:92,zmf_cpm_provision_software_servic:93,zmf_cpm_remove_software_inst:94,zmf_sca:82,zmf_swmgmt_csi_queri:95,zmf_swmgmt_identify_missing_critical_upd:96,zmf_swmgmt_identify_missing_fixcat_upd:97,zmf_swmgmt_search_software_upd:98,zmf_swmgmt_zos_system_uuid:99,zmf_workflow:83,zmf_workflow_complet:100,zmf_zmsc_run_management_servic:101,zoau:[0,71],zos_apf:27,zos_arch:28,zos_backup_restor:29,zos_blockinfil:30,zos_copi:[31,110],zos_data_set:32,zos_encod:33,zos_fetch:[34,110],zos_find:35,zos_gather_fact:36,zos_import_mock:[24,60],zos_job_output:37,zos_job_queri:38,zos_job_submit:39,zos_lineinfil:40,zos_mount:41,zos_mvs_raw:42,zos_oper:43,zos_operator_action_queri:44,zos_p:45,zos_script:46,zos_tso_command:47,zos_unarch:48,zos_volume_init:49}}) \ No newline at end of file