Pertinent Operator Commands for Auditing

The Adabas Audit Server processes the same operator commands that may be given to an Adabas nucleus. For example, ADAEND will terminate the Adabas Audit Server.

For more information about Adabas operator commands and how to enter them, refer to the Adabas for Mainframes documentation > Operations.

This section describes only those operator commands pertinent to the operation of the Adabas Audit Server and to Adabas Auditing activated in an Adabas nucleus.

The following table categorizes the commands as they apply to the Adabas nucleus and to the Adabas Audit Server and the following subsections describe each command in detail.

Command Category Applicable Commands
Adabas nucleus

AUDCONNECT

DAUDPARM

DAUDSTAT

Adabas Audit Server

AUDCONNECT

DAUDPARM

DAUDSTAT

FEOFAL


AUDCONNECT Command

Use AUDCONNECT to dynamically force a connection attempt to either a specific Auditing Server or Adabas database ID or to all related Auditing Server or Adabas database IDs.

One of the parameters of the AUDCONNECT command must be specified. There is no default. The parameters are described in the following table:

Parameter Forces a reconnection attempt with
ALL All known Auditing Server or Adabas database IDs
dbid The specified Auditing Server or Adabas database ID

AUDCONNECT Command against an Adabas Nucleus

The AUDCONNECT operator command may be issued against an Adabas Nucleus as follows:

Syntax:

F <Nucleus>,AUDCONNECT=[dbid|ALL]
Force a connection attempt with the specified Auditing server or all related Auditing servers.

AUDCONNECT Command against an Adabas Audit Server

The AUDCONNECT operator command may be issued against an Adabas Audit Server as follows:

Syntax:

F <AuditServer>,AUDCONNECT=[dbid|ALL]
Force a connection attempt with the specified Adabas database ID or all related Adabas database IDs.

DAUDPARM Command

Use DAUDPARM to display the audit parameters for an Adabas nucleus (with auditing turned on) or for an Adabas Audit Server.

DAUDPARM Command against an Adabas Nucleus

The DAUDPARM operator command may be issued against an Adabas nucleus (with auditing turned on) as follows:

Syntax:

F <AuditServer>,DAUDPARM,GLOBALS
Displays global parameters.
F <AuditServer>,DAUDPARM,F=filelist
Displays the specified file parameters.
F <AuditServer>,DAUDPARM,DATABASE
Displays database parameters.

A filelist is a comma separated list of file numbers and may also contain a range in the format n-m. A filelist with a range should be used with caution as it will list all files in the range whether they exist or not.

Example: Display Global Parameters

F AUDITDB,DAUDPARM,GLOBALS

Produces the following output:

ADAAEV 01701 2021-01-12 19:52:50 Auditing definitions:               
ADAAEV 01701 2021-01-12 19:52:50 Global definitions:                 
ADAAEV 01701 2021-01-12 19:52:50  Connect count .... :              3
ADAAEV 01701 2021-01-12 19:52:50  Connect interval   :             60
ADAAEV 01701 2021-01-12 19:52:50  Message interval   :             60
ADAAEV 01701 2021-01-12 19:52:50  Message limit .... :             20
ADAAEV 01701 2021-01-12 19:52:50  Warn increment ... :             12
ADAAEV 01701 2021-01-12 19:52:50  Warn percent ..... :             70
ADAN41 01701 2021-01-12 19:52:50 Function completed                  

Example: Display File Parameters

F AUDITDB,DAUDPARM,F=100,101

Produces the following output:

