0911: Difference between revisions

From BR Wiki
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 OPTION specified
|More than one [[Option (statement)]] specified
|OPTION was specified more than once.
|Option was specified more than once.
|Each program may have only one OPTION statement. Combine the parameters for all the OPTION statements into a single statement.
|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.