Top Secret Audit files show Current Allocation Different From Current Utilization
search cancel

Top Secret Audit files show Current Allocation Different From Current Utilization

book

Article ID: 46513

calendar_today

Updated On:

Products

Top Secret

Issue/Introduction

 Getting the Info for the AUDIT files, the current allocation is different from the current utilization.
 The CAKOJCL0(TSSMAINA) job successfully ran and gave RC=0000.

 

Resolution

-To allocate the AUDIT files you must use the CAKOJCL0(TSSMAINA) job.
 
-You must be sure that the values specified for the BLOCKS allocation and the BLKSIZE in the JCL statement are the same that the ones specified in the TSSIN DD card
 
E.g:
 
//jobname JOB (ACCT#) 
//*********************************************************************
//*                                                                   *
//*  CREATE THE TOP SECRET AUDIT/TRACKING FILE                     *
//*                                                                   *
//*  CUSTOMIZE THIS JOB AS FOLLOWS:                                   *
//*                                                                   *
//*  .  INSERT A VALID JOBCARD(ABOVE).                                *
//*                                                                   *
//*  .  TAILOR THE PROC STATEMENT AND TSSIN-DD TO MEET YOUR SITE      *
//*     STANDARDS.                                                    *
//*                                                                   *
//*  .  ENSURE THAT THE BLOCKS= SPECIFICATION ON THE AUDTFILE DD      *
//*     IS THE SAME AS THE BLOCKS= SPECIFICATION.                     *
//*                                                                   *
//*  REFER TO THE TOP SECRET INSTALLATION GUIDE FOR                *
//*  FURTHER INFORMATION ON THE TSSMAINT UTILITY PROGRAM.             *
//*                                                                   *
//*********************************************************************
//TSSMAINT     PROC     PRINT='*',     /* SYSOUT O/P DESTINATION     */
//             HL='FR52M.KOG0SPXX',    /* HIGH LEVEL QUALIFIER       */
//             CAI='FR52M.KOG0SP00',   /* HIGH LEVEL QUALIFIER       */
//             SYSDA=SYSDA,            /* LOCAL DASD DEVICE          */
//             BLKSIZE=6144,          /* AUDIT FILE BLOCKSIZE       */
//             BLOCKS=20,              /* NUMBER OF BLOCKS           */
//             VOLSER=TSO52C           /* DASD VOLSER FOR NEW FILE   */
//*                                                                    
//TSSMAINA     EXEC     PGM=TSSMAINT                                   
//STEPLIB      DD       DSN=&CAI..CAKOLINK,DISP=SHR                    
//MAINTOUT     DD       SYSOUT=&PRINT                                  
//AUDTFILE     DD       DSN=&HL..AUDIT2,  
//             SPACE=(&BLKSIZE,(&BLOCKS)),UNIT=&SYSDA,   
//             DISP=(,CATLG,DELETE),VOL=SER=&VOLSER,     
//             DCB=KEYLEN=1                              
//MAINTIN      DD       DDNAME=TSSIN                     
//             PEND                                      
//*                                                      
//AUDIT        EXEC     TSSMAINT                         
//TSSIN        DD *                                      
CREATE AUDIT                                             
ID=AUDIT2                                                
BLOCKS=20                                                
BLOCKSIZE=6144                                          
/*                                                                                   
 

 You have to reallocate the AUDIT files. Once done, update your TSSproc accordingly, Pause Top Secret, and restart  with S TSSproc,,,REINIT