Define the FDRREORG NOREORG List
New installations
If you have FDRREORG, you may want to review the default FDRREORG NOREORG List and may want to update it, to inhibit certain data sets from ever being reorganized.
Existing installations
If you have FDRREORG, you can use the FDRREORG NOREORG List from your previous release. It can be copied in this dialog (the COPY option), or you may have already copied it with the COPY option on panel A.I.4. In either case, you may want to review and update it.
Panel A.I.5A – FDRREORG NOREORG list
Select option 5A (SETREORG) on the FDR Installation Options Menu that brings you to this panel. Like other FDR options, the FDRREORG NOREORG List resides in a load module in the FDR program library.
FDRREORG NOREORG List – Panel A.I.5A
COMMAND ===>
PLEASE PRESS THE "ENTER" KEY TO DISPLAY THE TABLE
FDR PROGRAM LIBRARY DATA SET:
DATA SET NAME ===> 'IDP.MODFDR54'
VOLUME SERIAL ===>
FDR program library data set
If the name of the FDR program library is not correct, correct it (optionally you can specify the volume serial if it is not cataloged for some reason). This is the library where the NOREORG List is stored; it must already contain a copy of the module FDRNORG.
Refreshing the list in LLA
If the FDR program library is in the system link list, even though you save the updated list, the LLA facility of the operating system may still have a back-level version of the FDRNORG module. However, if you execute FDRSTART (the FDR dynamic exit installation program), it will also refresh the LLA copies of all of the FDR lists and tables. FDRSTART can be executed using the “REFRESH” command on the FDR Installation Options Menu (panel A.I.4, see Set-FDR-Global-Options).
FDRREORG NOREORG list panel
Once you press ENTER on the previous panel, this panel is displayed, showing the current contents of the FDRREORG NOREORG List and allowing you to modify it. The example shown below is the default NOREORG list distributed by BMC (all “SYS1” data sets are inhibited).
FDRREORG NOREORG List
COMMAND ===>
SAVE - SAVE CHANGES COPY - COPY THE MODULE CANCEL - EXIT IMMEDIATELY
RESET - RESET MODULE FIND - FIND A STRING HELP - TUTORIAL PANELS
CMD NOREORG STATEMENT (NOTE: VALIDATION IS DELAYED UNTIL MODULE IS SAVED)
--- ----+----1----+----2----+----3----+----4----+----5----+----6----+----7-
NOREORG DSN=SYS1.**
******************************* Bottom of data *******************************
Basic line commands (I – insert; D – delete; R – repeat) are used to add and delete entries in the list.
Each entry must begin with a NOREORG command as shown above. NOREORG supports two operands:
DSN=
Defines one or more data set names or name masks (as described in Generic-Data-Set-Name-Selection). If multiple names are specified, enclose them in parenthesis, for example, DSN=(SYS1.**,SYS2.**)
VOL=
Defines one or more DASD volume serials or volume serial prefixes. A prefix is specified by following it with an asterisk, for example, VOL=ABC*. If multiple serials or prefixes are specified, enclose them in parenthesis, for example, VOL=(TSO123,ABC*)
If DSN= appears on a NOREORG statement without VOL=, the named data sets are protected from reorganization when they are found on any DASD volume.
If VOL= appears on a NOREORG statement without DSN=, all data sets on the named volumes are protected from reorganization.
If DSN= and VOL= both appear, the named data sets are protected only when they are found on one of the named volumes.
Multiple NOREORG statements may be included in the list. If the DSN= and VOL= parameters are too long to fit on one line, continue the statement by ending the line after any command and inserting the continuation on the next line.
On the COMMAND line, enter “SAVE” to save the updated list, “RESET” to reset it to default list, and “COPY” to copy the list from a previous release.