Skip to content

Commit b39f8ad

Browse files
Updated release notes
1 parent ad76f73 commit b39f8ad

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

docs/source/release_notes.rst

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,33 @@ Availability
139139
* `Galaxy`_
140140
* `GitHub`_
141141

142+
Requirements
143+
------------
144+
145+
The IBM z/OS core collection has several dependencies, please review the `z/OS core support matrix`_ to understand both the
146+
controller and z/OS managed node dependencies.
147+
148+
Known Issues
149+
------------
150+
151+
- ``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.
152+
- ``zos_job_submit`` - when submitting JCL, the response value returned for **byte_count** is incorrect.
153+
154+
- ``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.
155+
156+
- If the appropriate level of ZOAU can not be installed, some options are to:
157+
158+
- Specify that the ASA assembler option be enabled to instruct the assembler to use ANSI control characters instead of machine code control characters.
159+
- Ignore module errors by using **ignore_errors:true** for a specific playbook task.
160+
- 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
161+
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**.
162+
- 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.
163+
164+
- ``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.
165+
166+
- 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.
167+
168+
142169
Version 1.9.3
143170
=============
144171

0 commit comments

Comments
 (0)