XF edit macro

The XF (exclude find) macro is useful in cases where you want to EXCLUDE certain parameters when editing PARMGEN’s configuration profiles. For example, you can EXCLUDE all parameters for started tasks, then FIND all occurrences of these parameters so you can quickly issue a CHANGE ALL command.

IBM provides an XF macro with PARMGEN for your use. The macro comprises the following commands:

ISREDIT MACRO (FARG)
ISREDIT EXCLUDE ALL
ISREDIT F &FARG ALL

Example

  1. Do an EXCLUDE FIND of all *_STC parameters in the WCONFIG(%RTE_NAME%) PARMGEN runtime environment profile.
    EDIT TSTEST.&userid.&rtename.WCONFIG(&rte)
    Command ===>XF _STC                                Scroll ===> CSR
    ****** ***************************** Top of Data
    - - -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -   443 Line(s) not displayed
    000444 RTE_STC_PREFIX                    IBM
    - - -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  - 29 Line(s) not displayed
    000515 RTE_CANSETE_STC                   IBMETE
    - - -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  2 Line(s) not displayed
    000518 RTE_CANSCN_STC                    IBMCN
    - - -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  - 87 Line(s) not displayed
    000625 KDS_TEMS_STC                      IBMDSST
    ****** **************************** Bottom of Data
  2. Customize all *_STC started task parameters using the TSS1 naming convention by changing all IBM references to TSS1 as shown in the following example:
    EDIT TSTEST.&userid.&rtename.WCONFIG(&rte)
    Command ===>C ' IBM' ' TSS1' ALL+                  Scroll ===> CSR