Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
A Case Else statement introduces statements to be executed if no match is found for the initial Case. A Case statement has been found after a Case Else in the same Select block.
Error ID: BC30321
To correct this error
- Move the Case Else to the appropriate location after the Case statement.