24 About the Command Line InterfaceFormatting ConsiderationsQuotation marks (" ") used as part of a name or label require specialconsideration when you run the CLI and script commands on a Microsoft®Windows® operating system. The following explains the use of quotationmarks in names while running CLI and script commands on Windows.When quotation marks (" ") are part of an argument, you must insert abackslash (\) before each quotation mark character unless you are ininteractive mode. For example:-c "set storageArray userLabel=\"Engineering\";"where Engineering is the storage array name.You cannot use quotation marks (" ") as part of a character string (also calledstring literal) within a script command. For example, you cannot enter thefollowing string to set the storage array name to "Finance"Array:-c "set storageArray userLabel=\"\"Finance\"Array\";"On a Linux operating system, the delimiters around names or labels are singlequotation marks (‘ ’). The Linux versions of the previous examples are:-c ‘set storageArray userLabel="Engineering";’Detailed Error ReportingError data collected from an error encountered by the CLI is written to a file.Detailed error reporting under the CLI works as follows:• If the CLI must abnormally end execution or abort script commandexecution, error data is collected and saved before the CLI aborts.• The CLI automatically saves the error data by writing the data to a filewith a standard name.• The CLI does not have any provisions to avoid overwriting an existingversion of the file containing error data.For error processing, errors appear as two types:• Parameter or syntax errors you might enter• Exceptions that occur as a result of an operational error