Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
SQLストアドプロシージャを実行するKornスクリプトがあります。Autosysジョブはこのスクリプトを呼び出します。autosysジョブでストアドプロシージャのステータスをキャプチャしたい。現在、ストアドプロシージャが失敗した場合でも、シェルスクリプトが成功するため、autosysは成功をキャプチャします(スクリプトでエラーをキャプチャできますが、スクリプト自体は失敗しません)。ストアドプロシージャが失敗し、autosysジョブが失敗した場合、スクリプトを失敗させるにはどうすればよいですか。
ゼロ以外の戻りコードで終了します。例:
exit 1