*RMC16001 - 07/15/2010 - A new batch utility is available to provide * batch updating of the ROPELPRO data set while * the data set is open in CICS. * *Problem Summary: * A new batch utility program that incorporates the use of the * ROPES External Call Interface services to allow for batch data * maintenance of the ROPELPRP content. This provides a batch "ROLI" * functionality. * *Temporary Fix: * The following replacement object modules must be obtained from * technical support: * ROPECTBL, ROPEFSCP, ROPEKTBL, ROPEUTIL, ROPEXPLR, ROPEXPLS * The following new object modules must be obtained from * technical support: * ROPEICTL, ROPEXPLD * The following new source modules must be obtained from * technical support: * ASMXPLD, ROPEFSCA, ROPEXPCA, ROPEXPLD, ROPEXPLM, RUNICTL * *SPECIAL INSTRUCTIONS: * You must have a CONNECTION definition that you can use with this * facility. It should be defined along these lines: * DEFINE CON(ROCS) G(ROPESPCT) DE(EXCI Specific Connection) * * N(ROPEXPLR) AC(IRC) PR(Exci) C(Specific) * * You must have a SESSIONS definition that you can use with this * facility. It should be defined along these lines: * DEFINE S(ROCS) G(ROPESPCT) DE(EXCI Specific Session) C(ROCS) * * PR(Exci) RECEIVEC(40) RECEIVEP(RS) USERI(valid id) IO(4096,4096) * * Alter the above definitions as required by your installation. * * You must alter the supplied ROPEXPLD module to match these new * definitions. Edit the ROPEXPLD source member supplied and * assemble it using the ASMXPLD job stream supplied. Refer to the * documentation for a full description of this table and the macro * instruction parameters. This facility uses the value ROLI for the * transaction name (P= parameter). * *Documenation Changes: * Documentation changes are provided seperately, either as stand- * alone documents or as updates to the relevant manuals. * *Permanent Fix: * This feature will be incorporated by PTF in the next release of * ROPES. * *End Of Document