Skip to content

Commit

Permalink
NONRLS vsam mode if variable not initialized (#3935)
Browse files Browse the repository at this point in the history
Signed-off-by: pz636264 <[email protected]>
  • Loading branch information
pavelzlatnik authored Aug 14, 2024
1 parent 6acc8e2 commit a4ff599
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions workflows/files/ZWECONF.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1848,7 +1848,11 @@ echo ' # VSAM configurations if you are using VSAM as Caching Service storage
echo ' vsam:' >> "${instance-zowe_runtimeDirectory}/zowe.yaml"
echo ' # VSAM data set with Record-Level-Sharing enabled or not' >> "${instance-zowe_runtimeDirectory}/zowe.yaml"
echo ' # Valid values could be: NONRLS or RLS.' >> "${instance-zowe_runtimeDirectory}/zowe.yaml"
#if (${instance-zowe_setup_vsam_mode})
echo ' mode: $!{instance-zowe_setup_vsam_mode}' >> "${instance-zowe_runtimeDirectory}/zowe.yaml"
#else
echo ' mode: NONRLS' >> "${instance-zowe_runtimeDirectory}/zowe.yaml"
#end
echo ' # Volume name if you are using VSAM in NONRLS mode' >> "${instance-zowe_runtimeDirectory}/zowe.yaml"
echo ' volume: "$!{instance-zowe_setup_vsam_volume}"' >> "${instance-zowe_runtimeDirectory}/zowe.yaml"
echo ' # Storage class name if you are using VSAM in RLS mode' >> "${instance-zowe_runtimeDirectory}/zowe.yaml"
Expand Down

0 comments on commit a4ff599

Please sign in to comment.