ADAAEV 01701 2021-01-12 20:01:49 Auditing definitions:               
ADAAEV 01701 2021-01-12 20:01:49                                     
ADAAEV 01701 2021-01-12 20:01:49 File 100                            
ADAAEV 01701 2021-01-12 20:01:49  File is active                     
ADAAEV 01701 2021-01-12 20:01:49  Server ID ........ :           1702
ADAAEV 01701 2021-01-12 20:01:49  Access commands:                   
ADAAEV 01701 2021-01-12 20:01:49   ACBX ............ : Yes           
ADAAEV 01701 2021-01-12 20:01:49   Client info ..... : Yes           
ADAAEV 01701 2021-01-12 20:01:49   Format buffer ... : Yes           
ADAAEV 01701 2021-01-12 20:01:49   Search buffer ... : Yes           
ADAAEV 01701 2021-01-12 20:01:49   Value buffer .... : Yes           
ADAAEV 01701 2021-01-12 20:01:49  Delete commands:                   
ADAAEV 01701 2021-01-12 20:01:49   ACBX ............ : Yes           
ADAAEV 01701 2021-01-12 20:01:49   Client info ..... : Yes           
ADAAEV 01701 2021-01-12 20:01:49  Insert commands:                   
ADAAEV 01701 2021-01-12 20:01:49   ACBX ............ : Yes           
ADAAEV 01701 2021-01-12 20:01:49   Client info ..... : Yes           
ADAAEV 01701 2021-01-12 20:01:49   Format buffer ... : Yes           
ADAAEV 01701 2021-01-12 20:01:49  Update commands:                   
ADAAEV 01701 2021-01-12 20:01:49   ACBX ............ : Yes           
ADAAEV 01701 2021-01-12 20:01:49   Client info ..... : Yes           
ADAAEV 01701 2021-01-12 20:01:49   Format buffer ... : Yes           
ADAAEV 01701 2021-01-12 20:01:49                                     
ADAAEV 01701 2021-01-12 20:01:49 File 101                            
ADAAEV 01701 2021-01-12 20:01:49  File is active                     
ADAAEV 01701 2021-01-12 20:01:49  Server ID ........ :           1702
ADAAEV 01701 2021-01-12 20:01:49  Access commands:                   
ADAAEV 01701 2021-01-12 20:01:49   ACBX ............ : Yes           
ADAAEV 01701 2021-01-12 20:01:49   Client info ..... : Yes           
ADAAEV 01701 2021-01-12 20:01:49   Format buffer ... : Yes           
ADAAEV 01701 2021-01-12 20:01:49   Search buffer ... : Yes           
ADAAEV 01701 2021-01-12 20:01:49   Value buffer .... : Yes           
ADAAEV 01701 2021-01-12 20:01:49  Delete commands:                   
ADAAEV 01701 2021-01-12 20:01:49   ACBX ............ : Yes           
ADAAEV 01701 2021-01-12 20:01:49   Client info ..... : Yes           
ADAAEV 01701 2021-01-12 20:01:49  Insert commands:                   
ADAAEV 01701 2021-01-12 20:01:49   ACBX ............ : Yes           
ADAAEV 01701 2021-01-12 20:01:49   Client info ..... : Yes
ADAAEV 01701 2021-01-12 20:01:49   Format buffer ... : Yes
ADAAEV 01701 2021-01-12 20:01:49  Update commands:        
ADAAEV 01701 2021-01-12 20:01:49   ACBX ............ : Yes
ADAAEV 01701 2021-01-12 20:01:49   Client info ..... : Yes
ADAAEV 01701 2021-01-12 20:01:49   Format buffer ... : Yes
ADAN41 01701 2021-01-12 20:01:49 Function completed       

Example: Display Database Parameters

F AUDITDB,DAUDPARM,DATABASE

Produces the following output:

ADAAEV 01701 2021-01-12 19:52:50 Auditing definitions:
ADAAEV 01701 2021-01-12 19:52:50 Database definitions:
ADAAEV 01701 2021-01-12 19:52:50 Database Serverid : 65535
ADAAEV 01701 2021-01-12 19:52:50 Database Admin : Y
ADAAEV 01701 2021-01-12 19:52:50 Database DDL : Y
ADAAEV 01701 2021-01-12 19:52:50 Database Oper .... : Y
ADAN41 01701 2021-01-12 19:52:50 Function completed

