Useful notes
Review the following miscellaneous notes:
Using special characters in object names
The ISPF editor command line can fail to accept some character sequences when you specify a QMF object name as a parameter for theCOPY
, MOVE
, CREATE
, REPLACE
,
and SAVEAS
commands. Combinations of strings that
are enclosed in quotation marks or special characters that cannot
be parsed on the ISPF command line can cause the procedure failure.
You can bypass this restriction by entering a blank parameter to launch
the editor object name prompt panel and entering the object name there.Saving empty or zero-length objects
Use the standard QMFSAVE
command
to save empty (zero-length) objects by automatically saving a blank
line to the QMF catalog. The QMF Enhanced Editor re-creates this
behavior by also adding a blank line when it saves any objects that
have no data records. The QMF temporary storage area
The QMF temporary storage area contains data for the current query or procedure object. This area is updated by the SAVE command or when you end the editor after data changes. If the object is named, the QMF catalog is also updated. TheCREATE
, MOVE
, REPLACE
,
and SAVEAS
commands read and write only to the QMF catalog and do not update the QMF temporary storage area.