ibmnew wrote:
>A error occurred.The job abend.
>IFC135I PROCESSING TERMINATED ACCIN READ ERROR
Of course. You've DISABLED the logstream. You can't try using the
LOGSTREAM with that job if you disabled the LOGSTREAM.
>It seems a permanent I/O error has occurred on SYSPLEX.LOGREC.ALLRECS
data set
Either fall back to SYS1.LOGREC or fix your LOGSTREAM and then do the
command SETLOGRC LOGSTREAM. Then rerun your job.
One way to recover without to rebuild everything is try switching to
LOGSTREAM and try out this job to clear out and lose everything, but
everything will be resetted (hopefully):
//CLEAR EXEC PGM=IFCEREP1,PARM='CARD'
//ACCIN DD DSN=???,
// SUBSYS=(LOGR,IFBSEXIT,,'DELETE'),
// DCB=(RECFM=VB,BLKSIZE=4000)
//ACCDEV DD DUMMY
//SERLOG DD DUMMY
//DIRECTWK DD UNIT=SYSDA,SPACE=(CYL,(500,400))
//TOURIST DD SYSOUT=*,DCB=BLKSIZE=133
//EREPPT DD SYSOUT=*,DCB=BLKSIZE=133
//SYSABEND DD SYSOUT=*
//SYSIN DD *
SYSUM
ACC=N
HIST=Y
TABSIZE=1024K
LINECT=60
You will get some errors, but if your NEXT normal logrec jobs run fine, then
hopefully your problem is solved.
Failing that: Check your LOGSTREAM definition and the structures in the XCF.
Also check that it is available from the failing system.
HTH!
Groete / Greetings
Elardus Engelbrecht
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html