DAUDPARM Command against an Adabas Audit Server

The DAUDPARM operator command may be issued against an Adabas Audit Server as follows:

Syntax:

F <AuditServer>,DAUDPARM
Displays all parameters.
F <AuditServer>,DAUDPARM,GLOBALS
Displays global parameters.
F <AuditServer>,DAUDPARM,D=destination
Displays the specified destination.
F <AuditServer>,DAUDPARM,S=subscription
Displays the specified subscription.

Example: Display Global Parameters

F AUDITSRV,DAUDPARM,GLOBALS

Produces the following output:

ADAI29 Oper cmd: DAUDPARM,GLOBALS 
ADAA00 01702 2021-01-07 18:16:33 Auditing definitions:               
ADAA00 01702 2021-01-07 18:16:33 Global definitions:                 
ADAA00 01702 2021-01-07 18:16:33  Auditing pool warning:             
ADAA00 01702 2021-01-07 18:16:33   Increment ....... :             10
ADAA00 01702 2021-01-07 18:16:33   Message interval  :             60
ADAA00 01702 2021-01-07 18:16:33   Message limit ... :              5
ADAA00 01702 2021-01-07 18:16:33   Percent ......... :             50
ADAA00 01702 2021-01-07 18:16:33  Broker stub name   : BROKER        
ADAA00 01702 2021-01-07 18:16:33  Connect count .... :             20
ADAA00 01702 2021-01-07 18:16:33  Connect interval   :             60
ADAA00 01702 2021-01-07 18:16:33  Maximum output size:        100,000
ADAA00 01702 2021-01-07 18:16:33  Open at start .... : Yes           
ADAA00 01702 2021-01-07 18:16:33  Open retry count   :             10
ADAA00 01702 2021-01-07 18:16:33  Open retry interval:              0
ADAA00 01702 2021-01-07 18:16:33  Queue full delay   :             60
ADAA00 01702 2021-01-07 18:16:33  Subtasks ......... :              3
ADAA00 01702 2021-01-07 18:16:33  Subtask wait time  :             10
ADAA00 01702 2021-01-07 18:16:33  Log input ........ : No            
ADAN41 01702 2021-01-07 18:16:33 Function completed                  

Example: Display Destination Parameters

F AUDITSRV,DAUDPARM,D=PAYROLLD

Produces the following output:

ADAI29 Oper cmd: DAUDPARM,D=PAYROLLD                          
ADAA00 01702 2021-01-07 19:47:52 Auditing definitions:       
ADAA00 01702 2021-01-07 19:47:52                             
ADAA00 01702 2021-01-07 19:47:52 Audit Destination PAYROLLD 
ADAA00 01702 2021-01-07 19:47:52  Active at start up : Yes   
ADAA00 01702 2021-01-07 19:47:52  Open at start .... : Global
ADAA00 01702 2021-01-07 19:47:52  Allow logging .... : Yes   
ADAN41 01702 2021-01-07 19:47:52 Function completed  

Example: Display All Parameters

F AUDITSRV,DAUDPARM

Produces the following output:

