Skip to content

Commit

Permalink
Merge pull request #4097 from zowe/user/zlatnikp/changepfxtarget
Browse files Browse the repository at this point in the history
issue4083 change prefix meaning
  • Loading branch information
MarkAckert authored Dec 2, 2024
2 parents 997db98 + 90dcf2b commit 6352529
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion example-zowe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ zowe:
# MVS data set related configurations
dataset:
# **COMMONLY_CUSTOMIZED**
# where Zowe MVS data sets will be installed
# where are existing Zowe SZWEEXEC Target libraries
prefix: IBMUSER.ZWEV3
# **COMMONLY_CUSTOMIZED**
# PROCLIB where Zowe STCs will be copied over
Expand Down
8 changes: 4 additions & 4 deletions workflows/files/ZWECONF.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
</workflowInfo>
<!--variables-->
<variable name="zowe_setup_dataset_prefix" scope="instance" visibility="public">
<label>Zowe setup MVS prefix</label>
<abstract>Where Zowe MVS data sets will be installed</abstract>
<description>Where Zowe MVS data sets will be installed</description>
<label>Prefix of existing Zowe SZWEEXEC Target libraries</label>
<abstract>Prefix of existing SZWEEXEC Target libraries created during PSWI or SMP/E</abstract>
<description>Prefix of existing SZWEEXEC Target libraries created during PSWI or SMP/E installation phase</description>
<category>zowe</category>
<string valueMustBeChoice="false" multiLine="false">
<!-- Put validation here -->
Expand Down Expand Up @@ -1475,7 +1475,7 @@ echo ' setup:' >> "${instance-zowe_runtimeDirectory}/zowe.yaml"
echo ' # MVS data set related configurations' >> "${instance-zowe_runtimeDirectory}/zowe.yaml"
echo ' dataset:' >> "${instance-zowe_runtimeDirectory}/zowe.yaml"
echo ' # **COMMONLY_CUSTOMIZED**' >> "${instance-zowe_runtimeDirectory}/zowe.yaml"
echo ' # where Zowe MVS data sets will be installed' >> "${instance-zowe_runtimeDirectory}/zowe.yaml"
echo ' # where are existing Zowe SZWEEXEC Target libraries' >> "${instance-zowe_runtimeDirectory}/zowe.yaml"
echo ' prefix: $!{instance-zowe_setup_dataset_prefix}' >> "${instance-zowe_runtimeDirectory}/zowe.yaml"
echo ' # **COMMONLY_CUSTOMIZED**' >> "${instance-zowe_runtimeDirectory}/zowe.yaml"
echo ' # PROCLIB where Zowe STCs will be copied over' >> "${instance-zowe_runtimeDirectory}/zowe.yaml"
Expand Down

0 comments on commit 6352529

Please sign in to comment.