Setting your default processing options
Many of the processing operations performed by File Manager utilize default values that can be set from within the File Manager application. By adjusting these values, you can customize File Manager so that its behavior is best suited to your needs. Your settings for these options are stored in your ISPF profile, and are invoked when you log in, regardless of which workstation you use.
You can update these default values by accessing the relevant processing option panel.
To access a processing option panel, use any one of the following methods:
- From the File Manager Primary Options Menu:
- Select Option 0 (Settings). The Set Processing Options Menu panel is displayed.
- Select the required processing options type from the menu.
- From any File Manager panel, use the Options pull-down menu to select the required processing options type:
- On the Command/Options line of any File Manager panel, enter an
equals sign (=), followed by the option number for the required processing
type. For example, to display the Set Tape Processing Options panel,
enter
=0.3
.
When you select an option processing type, File Manager displays a panel listing those options and their current values. The following notes apply to all of these option panels:
- To change the value of an option, overtype its current value.
- To save the options you have changed and exit the panel, press
the Exit function key (F3).
Changes are saved in your ISPF user profile for future File Manager sessions. They remain in effect until you change the option again.
- To exit a panel without saving changes, press the Cancel function key (F12).
- To reset all options on the panel to their installation defaults,
enter
RESET
on the Command line. - The options on these panels only affect the behavior of File Manager panels. To set options when programming with File Manager functions, use the equivalent function keywords. You can set most options using the SET function (see SET (Set Processing Options)). For Compiler Language Selection, COBOL, PL/I or HLASM options (for compiling copybooks into templates), use the keywords on the same function where you specify the copybook (the DSEB, DSC, DSG, DSM, DSP, or DSU functions).
The use of most of these processing options is discussed in the section that the option affects. For example, the use of Set Print Processing Options panel is described in the Printing from File Manager section of the Managing data sets chapter. Only those processing options that affect more than one area of File Manager functionality are described in this section.
Related topics