ADAI29 Oper cmd: DAUDPARM
ADAA00 01702 2021-01-07 18:12:54 Auditing definitions:               
ADAA00 01702 2021-01-07 18:12:54 Global definitions:                 
ADAA00 01702 2021-01-07 18:12:54  Auditing pool warning:             
ADAA00 01702 2021-01-07 18:12:54   Increment ....... :             10
ADAA00 01702 2021-01-07 18:12:54   Message interval  :             60
ADAA00 01702 2021-01-07 18:12:54   Message limit ... :              5
ADAA00 01702 2021-01-07 18:12:54   Percent ......... :             50
ADAA00 01702 2021-01-07 18:12:54  Broker stub name   : BROKER        
ADAA00 01702 2021-01-07 18:12:54  Connect count .... :             20
ADAA00 01702 2021-01-07 18:12:54  Connect interval   :             60
ADAA00 01702 2021-01-07 18:12:54  Maximum output size:        100,000
ADAA00 01702 2021-01-07 18:12:54  Open at start .... : Yes           
ADAA00 01702 2021-01-07 18:12:54  Open retry count   :             10
ADAA00 01702 2021-01-07 18:12:54  Open retry interval:              0
ADAA00 01702 2021-01-07 18:12:54  Queue full delay   :             60
ADAA00 01702 2021-01-07 18:12:54  Subtasks ......... :              3
ADAA00 01702 2021-01-07 18:12:54  Subtask wait time  :             10
ADAA00 01702 2021-01-07 18:12:54  Log input ........ : No            
ADAA00 01702 2021-01-07 18:12:54                                     
ADAA00 01702 2021-01-07 18:12:54 Audit Destination PAYROLLD          
ADAA00 01702 2021-01-07 18:12:54  Active at start up : Yes           
ADAA00 01702 2021-01-07 18:12:54  Open at start .... : Global        
ADAA00 01702 2021-01-07 18:12:54  Allow logging .... : Yes           
ADAA00 01702 2021-01-07 18:12:54                                     
ADAA00 01702 2021-01-07 18:12:54 Subscription PAYROLLS                
ADAA00 01702 2021-01-07 18:12:54  Active at start up : Yes           
ADAA00 01702 2021-01-07 18:12:54  Destination(s) ... : PAYROLLD       
ADAA00 01702 2021-01-07 18:12:54  DBID / File ...... :   1701 /   100
ADAA00 01702 2021-01-07 18:12:54   Read/Find items . : Yes           
ADAA00 01702 2021-01-07 18:12:54     Request info    : Yes           
ADAA00 01702 2021-01-07 18:12:54     Client info .   : Yes           
ADAA00 01702 2021-01-07 18:12:54     Format buffer   : Yes           
ADAA00 01702 2021-01-07 18:12:54     Search buffer   : No            
ADAA00 01702 2021-01-07 18:12:54     Value buffer    : No            
ADAA00 01702 2021-01-07 18:12:54   Insert items .... : Yes           
ADAA00 01702 2021-01-07 18:12:54     Request info    : Yes           
ADAA00 01702 2021-01-07 18:12:54     Client info .   : Yes           
ADAA00 01702 2021-01-07 18:12:54     Format buffer   : Yes           
ADAA00 01702 2021-01-07 18:12:54   Update items .... : Yes           
ADAA00 01702 2021-01-07 18:12:54     Request info    : Yes           
ADAA00 01702 2021-01-07 18:12:54     Client info .   : Yes           
ADAA00 01702 2021-01-07 18:12:54     Format buffer   : Yes           
ADAA00 01702 2021-01-07 18:12:54     Data storage BI : Yes           
ADAA00 01702 2021-01-07 18:12:54   Delete items .... : Yes           
ADAA00 01702 2021-01-07 18:12:54     Request info    : Yes             
ADAA00 01702 2021-01-07 18:12:54     Client info .   : Yes             
ADAA00 01702 2021-01-07 18:12:54   Data AI global format      : FILE100
ADAA00 01702 2021-01-07 18:12:54   Data BI global format      : FILE100
ADAA00 01702 2021-01-07 18:12:54  DBID / File ...... :   1701 /   101  
ADAA00 01702 2021-01-07 18:12:54   Read/Find items . : Yes             
ADAA00 01702 2021-01-07 18:12:54     Request info    : Yes             
ADAA00 01702 2021-01-07 18:12:54     Client info .   : Yes             
ADAA00 01702 2021-01-07 18:12:54     Format buffer   : Yes             
ADAA00 01702 2021-01-07 18:12:54     Search buffer   : No              
ADAA00 01702 2021-01-07 18:12:54     Value buffer    : No              
ADAA00 01702 2021-01-07 18:12:54   Insert items .... : Yes             
ADAA00 01702 2021-01-07 18:12:54     Request info    : Yes             
ADAA00 01702 2021-01-07 18:12:54     Client info .   : Yes             
ADAA00 01702 2021-01-07 18:12:54     Format buffer   : Yes             
ADAA00 01702 2021-01-07 18:12:54   Update items .... : Yes             
ADAA00 01702 2021-01-07 18:12:54     Request info    : Yes             
ADAA00 01702 2021-01-07 18:12:54     Client info .   : Yes             
ADAA00 01702 2021-01-07 18:12:54     Format buffer   : Yes             
ADAA00 01702 2021-01-07 18:12:54     Data storage BI : Yes             
ADAA00 01702 2021-01-07 18:12:54   Delete items .... : Yes             
ADAA00 01702 2021-01-07 18:12:54     Request info    : Yes             
ADAA00 01702 2021-01-07 18:12:54     Client info .   : Yes             
ADAA00 01702 2021-01-07 18:12:54   Data AI global format      : FILE101
ADAA00 01702 2021-01-07 18:12:54   Data BI global format      : FILE101
ADAA00 01702 2021-01-07 18:12:54  DBID / File ...... :   1701 /   161  
ADAA00 01702 2021-01-07 18:12:54   Read/Find items . : Yes             
ADAA00 01702 2021-01-07 18:12:54     Request info    : Yes             
ADAA00 01702 2021-01-07 18:12:54     Client info .   : Yes             
ADAA00 01702 2021-01-07 18:12:54     Format buffer   : Yes             
ADAA00 01702 2021-01-07 18:12:54     Search buffer   : No              
ADAA00 01702 2021-01-07 18:12:54     Value buffer    : No              
ADAA00 01702 2021-01-07 18:12:54   Insert items .... : Yes             
ADAA00 01702 2021-01-07 18:12:54     Request info    : Yes             
ADAA00 01702 2021-01-07 18:12:54     Client info .   : Yes             
ADAA00 01702 2021-01-07 18:12:54     Format buffer   : Yes             
ADAA00 01702 2021-01-07 18:12:54   Update items .... : Yes             
ADAA00 01702 2021-01-07 18:12:54     Request info    : Yes             
ADAA00 01702 2021-01-07 18:12:54     Client info .   : Yes             
ADAA00 01702 2021-01-07 18:12:54     Format buffer   : Yes             
ADAA00 01702 2021-01-07 18:12:54     Data storage BI : Yes             
ADAA00 01702 2021-01-07 18:12:54   Delete items .... : Yes             
ADAA00 01702 2021-01-07 18:12:54     Request info    : Yes             
ADAA00 01702 2021-01-07 18:12:54     Client info .   : Yes             
ADAA00 01702 2021-01-07 18:12:54   Data AI global format      : FILE161
ADAA00 01702 2021-01-07 18:12:54   Data BI global format      : FILE161
ADAA00 01702 2021-01-07 18:12:54  DBID / File ...... :   1701 /   219  
ADAA00 01702 2021-01-07 18:12:54   Read/Find items . : Yes             
ADAA00 01702 2021-01-07 18:12:54     Request info    : Yes             
ADAA00 01702 2021-01-07 18:12:54     Client info .   : Yes             
ADAA00 01702 2021-01-07 18:12:54     Format buffer   : Yes             
ADAA00 01702 2021-01-07 18:12:54     Search buffer   : No              
ADAA00 01702 2021-01-07 18:12:54     Value buffer    : No              
ADAA00 01702 2021-01-07 18:12:54   Insert items .... : Yes             
ADAA00 01702 2021-01-07 18:12:54     Request info    : Yes             
ADAA00 01702 2021-01-07 18:12:54     Client info .   : Yes             
ADAA00 01702 2021-01-07 18:12:54     Format buffer   : Yes             
ADAA00 01702 2021-01-07 18:12:54   Update items .... : Yes             
ADAA00 01702 2021-01-07 18:12:54     Request info    : Yes             
ADAA00 01702 2021-01-07 18:12:54     Client info .   : Yes             
ADAA00 01702 2021-01-07 18:12:54     Format buffer   : Yes             
ADAA00 01702 2021-01-07 18:12:54     Data storage BI : Yes             
ADAA00 01702 2021-01-07 18:12:54   Delete items .... : Yes             
ADAA00 01702 2021-01-07 18:12:54     Request info    : Yes             
ADAA00 01702 2021-01-07 18:12:54     Client info .   : Yes             
ADAA00 01702 2021-01-07 18:12:54   Data AI global format      : FILE219
ADAA00 01702 2021-01-07 18:12:54   Data BI global format      : FILE219
ADAA00 01702 2021-01-07 18:12:54   Client info global format  : 
ADAA00 01702 2021-01-07 18:12:54   ACBX global format         : 
ADAN41 01702 2021-01-07 18:12:54 Function completed                    

