Repository Server procedure

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

Related reading: For information about starting the RS, see Starting the Repository Server.

Customize the following sample procedure and then submit it to start an RS.

Sample procedure to initialize an RS address space

//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
//*