版次注意事項


|10.29 Documentation Error in CLP Return Codes

|In the Command Line Processor Return Codes section of Chapter 2, the second |paragraph should appear as follows:

|For example, the following Bourne shell script executes the GET DATABASE |MANAGER CONFIGURATION command, then inspects the CLP return code:

|   db2 get database manager configuration
|   if [ "$?" = "0" ]
|   then echo "OK!"
|   fi


[ 頁面頂端 | 前一頁 | 下一頁 | 目錄 | 索引 ]