DAUDSTAT Command

Use DAUDSTAT to display the audit statistics for an Adabas nucleus (with auditing turned on) or for an Adabas Audit Server.

DAUDSTAT Command against an Adabas Nucleus

The DAUDSTAT operator command may be issued against an Adabas nucleus (with auditing turned on) as follows:

Syntax:

F <AuditServer>,DAUDSTAT
Displays all statistics.
F <AuditServer>,DAUDSTAT,GLOBALS
Displays global statistics.
F <AuditServer>,DAUDSTAT,F=ALL
Displays all file statistics.
F <AuditServer>,DAUDSTAT,F=filelist	
Displays statistics for the specified files.

A filelist is a comma separated list of file numbers and may also contain a range in the format n-m.

Example: Display All Statistics

F AUDITDB,DAUDSTAT

Produces the following output:

ADAAE0 01701 2021-01-12 20:48:23 Auditing statistics:                          
ADAAE0 01701  Total items ... :                       2,231                    
ADAAE0 01701  Pending items   :                           0                    
ADAAE3 01701 2021-01-12 20:48:23 File related Auditing statistics:             
ADAAE3 01701   File                       Total         Pending      Incomplete
ADAAE3 01701  -----------------------------------------------------------------
ADAAE3 01701      9                           0                                
ADAAE3 01701     10                           0                                
ADAAE3 01701    100                       1,122                                
ADAAE3 01701    101                           0                                
ADAAE3 01701    161                       1,107                                
ADAAE3 01701    219                           0                                
ADAN41 01701 2021-01-12 20:48:23 Function completed

