Skip to content

Commit

Permalink
add different message ids for VSAM errors (#3760)
Browse files Browse the repository at this point in the history
* add different message ids

Signed-off-by: at670475 <[email protected]>

* fix message

Signed-off-by: at670475 <[email protected]>

* fix exit code

Signed-off-by: at670475 <[email protected]>

* address Dan's comment

Signed-off-by: at670475 <[email protected]>

* address Dan's comment

Signed-off-by: at670475 <[email protected]>

---------

Signed-off-by: at670475 <[email protected]>
Co-authored-by: Mark Ackert <[email protected]>
  • Loading branch information
taban03 and MarkAckert authored Mar 19, 2024
1 parent a72d2e8 commit 5bdd3b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/commands/init/vsam/index.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ vsam_volume=
if [ "${vsam_mode}" = "NONRLS" ]; then
vsam_volume=$(read_yaml "${ZWE_CLI_PARAMETER_CONFIG}" ".zowe.setup.vsam.volume")
if [ -z "${vsam_volume}" ]; then
print_error_and_exit "Error ZWEL0157E: Zowe Caching Service VSAM data set Non-RLS volume (zowe.setup.vsam.volume) is not defined in Zowe YAML configuration file." "" 157
print_error_and_exit "Error ZWEL0157E: Zowe Caching Service VSAM data set volume (zowe.setup.vsam.volume) is not defined in Zowe YAML configuration file." "" 157
fi
fi
vsam_storageClass=
Expand Down

0 comments on commit 5bdd3b4

Please sign in to comment.