IFB081I - LOGREC DATA SET IS FULL



IBM OS/370, MVS, OS/390, Linux, TPF, VM/CMS, VM/ESA, VSE/ESA, z/VM, z/VSE, z/OS, z/OS.e etc...

IFB081I - LOGREC DATA SET IS FULL

Postby m4mainframe » Sat Aug 31, 2013 3:36 pm

I am getting this informational error message on the console -
*03.32.46          *IFB081I LOGREC DATA SET IS FULL,03.32.46,
*        DSN=SYS1.LOGREC                                     


Is there any way to get rid of it? How to increase the size of the LOG Dataset - SYS1.LOGREC?
                              Data Set Information                             
 Command ===>                                                                   
                                                                    More:     +
 Data Set Name . . . . : SYS1.LOGREC                                           
                                                                               
 General Data                           Current Allocation                     
  Management class . . : **None**        Allocated cylinders : 6               
  Storage class  . . . : **None**        Allocated extents . : 1               
   Volume serial . . . : JASYS1                                                 
   Device type . . . . : 3390                                                   
  Data class . . . . . : **None**       Current Utilization                     
   Organization  . . . : PSU             Used cylinders  . . : 6               
   Record format . . . : U               Used extents  . . . : 1               
   Record length . . . : 0                                                     
   Block size  . . . . : 1944                                                   
   1st extent cylinders: 6                                                     
   Secondary cylinders : 0                                                     
   Data set name type  :                                                       
                                                                               
   Creation date . . . : 2009/04/30      Referenced date . . : 2013/07/14       
   Expiration date . . : ***None***                                             
                                                                               
                                                                               
   ISFPCU41 *DSLIST  -ISFPCU4                                                   
m4mainframe
 
Posts: 13
Joined: Tue Aug 13, 2013 10:04 am
Has thanked: 0 time
Been thanked: 1 time

Re: IFB081I - LOGREC DATA SET IS FULL

Postby enrico-sorichetti » Sat Aug 31, 2013 3:54 pm

google with
how to clear sys1 logrec
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
enrico-sorichetti
Global moderator
 
Posts: 2994
Joined: Fri Apr 18, 2008 11:25 pm
Has thanked: 0 time
Been thanked: 164 times

Re: IFB081I - LOGREC DATA SET IS FULL

Postby steve-myers » Sat Aug 31, 2013 4:52 pm

Mr. Sorichetti is correct. Back when I was a real system programmer I used to have a job handy to do just that.

Before you reset the data set - you will find it's a very simple job that only requires a few seconds to run - you want to run the report writer to display what is in the data set. This is rather more complex and beyond the scope of this forum. Most production shops have a procedure in place to run the report writer and clear the LOGREC data set.
steve-myers
Global moderator
 
Posts: 2105
Joined: Thu Jun 03, 2010 6:21 pm
Has thanked: 4 times
Been thanked: 243 times

Re: IFB081I - LOGREC DATA SET IS FULL

Postby m4mainframe » Sat Aug 31, 2013 4:54 pm

I ran the following JCL -

//IFCDIP00 JOB 'ACCT#','CLEAR SYSLOG',MSGLEVEL=(1,1),                   
//             CLASS=A,MSGCLASS=A,NOTIFY=&SYSUID                       
//******************************************************************** 
//* CLEAR AND INITIALIZE HARDWARE EVENT RECORDER DATASET             * 
//******************************************************************** 
//IFCDIP00 EXEC PGM=IFCDIP00                                           
//SERERDS  DD  DSN=SYS1.LOGREC,DISP=OLD,                               
//             VOL=SER=JASYS1,          <-- CHANGE TO SYSRES VOLSER     
//             UNIT=3390                <-- CHANGE TO SYSRES UNIT       

Still, I can see the same dataset information as i posted previously i.e. no difference in space allocation and space usage (# of CYL(s)) and also when i am trying to see\view the SYS1.LOGREC directly or from the SDSF;LOG, it's still having all those logs which existed earlier before submission of the JCL. Can you please guide me?
m4mainframe
 
Posts: 13
Joined: Tue Aug 13, 2013 10:04 am
Has thanked: 0 time
Been thanked: 1 time

Re: IFB081I - LOGREC DATA SET IS FULL

Postby steve-myers » Sat Aug 31, 2013 9:10 pm

The contents of SYS1.LOGREC are binary; only the report writer program can transform the contents to something a biological brain can hope to understand (or more accurately sort of understand). I suspect you will find most of the data will turn out to be software records, but that's just a guess on my part since it's been 10+ years since I looked at a report.
steve-myers
Global moderator
 
Posts: 2105
Joined: Thu Jun 03, 2010 6:21 pm
Has thanked: 4 times
Been thanked: 243 times


Return to Operating Systems

 


  • Related topics
    Replies
    Views
    Last post