Example: Display Global Statistics

F AUDITDB,DAUDSTAT,GLOBALS

Produces the following output:

ADAAE0 01701 2021-01-12 20:49:22 Auditing statistics:      
ADAAE0 01701  Total items ... :                       2,231
ADAAE0 01701  Pending items   :                           0
ADAN41 01701 2021-01-12 20:49:22 Function completed        

Example: Display All File Statistics

F AUDITDB,DAUDSTAT,F=ALL

Produces the following output:

ADAAE3 01701 2021-01-12 20:50:16 File related Auditing statistics:             
ADAAE3 01701   File                       Total         Pending      Incomplete
ADAAE3 01701  -----------------------------------------------------------------
ADAAE3 01701      9                           0                                
ADAAE3 01701     10                           0                                
ADAAE3 01701    100                       1,122                                
ADAAE3 01701    101                           0                                
ADAAE3 01701    161                       1,107                                
ADAAE3 01701    219                           0                                
ADAN41 01701 2021-01-12 20:50:16 Function completed

Example: Display Selected File Statistics

F AUDITDB,DAUDSTAT,F=100,101

Produces the following output:

ADAAE3 01701 2021-01-12 20:51:09 File related Auditing statistics:             
ADAAE3 01701   File                       Total         Pending      Incomplete
ADAAE3 01701  -----------------------------------------------------------------
ADAAE3 01701    100                       1,122                                
ADAAE3 01701    101                           0                                
ADAN41 01701 2021-01-12 20:51:09 Function completed

