Adabas Audit Data Retrieval started task procedures

Overview

This section describes the Adabas Audit Data Retrieval started task procedure, which is tailored by the installation REXX and then copied to the specified procedure library using installation job I#B97J07.

The default name of the Adabas Audit Data Retrieval started task procedure is BETA97.

Note on BETA.APFLOAD

The BETA.APFLOAD is not included in the tailored JCL because it is recommended that you include this APF-authorized library in the linklist concatenation (see "Pre-installation checklist" in BSA Installation and System Guide). You may have to add a newly installed BETA.APFLOAD to the steplib concatenation manually to ensure that the current library is used.

Sample procedure (Adabas Audit Data Retrieval started task)

+-----------------------------------------------------------------------+
|//******************************************************************** |
|//* BETA DOCZ PLUS - SYMPHONY * |
|//* (V7R2M0) * |
|//* ---------------------------------------------------------------- * |
|//* S T A R T E D T A S K * |
|//******************************************************************** |
|//BETA97 PROC R=0M,TRACE=NO,LST=xx |
|//* |
|//BETA97 EXEC PGM=BST01SFF, |
|// PARM=('S=97,B01LST=xx,B97LST=&LST', |
|// 'BQL_TRACE=&TRACE'), |
|// TIME=1440,REGION=&R |
|//* |
|//STEPLIB DD DISP=SHR, |
|// DSN=BETA97.LOAD |
|// DD DISP=SHR, |
|// DSN=BSA.LOAD |
|//* |
|//SFFPARM DD DISP=SHR, |
|// DSN=BETA.PARMLIB |
|//* |
|//B97DEF DD DISP=SHR, |
|// DSN=BETA97.DB.DEF |
|//* |
|//IRMWORK1 DD SPACE=(TRK,(5,1)),UNIT=unit |
|//* |
|//IRMPRINT DD SYSOUT=* |
|//BQLPRINT DD SYSOUT=* |
|//SYSPRINT DD SYSOUT=* |
|//* |
|//SFFFDUMP DD SYSOUT=*,FREE=CLOSE |
|//SFFFDUMP DD SYSOUT=*,FREE=CLOSE |
|//SFFFDUMP DD SYSOUT=*,FREE=CLOSE |
|//SFFFDUMP DD SYSOUT=*,FREE=CLOSE |
|//* |
|//SYSUDUMP DD SYSOUT=* |
|//SYSABEND DD SYSOUT=* |
+-----------------------------------------------------------------------+

The minimum region size is 256 MB.

DD statements

DD statement

Description

STEPLIB

Adabas Audit Data Retrieval and BSA load libraries

B97DEF

Adabas Audit Data Retrieval database definition file

SFFPARM

Beta parameter library

IRMLOG

Adabas Audit Data Retrieval log file

SFFFDUMP

Datasets for product dumps

SYSUDUMP

Dataset for z/OS dump

SYSABEND

Dataset for z/OS dump

Starting and stopping the started task

To start the Adabas Audit Data Retrieval started task, enter the following command at the operator console:

S stcname

where stcname is the name of the started task procedure.

To stop the started task, enter the following command at the operator console:

P stcname

Note: The command C stcname cancels the Adabas Audit Data Retrieval started task. You should use the cancel command only if the started task does not react to the stop command.