0911: Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Error | {{Error | ||
|0911 | |0911 | ||
|More than one | |More than one [[Option (statement)]] specified | ||
| | |Option was specified more than once. | ||
|Each program may have only one | |Each [[program]] may have only one Option statement. Combine the [[parameters]] for all the Option statements into a single statement. | ||
}} | }} | ||
[[Category:Error Codes]] | [[Category:Error Codes]] |
Latest revision as of 12:57, 20 May 2014
Summary: |
More than one Option (statement) specified |
---|---|
Cause: |
Option was specified more than once. |
Remedy: |
Each program may have only one Option statement. Combine the parameters for all the Option statements into a single statement. |