The following rules apply to defining parameters in a CA Ideal subprogram:
fixed length-If you are using dynamic matching, then the length must be equal to or greater than the actual passed data item. The Characters attribute specifies the maximum length of the data item. If the item length is less when passed, then the actual length is the length assigned to the parameter.
If you are using identical matching, the length must be the same.
variable length-If you are using dynamic matching with update intent, length must be equal to or greater than actual passed data item.
If you are not using matching with update intent, whether dynamic or identical matching, length must be the same.
If you are using identical matching, internal type and digits values must match.
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|