Skip to content

Installing M+R Components

M+R components are included in the CMNZMF libraries in the ChangeMan ZMF installer.

Execute these steps to install M+R components.

  1. Allocate a permanent WALKTHRU PDS library with these characteristics:

    Primary space allocation 80 Blocks
    Secondary space allocation 100 Blocks
    Directory Blocks 10
    Record Format VB
    Logical Record Length 4096
    Block Size 4100
  2. Copy these members from the vendor CMNZMF SAMPLES library to the WALKTHRU library:

    • WALKBAS

    • WALKDV1

    • WALKDV2

  3. Allocate a permanent sequential PROJECTS data set with these characteristics:

    Primary space allocation 20 Blocks
    Secondary space allocation 400 Blocks
    Record Format FB
    Logical Record Length 80
    Block Size 6000
  4. Grant the following data set access to all potential users of M+R:

    1. READ/WRITE authority to the PROJECTS file.

    2. READ authority to the vendor WALK THRU library.

  5. Copy panel SEROJECT from the vendor CMNZMF PANELS library to your custom ChangeMan ZMF panel library. Edit the )INIT section of the panel to assign values to these variables:

    Variable Value
    &CDFPROJ DSN of the PROJECTS data set allocated previously.
    &CDFSAMPL DSN of the WALKTHRU library allocated previously.
    &CDFUNIT Generic unit for allocating user work data sets. Variable CDFUNIT is preset to SYSDA.
    Note: User work data sets are cataloged data sets that hold intermediate or final results from the M+R reconcile process. Work user data sets include the WIS (Work In Suspense) file, the PRINT file, and the EXPORT file. M+R can automatically allocate these files for each user.
    &CDFDSNQ High level qualifier(s) for user work data set names. The maximum length is 24 characters. Use literal strings and/or system variables like &ZPREFIX or &ZUSER. M+R automatically inserts &ZUSER as a mid-level DSN qualifier unless variable CDFDSNQ is set to &ZUSER. CDFDSNQ is preset to CDFUSER, which is the logon ID of the user.

    Save your changes to panel SEROJECT.

  6. Copy panel SER@PRIM from the vendor CMNZMF PANELS library to your custom panels library. Edit the )INIT section of the panel to assign a value to variable \&CDFTIME:

    Variable Value
    &CDFTIME Set to YES to check for a TIME parameter in the JOB card in generated batch jobs. Set to NO to suppress this check.

    Save your changes to panel SER@PRIM.

  7. Stop and start the SERNET started task running ChangeMan ZMF.