> SELECT CUSTOMER <<A,"ENTER CUSTOMER NUMBER ">> WITH FLAG

There is probably an item called "7", but not one called "31" in either
DICT CUSTOMER or VOC.

Put the quote marks outside the prompt text.
  SELECT CUSTOMER "<<A,ENTER CUSTOMER NUMBER >>" WITH FLAG
 

The 1st way will prompt (the quote marks literally appear):
   "ENTER CUSTOMER NUMBER "= 
the 2nd:
    ENTER CUSTOMER NUMBER =

The 1st will execute:
  SELECT CUSTOMER 7 WITH FLAG
the 2nd:
  SELECT CUSTOMER "7" WITH FLAG
-------
u2-users mailing list
[email protected]
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to