The Web User Interface server repository (EYUWREP) contains the Web User Interface server's view and menu definitions. You can use the IDCAMS utility to create a VSAM file for these definitions as follows:
DEFINE CLUSTER ( -
NAME( dsname ) -
VOLUMES( dsvol )
RECORDS( 5000 5000 )
RECORDSIZE( 8192 32000 ) -
CONTROLINTERVALSIZE( 8192 ) -
SPANNED -
INDEXED
KEYS( 20 20 )
SHAREOPTIONS( 2 ) -
)
Each Web User Interface server must have its own Web User Interface server repository that cannot be shared with any other Web User Interface server.
You can copy the Web User Interface server repository from one Web User Interface server to another using IDCAMS, DFSMSdss or equivalent utility. For example, you may wish to copy the Web User Interface server repository from your test system to your production system.
You should migrate definitions using the import and export functions. For information, see the CICSPlex® System Manager Web User Interface Guide.
It is recommend that you back up the Web User Interface server repository data as the repository is updated whenever changes are made using the View Editor or when definitions are imported using the COVC transaction. You can back up the Web User Interface repository by using IDCAMS, DFSMSdss or equivalent utility.
Sample JCL to create the Web User Interface repository is provided, called EYUJWREP, in SEYUINST.