This looks correct. You JCL runs TMSCOPY to backup the TMC and audit 
files. If the audit file gets down to 3 records, your tape processing 
would stop until you ran TMSCOPY.

The message may be due to a much larger tape activity on a one time bases, 
in which case you likely need look no further. But if it is from normal 
growth, then you will start seeing the message more often, in which case 
you will either need to run TMSCOPY more frequently, or expand your audit 
file.

Thank you and have a Terrific day!

Jonathan Goossen, ACS, CL
Tape Specialist
ACT Mainframe Storage Group
Personal: 651-361-4541
Department Support Line: 651-361-5555

IBM Mainframe Discussion List <IBM-MAIN@bama.ua.edu> wrote on 07/18/2011 
11:12:59 AM:

> From: esmie moo <esmie_...@yahoo.ca>
> To: IBM-MAIN@bama.ua.edu
> Date: 07/18/2011 11:18 AM
> Subject: CA-1 TMS QUESTION - IEFTMS9 TMC BACKUP REQUIRED
> Sent by: IBM Mainframe Discussion List <IBM-MAIN@bama.ua.edu>
> 
> Good Morning Gentle Readers,
>  
> I was called because the following message was coming up on the console:
> IEFTMS9 TMC BACKUP REQUIRED, AUDIT FILE UTILISATION IS CURRENTLY 82%.
>  
> I executed the following job:
> //STEP1     EXEC PGM=TMSCOPY,REGION=7M      
> //TMSRPT     DD  SYSOUT=*                                        
> //TMSOPTNS   DD  DISP=SHR,DSN=SYS4.TMS.PARMLIB(TMSOPTNS)         
> //DUMPDD     DD  DSN=TMS.HESZ94M1(+1),UNIT=TAPE,                 
> //          LABEL=1,DISP=(,CATLG),DCB=(DUMDSCB,BLKSIZE=32640),   
> //          VOL=(,RETAIN)                
> //DUMPDD2    DD  DSN=TMS.HESZ94M2(+1),UNIT=TAPE,                 
> //          LABEL=1,DISP=(,CATLG),DCB=(DUMDSCB,BLKSIZE=32640),   
> //          VOL=(,RETAIN),DATACLAS=OFFSITE                       
> //AUDITDD    DD  DSN=SYS4.TMS.AUDIT,DISP=SHR                     
> //AUDUMP     DD  DSN=&&AUDIT,UNIT=PASS,DISP=(,PASS),             
> //     SPACE=(CYL,(20,5)),DCB=BLKSIZE=8880  
> //
> 
*                                                                               
> //STEP2     EXEC PGM=IEBGENER,COND=(0,LT)                              
> //SYSPRINT   DD  SYSOUT=*                                              
> //SYSUT1     DD  DSN=&&AUDIT,DISP=(OLD,PASS)                           
> //SYSUT2     DD  
DSN=TMS.HESZ94AF(+1),UNIT=TAPE,LABEL=2,                      
> //    VOL=REF=*.STEP1.DUMPDD,DISP=(,CATLG),DCB=(DUMDSCB,BLKSIZE=32560) 
> //SYSIN      DD  
> DUMMY                                                              
> //*                                               
> //STEP3     EXEC PGM=IEBGENER,COND=(0,LT)                              
> //SYSPRINT   DD  SYSOUT=*                                              
> //SYSUT1     DD  DSN=&&AUDIT,DISP=(OLD,DELETE)                         
> //SYSUT2     DD  DSN=TMS.HESZ94AF.COPYIDS(+1),UNIT=TAPE,LABEL=2,       
> //     VOL=REF=*.STEP1.DUMPDD2,DATACLAS=OFFSITE,                       
> //     DISP=(NEW,CATLG),DCB=(DUMDSCB,BLKSIZE=32560)                    
> //SYSIN      DD  DUMMY                                                 
> //*                                                                    
>  
> What I would like to know if this is the correct action to take or 
> should I have done something else.  Please advise.
>  
> Thanks in advance.
> 
> 
>  
>  
> 
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
> Search the archives at http://bama.ua.edu/archives/ibm-main.html


This e-mail message and all attachments transmitted with it may
contain legally privileged and/or confidential information intended
solely for the use of the addressee(s). If the reader of this
message is not the intended recipient, you are hereby notified that
any reading, dissemination, distribution, copying, forwarding or
other use of this message or its attachments is strictly
prohibited. If you have received this message in error, please
notify the sender immediately and delete this message and all
copies and backups thereof. Thank you.

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to