DAUDSTAT Command against an Adabas Audit Server

The DAUDPARM operator command may be issued against an Adabas Audit Server as follows:

Syntax:

F <AuditServer>,DAUDSTAT
Displays all statistics.
F <AuditServer>,DAUDSTAT,GLOBALS
Displays global statistics.
F <AuditServer>,DAUDSTAT,D=destination
Displays statistics for the specified destination.
F <AuditServer>,DAUDSTAT,S=subscription
Displays statistics for the specified subscription.
F <AuditServer>,DAUDSTAT,TASKS
Displays task statistics.

Example: Display Global Statistics

F AUDITSRV,DAUDSTAT,GLOBALS

Produces the following output:

ADAA0K 01702 2021-01-12 21:00:32 Global statistics:              
ADAA0K 01702 2021-01-12 21:00:32 Input items ... :          2,231
ADAA0K 01702 2021-01-12 21:00:32  Pending ...... :              0
ADAA0K 01702 2021-01-12 21:00:32 Output items .. :          2,230
ADAA0K 01702 2021-01-12 21:00:32  Pending ...... :              0
ADAA0K 01702 2021-01-12 21:00:32 Items w/errors  :              0
ADAN41 01702 2021-01-12 21:00:32 Function complete

Example: Display Destination Statistics

F AUDITSRV,DAUDSTAT,D=PAYROLLD

Produces the following output:

ADAA0K 01702 2021-01-12 21:18:27 Destination PAYROLLD                  
ADAA0K 01702 2021-01-12 21:18:27  Output items   :          2,230     
ADAA0K 01702 2021-01-12 21:18:27  Pending items  :              0     
ADAA0K 01702 2021-01-12 21:18:27  Item - source  : 2021-01-12 20:42:07
ADAN41 01702 2021-01-12 21:18:27 Function completed                   

Example: Display Task Statistics

F AUDITSRV,DAUDSTAT,TASKS

Produces the following output:

ADAA0K 01702 2021-01-12 21:01:19 Output subtask items:           
ADAA0K 01702 2021-01-12 21:01:19  Main ......... :          2,230
ADAA0K 01702 2021-01-12 21:01:19     1 ......... :              0
ADAA0K 01702 2021-01-12 21:01:19     2 ......... :              0
ADAA0K 01702 2021-01-12 21:01:19     3 ......... :              0
ADAA0K 01702 2021-01-12 21:01:19                                 
ADAA0K 01702 2021-01-12 21:01:19 Output subtask message totals:  
ADAA0K 01702 2021-01-12 21:01:19  Main ......... :              0
ADAA0K 01702 2021-01-12 21:01:19     1 ......... :              0
ADAA0K 01702 2021-01-12 21:01:19     2 ......... :              0
ADAA0K 01702 2021-01-12 21:01:19     3 ......... :              0
ADAN41 01702 2021-01-12 21:01:19 Function completed              

Example: Display Subscription Statistics

F AUDITSRV,DAUDSTAT,S=PAYROLLS

Produces the following output:

