B97UMPRE: Adabas Audit Data Retrieval SMP/E user modification

B97UMPRE: Adabas Audit Data Retrieval SMP/E user modification

B97UMPRE

This job receives and applies the non-displayable start panel PE97STRT as usermod.

The install procedure has tailored this panel in the BETA97.CNTL according to your specifications.

Expect RC=0.

Note: If you are using a pre-concatenated ISPPLIB to bypass SMP/E, there is no need to run B97UMPRE.

Non-displayable start panel PE97STRT

The non-displayable start panel PE97STRT defines profile variables for:

  • Subsystem ID
  • System location
  • System name
  • System language
  • System date mask

This panel is used to automatically direct first-time users of Adabas Audit Data Retrieval (that is, users without an Adabas Audit Data Retrieval user profile) to the default subsystem.

Note: Changing installation defaults

If you want to change the installation defaults at a later time, do the following:

  1. Edit member PE97STRT to reflect your changes.
  2. Reject the usermod for panel PE97STRT.
  3. Re-run job B97UMPRE to receive and apply the modified start panel containing the new default system variables.

PE97STRT variables

The following table shows the variables that can be set with the help of the non-displayable start panel PE97STRT (corresponding online option: P.2):

Variable

Description

DFLTSSID

Default subsystem ID

DFLTLOC

Default location

DFLTSYS

Default system name

DFLTLANG

Default product language
(E = English, G = German, F = French, etc.
Note: Adabas Audit Data Retrieval supports only English and German)

DFLTDMSK

Default date mask
(MM/DD/YYYY, DD.MM.YYYY, YYYY.DDD, or YYYY‑MM‑DD)

DFLTHELP

Default for Extended Help mode (Y | N)

Note: The system name (&DFLTSYS) and system location (&DFLTLOC) must be unique, otherwise problems may occur when a system is selected.

Example PE97STRT

+-----------------------------------------------------------------------+
|)PROC |
| &DFLTSSID = B97A |
| &DFLTLOC = BERLIN |
| &DFLTSYS = PROD |
| &DFLTLANG = E |
| &DFLTDMSK = MM/DD/YYYY |
| &DFLTHELP = Y |
|)END |
+-----------------------------------------------------------------------+