DB2 graphic  QMF Version 8

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 CANNOT 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 UDB for z/OS, 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)
  7. Using the SAVE command in a QMF procedure:
    PROC MODIFIED LINE 1
    
    SAVE DATA AS
    +"LOCATION12345678"."LONGOWNERID1234567891123456789212345678931234567894123
    +4567123456789112345678921234567893123456789412345678951234567896123456789
    +712345"."LONGNAME12345678911234567892123456789312345678941234567895123456
    +78961234567897123456789112345678921234567893123456789412345"


Go to the previous page Go to the next page

Downloads | Library | Support | Support Policy | Terms of use | Feedback
Copyright IBM Corporation 1982,2004 Copyright IBM Corporation 1982, 2004
timestamp Last updated: March, 2004