-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bugfix/393/tmp hlq ddstatements: Adds tmphlq to create_temp datasets …
…in DDStatements. (#414) * Added tmphlq variable for StdinDefinition and OutputDefinition init * Added tmphlq variable to inpud_dd and output_dd statements * # This is a combination of 2 commits. # This is the 1st commit message: Added the tmphlq in a different funtion in case we need to set extra attributes in the future # This is the commit message #2: Fixing pep8 issues * Added the tmphlq in a different funtion in case we need to set extra attributes in the future Fixing pep8 issues Updated dependency finder resolved pep8 issue * fixed wrong key * Modified VIODefinition call Added removed comma Pulled dependency finder Got latest dependency finder * Added changelog for tmp_hlq dd_statements change Added new line at the end of file Added new line at the end of file
- Loading branch information
1 parent
c745d0a
commit fd359d6
Showing
3 changed files
with
37 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
minor_changes: | ||
- > | ||
zos_mvs_raw - Ensures that temporary datasets created by DD Statements use the tmp_hlq specified. | ||
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 provies a way to override | ||
the defaults. (https://github.com/ansible-collections/ibm_zos_core/pull/414). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters