Starting the Repository Server

To start the Repository Server (RS), submit a customized RS startup procedure.

Perform the following procedure:

Procedure

  1. Make sure that you have performed system definition for the IMSRSC repository.
  2. Customize the following startup procedure:
    //FRP12A   PROC RGN=0M,SOUT=A,
    //*
    //IEFPROC  EXEC PGM=BPEINI00,REGION=0M,
    //  PARM='BPEINIT=FRPINI00,BPECFG=BPECONFG,FRPCFG=FRPCONFG' 
    //*
    //STEPLIB  DD  DSN=RESLIB_dataset_name,DISP=SHR
    //*
    //PROCLIB  DD  DSN=PROCLIB_dataset_name,DISP=SHR
    //*
    //FRPPRINT DD  SYSOUT=&SOUT
    //SYSPRINT DD  SYSOUT=&SOUT
    //SYSUDUMP DD  SYSOUT=&SOUT
    //* 

    Make sure that the values specified in this JCL for the BPECFG= and FRPCFG= parameters match the values specified in the FRP and BPE configuration members of the IMS PROCLIB data set.

  3. Submit the RS startup procedure.
If the RS is started successfully as the active RS, then the FRP2002I message is issued.

If another RS is already started in the same z/OS® cross-system coupling facility group, a FRP2001I message is issued, indicating that the subordinate RS is started.

During startup of both the active and subordinate RS, the FRP2006I message is issued.

When the RS has started successfully and is ready to accept client connections, the FRP2025I message is issued.