common requirement to retrieve data from many or all of these companies in a
function. This can be achieved in one select statement by using the
crossCompany keyword. If just the keyword is used, it will search all companies.
You can also specify a container that defines which companies to search.
1 2 3 4 5 6 7 | container conCompanies = [ 'cee', 'ceu' ]; custTable custTable; while select crossCompany : conCompanies custTable { print custTable.accountNum; } pause; |
Best Regards,
Hossein Karimi
No comments:
Post a Comment