Examples

  1. To display a prompt panel for the QMF IMPORT command:
      IMPORT ?
  2. To copy the data queue VTAB to the table REYNOLDS.VISIONS:
      IMPORT TABLE REYNOLDS.VISIONS FROM VTAB (QUEUETYPE=TD
  3. To copy the data queue QUERY.A to the query REYNOLDS.QUERYA:
    IMPORT QUERY REYNOLDS.QUERYA 
        FROM 'QUERY.A' (QUEUETYPE=TS
  4. QMF Administrator (QADM) saving a form for another user (JOHN):
    SAVE FORM JOHN.REPORT12 (COMMENT=(12 MONTH FORMAT)
[ Previous Page | Next Page | Contents | Index ]