

Application Execution (AE) Messages › › IDAETERR11 - Parameter attribute error
IDAETERR11 - Parameter attribute error
Reason:
- Structure of data items and corresponding parameters must be the same.
- Precision of numeric data items must be identical if identical matching is specified in the subprogram.
- Length of any data item must not exceed the length of its corresponding parameter if the subprogram uses dynamic matching; and must be identical if the subprogram specifies identical-matching.
- The number of occurrences for a data-item must not exceed the declared number of occurrences in the parameter if dynamic matching is used; and must be identical if identical-matching is specified.
- DEPENDING ON field must occupy same relative position.
- Use only a single alphanumeric level-1 PARAMETER item when a program accepts a parameter from the RUN command.
Action:
Review the rules for subprogram parameter matching as documented in the CA Ideal Creating Programs Guide to make sure the parameter attributes are similar.
Copyright © 2015 CA Technologies.
All rights reserved.
 
|
|