Skip to content

How to check the operation of "tmp_hlq" #765

Closed Answered by ketankelkar
HanaOkubo asked this question in Q&A
Discussion options

You must be logged in to vote

To address your second question first, it is useful to use tmp_hlq for temporary data sets in cases where the ansible user does not have sufficient permissions on the target z/OS system to create data sets using the default HLQ (high level qualifier) typically defined in our collection as the ansible user's username. For example, I run playbooks against my z/VM with the ansible_user set to omvsadm and thus the temporary HLQ used by the ibm_zos_core collection is omvsadm unless I specifically override via the tmp_hlq module parameter.

It is a bit tricky to visually confirm the temporary data sets which are created by the collection, largely because the tmp_hlq value is passed down to the Z…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ddimatos
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants