diff --git a/bin/commands/init/stc/index.sh b/bin/commands/init/stc/index.sh index ec77fbabba..c26cf6e7e8 100644 --- a/bin/commands/init/stc/index.sh +++ b/bin/commands/init/stc/index.sh @@ -115,7 +115,7 @@ else print_message "Please manually verify if this path works for your environment, especially when you are working in Sysplex environment." fi result=$(cat "//'${prefix}.${ZWE_PRIVATE_DS_SZWESAMP}(ZWESLSTC)'" | \ - sed "s/^\/\/STEPLIB .*\$/\/\/STEPLIB DD DSNAME=${authLoadlib},DISP=SHR/" | \ + sed "s/^\/\/STEPLIB .*\$/\/\/STEPLIB DD DSNAME=${authLoadlib},/" | \ sed "s#^CONFIG=.*\$#CONFIG=$(convert_to_absolute_path ${ZWE_CLI_PARAMETER_CONFIG})#" \ > "${tmpfile}") code=$?