Saving a Copy of the List
The SAVE command allows you to save a copy of the list for future use. The saved list contains as many entries as the currently displayed list. Any tailoring you do with the SORT command, FILTER command, VIEW command, and the HIDE line operator determines the content of the saved list.
For example, if the entries statement reads as follows, the saved list will have 85 entries and 39 data columns:
SCROLL ===> PAGE
Entries 1-14 of 85
Data Columns 16-19 of 42
To save a list, enter SAVE on the command line followed by the name you want to use to identify the list (see Figure 1). Do not use a name that begins with DGT, ISP, or ISR. These prefixes are reserved for ISMF and ISPF tables. If you use other dialogs under ISPF, do not choose a list name that duplicates the name of any table used by the dialog.
Panel List Dataset Utilities Scroll Help
--------------------------------------------
DATA SET LIST
Command ===> save thislist
Enter Line Operators Below:
LINE
OPERATOR DATA SET NAME
---(1)---- ------------(2)------------
USER230.ISMF.LKED
USER230.ISMF.MACLIB
USER230.ISMF.NEWNAME
COMMAND ===> save thislist replace
Once you
have saved a list, you can use ISPF services against it. For example,
using ISPF file tailoring and table services, you can read, scan,
and update the list. You can also format the list for printing. The
list can be accessed in both the foreground and the background.- The first character for data set list variables is X.
- The first character for DASD volume list variables is Y.
- The first character for mountable optical volume list variables is K.
- The first character for mountable tape volume list variables is J.
- The first character for management class variables is R.
- The first character for data class variables is Q.
- The first character for storage class variables is U.
For more information on using ISPF services, see ISPF Dialog Management Services.