- To display a prompt panel for saving a form:
SAVE FORM ?
- To include a comment with a saved query:
SAVE QUERY MISSING (COMMENT=(WHAT I CAN'T LOCATE)
- To save a query in QMF temporary storage into the database at the current
location:
SAVE QUERY AS HAZEL.QUERY3
- 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
- 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
- QMF Administrator (QMFADM) saving a procedure for another user (HAZEL):
SAVE PROC HAZEL.MONTHLY (COMMENT=(MONTHLY PROCESS)
[