ADAA0K 01702 2021-01-12 21:22:40 Subscription PAYROLLS                 
ADAA0K 01702 2021-01-12 21:22:40  Input items    :          2,229     
ADAA0K 01702 2021-01-12 21:22:40  Output items   :          2,229     
ADAA0K 01702 2021-01-12 21:22:40  Items w/errors :              0    
ADAA0K 01702 2021-01-12 21:22:40  Item - source  : 2021-01-12 20:42:12
ADAA0K 01702 2021-01-12 21:22:40  DBID  1701        100               
ADAA0K 01702 2021-01-12 21:22:40   ACBX          :          1,122     
ADAA0K 01702 2021-01-12 21:22:40   Client info   :              0     
ADAA0K 01702 2021-01-12 21:22:40   Format buffer :          1,121     
ADAA0K 01702 2021-01-12 21:22:40   Search buffer :              0     
ADAA0K 01702 2021-01-12 21:22:40   Value buffer  :              0     
ADAA0K 01702 2021-01-12 21:22:40   Inserts       :              0     
ADAA0K 01702 2021-01-12 21:22:40   Deletes       :              0     
ADAA0K 01702 2021-01-12 21:22:40   Updates       :              7     
ADAA0K 01702 2021-01-12 21:22:40   Reads/Finds   :          1,114     
ADAA0K 01702 2021-01-12 21:22:40   Filtered out  :              0     
ADAA0K 01702 2021-01-12 21:22:40  DBID  1701        101               
ADAA0K 01702 2021-01-12 21:22:40   ACBX          :              0     
ADAA0K 01702 2021-01-12 21:22:40   Client info   :              0     
ADAA0K 01702 2021-01-12 21:22:40   Format buffer :              0     
ADAA0K 01702 2021-01-12 21:22:40   Search buffer :              0     
ADAA0K 01702 2021-01-12 21:22:40   Value buffer  :              0     
ADAA0K 01702 2021-01-12 21:22:40   Inserts       :              0     
ADAA0K 01702 2021-01-12 21:22:40   Deletes       :              0     
ADAA0K 01702 2021-01-12 21:22:40   Updates       :              0
ADAA0K 01702 2021-01-12 21:22:40   Reads/Finds   :              0
ADAA0K 01702 2021-01-12 21:22:40   Filtered out  :              0
ADAA0K 01702 2021-01-12 21:22:40  DBID  1701        161          
ADAA0K 01702 2021-01-12 21:22:40   ACBX          :          1,107
ADAA0K 01702 2021-01-12 21:22:40   Client info   :              0
ADAA0K 01702 2021-01-12 21:22:40   Format buffer :          1,107
ADAA0K 01702 2021-01-12 21:22:40   Search buffer :              0
ADAA0K 01702 2021-01-12 21:22:40   Value buffer  :              0
ADAA0K 01702 2021-01-12 21:22:40   Inserts       :              0
ADAA0K 01702 2021-01-12 21:22:40   Deletes       :              0
ADAA0K 01702 2021-01-12 21:22:40   Updates       :              0
ADAA0K 01702 2021-01-12 21:22:40   Reads/Finds   :          1,107
ADAA0K 01702 2021-01-12 21:22:40   Filtered out  :              0
ADAA0K 01702 2021-01-12 21:22:40  DBID  1701        219          
ADAA0K 01702 2021-01-12 21:22:40   ACBX          :              0
ADAA0K 01702 2021-01-12 21:22:40   Client info   :              0
ADAA0K 01702 2021-01-12 21:22:40   Format buffer :              0
ADAA0K 01702 2021-01-12 21:22:40   Search buffer :              0
ADAA0K 01702 2021-01-12 21:22:40   Value buffer  :              0
ADAA0K 01702 2021-01-12 21:22:40   Inserts       :              0
ADAA0K 01702 2021-01-12 21:22:40   Deletes       :              0
ADAA0K 01702 2021-01-12 21:22:40   Updates       :              0
ADAA0K 01702 2021-01-12 21:22:40   Reads/Finds   :              0
ADAA0K 01702 2021-01-12 21:22:40   Filtered out  :              0
ADAN41 01702 2021-01-12 21:22:40 Function completed              

FEOFAL Command

Use FEOFAL to close the current dual or multiple audit log and switch to another dual or multiple audit log. This command is valid only if dual or multiple audit logging is in effect and only for Adabas Audit Servers.

In nucleus cluster environments, the GLOBAL option can be used to switch the dual or multiple audit log in all cluster nuclei at the same time.

FEOFAL Command against an Adabas Audit Server

The FEOFAL operator command may be issued against an Adabas Audit Server as follows:

Syntax:

F <AuditServer>,FEOFAL[,GLOBAL]
Close the current audit log and switch to another audit log.