PROFILE definitions in group DFHISC

The CICS®-supplied CSD group DFHISC contains the following PROFILE definitions for intersystem communication sessions:
DFHCICSF
CICS uses this profile for the session to the remote system or region when a CICS application program issues a function shipping request.
The definition is:
PROFILE(DFHCICSF)
GROUP(DFHISC)
SCRNSIZE(DEFAULT)
MSGJRNL(NO)
MSGINTEG(NO)
ONEWTE(NO)
DVSUPRT(ALL)
INBFMH(ALL)
RAQ(NO)
LOGREC(NO)
NEPCLASS(000)
DFHCICSI
CICS uses this profile for the session to the remote system or region when a CICS application program issues an IIOP request.
The definition is:
PROFILE(DFHCICSI)
DESCRIPTION(CICS IIOP profile for outbound method requests)
RTIMOUT(NO)
DFHCICSR
CICS uses this profile in transaction routing for communication between the user transaction (running in the application-owning region) and the interregion link or APPC link.
The definition is:
PROFILE(DFHCICSR)
GROUP(DFHISC)
SCRNSIZE(DEFAULT)
MSGJRNL(NO)
MSGINTEG(NO)
ONEWTE(NO)
DVSUPRT(ALL)
INBFMH(ALL)
RAQ(NO)
LOGREC(NO)
NEPCLASS(000)
DFHCICSS
CICS uses this profile in transaction routing for communication between the relay transaction (running in the terminal-owning region) and the interregion link or APPC link. You can specify a different profile by means of the TRPROF option on the TRANSACTION definition.
The definition is:
PROFILE(DFHCICSS)		
GROUP(DFHISC)
SCRNSIZE(DEFAULT)
MSGJRNL(NO)
MSGINTEG(NO)
ONEWTE(NO)
DVSUPRT(ALL)
INBFMH(ALL)
RAQ(NO)
LOGREC(NO)
NEPCLASS(000)