HP OpenVMS Systemsask the wizard |
The Question is:
The on-line datatrieve help does not document
the command FIND CURRENT in either VAX (5.5) or
Alpha (7.1) versions of datatrieve.
The command...
find current with ast_booking_id = "PCT";
worked fine on a VAX but gives the following
error when run on the Alpha...
Expected end of statement, encountered "CURRENT".
Here is the main part of the procedure
$ mc dtr32
set dictionary cdd$top.bvi
ready bvi_db read
find delinquen_bo_view sorted ascending
FIND CURRENT WITH AST_BOOKING_TYPE = "PCT" AND
AST_NET_AMOUNT = 0;
The Answer is : Please contact the Compaq Customer Support Center.
|