Examples

  1. To display a prompt panel for saving a form:
      SAVE FORM ?
  2. To include a comment with a saved query:
      SAVE QUERY MISSING (COMMENT=(WHAT I CAN'T LOCATE)
  3. To save a query in QMF temporary storage into the database at the current location:
      SAVE QUERY AS HAZEL.QUERY3
  4. To save a QMF object to a remote database server (MADRID), first connect to that location:
      CONNECT TO MADRID
    then save the object:
      SAVE FORM AS FORMAT2
  5. If your current location is DB2 for OS/390, and you want to save your data to an existing table (HAZEL.STATUS) at a remote database location (BILLINGS):
      SAVE DATA AS BILLINGS.HAZEL.STATUS
  6. QMF Administrator (QMFADM) saving a procedure for another user (HAZEL):
    SAVE PROC HAZEL.MONTHLY (COMMENT=(MONTHLY PROCESS)
[ Previous Page | Next Page | Contents | Index ]