HP P9000 Business Continuity Manager Reference Guide (T5253-96058, September 2011)

Table Of Contents
Say "#-- END YKDEMO12."
Exit
/*
* PrintErrorMessage: This procedure prints all of the error messages
* in the Message structure when a CLI command failed.
*/
PrintErrorMessage: procedure expose DEMO_MSG.
Do x = 1 To DEMO_MSG.0
Say "Severity = " || DEMO_MSG.x.Severity
Say "Text = " || DEMO_MSG.x.Text
Say "Value = " || DEMO_MSG.x.Value
End
Return 0
300 CLI Commands