Library cics.cics.sdfhload is broken (dfhrpl)
Submitted by aktarus on Mon, 2008-11-10 05:04.
My library cics.cics.sdfhload is empty !
All files are not found ! How can i repare it ?
it arrived after I submit this job :
000001 //INQSET1S JOB NOTIFY=&SYSUID
000003 //BMSUP EXEC PGM=DFHBMSUP,PARM='INQSET1',REGION=2M
000004 //STEPLIB DD DSN=CICS.CICS.SDFHLOAD,DISP=SHR
000005 //BMSOUT DD DSN=CICS.CICS.SDFHLOAD,DISP=SHR
000006 //DFHRPL DD DSN=CICS.CICS.SDFHLOAD,DISP=SHR
000007 //SYSDUMP DD SYSOUT=*
Inqset1 is a mapset. And I work under os/390
How can i restore my library ?
Thank you very much.

Compile?
What are you trying to do?
Are trying to compile the mapset?
The DFHRPL DD statement is only needed in the CICS address space JCL, not a comnpile.
Ian