The VLIB.USACUST view
descriptor was created as follows. This descriptor includes SORT and
WHERE statements to specify selection criteria.
proc access dbms=adabas ad=mylib.custs;
create vlib.usacust.view;
select all;
reset isn telephone streetaddress
city "STATE-ZIPLAST2" ziplast2;
mvf "BRANCH-OFFICE" reset br_any
branch_1 branch_3 branch_4;
subset where country = 'USA';
subset sort customer;
run;