From 5bdd3b43fcacc4e1414a0493ef3d7b1cbf6f8966 Mon Sep 17 00:00:00 2001 From: Andrea Tabone <39694626+taban03@users.noreply.github.com> Date: Tue, 19 Mar 2024 18:12:58 +0100 Subject: [PATCH] add different message ids for VSAM errors (#3760) * add different message ids Signed-off-by: at670475 * fix message Signed-off-by: at670475 * fix exit code Signed-off-by: at670475 * address Dan's comment Signed-off-by: at670475 * address Dan's comment Signed-off-by: at670475 --------- Signed-off-by: at670475 Co-authored-by: Mark Ackert <35308966+MarkAckert@users.noreply.github.com> --- bin/commands/init/vsam/index.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/commands/init/vsam/index.sh b/bin/commands/init/vsam/index.sh index acf3ae06cb..f40e606b6a 100644 --- a/bin/commands/init/vsam/index.sh +++ b/bin/commands/init/vsam/index.sh @@ -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=