Looking at
this post I found some lines of code where DFHRPL appears. Don't know if it's ok because he said he's writing his own CICS startup JCL and tried to code it like that.
//DFHRPL DD DSN=CICSTS.CICS660.SDFHLOAD,DISP=SHR
// DD DSN=CICSTS.CICS660.SDFHAUTH,DISP=SHR
// DD DSN=CICSTS.CICS660.SDFJAUTH,DISP=SHR
// DD DSN=CEE.SCEECICS,DISP=SHR
// DD DSN=CEE.SCEERUN2,DISP=SHR
// DD DSN=CEE.SCEERUN,DISP=SHR
But all of them are already allocated, I think I must create a new one that doesn't exists...