Extract data from PLOG tapes created by different versions of Adabas.
search cancel

Extract data from PLOG tapes created by different versions of Adabas.

book

Article ID: 54927

calendar_today

Updated On:

Products

APAS Insight Monitor for Adabas PLEU

Issue/Introduction

Description

During Adabas migrations, there is a need to process existing PLOG tapes created by the old version of Adabas and process PLOG tapes created by the new version of Adabas. The CA PLEU GLOBALS parameter ADAVER indicates which version of Adabas created the PLOG tapes so data can be extracted correctly.

Solution

CA PLEU V4.1 supports data extraction from both Adabas V7.1 and V7.4 PLOG tapes. ADAVER defaults to 71 if the ADAVER GLOBALS parameter is omitted, therefore, to process Adabas V7.4 PLOG tapes, the ADAVER parameter must be added or modified to indicate a 74 PLOG tape is being input:

//SYSIN     DD   * 
  GLOBALS     ADAVER=74 
    . . . 
    ; 

Environment

Release:
Component: APAS