Previous Topic: Archiving Statistics From the DDLDCLOG AreaNext Topic: Archiving— z/VSE


Archiving— z/OS

IDMSBCF (ARCHIVE LOG STATEMENT) (z/OS)

//*******************************************************************
//*                                                                 *
//*          ARCHIVE LOG STATEMENT ENTERED USING IDMSBCF            *
//*         (creates the input file for running reports)            *
//*                                                                 *
//*******************************************************************
//archlog  EXEC PGM=IDMSBCF,REGION=1024K
//STEPLIB  DD   DSN=idms.dba.loadlib,DISP=SHR
//         DD   DSN=idms.custom.loadlib,DISP=SHR
//         DD   DSN=idms.cagjload,DISP=SHR
//dclog    DD   DSN=idms.system.ddldclog,DISP=SHR
//dcmsg    DD   DSN=idms.sysmsg.ddldcmsg,DISP=SHR
//secdd    DD   DSN=idms.sysuser.ddlsec,DISP=SHR
//sysjrnl  DD   DUMMY
//SYS001   DD   DUMMY
//SYS002   DD   DSN=idms.archive,DISP=(NEW,CATLG),UNIT=tape,
//             DCB=(RECFM=VB,LRECL=280,BLKSIZE=23244)
//SYSLST   DD   SYSOUT=A
//SYSIDMS  DD   *
DMCL=dmcl-name
Other SYSIDMS parameters, as appropriate
/*
//SYSIPT   DD   *
ARCHIVE LOG;
/*

Note: For more information about IDMSBCF (the batch command facility), see the CA IDMS Common Facilities Guide.

archive

Name of job step for archiving

idms.dba.loadlib

Dataset name of the load library containing the DMCL and database name table load modules

idms.cagjload

Dataset name of the load library containing the CA IDMS executable modules that do not require customization

idms.custom.loadlib

Dataset name of the load library containing the customized CA IDMS executable modules

dclog

Ddname of the log area of the dictionary

idms.system.ddldclog

Dataset name of the log area of the dictionary

dcmsg

Ddname of the system message (DDLDCMSG) area

idms.sysmsg.ddldcmsg

Dataset name of the system message (DDLDCMSG) area

secdd

Ddname of the user catalog (required if security is turned on)

idms.sysuser.ddlsec

Dataset name of the user catalog; this dataset can be defined dynamically through the DMCL)

sysjrnl

Ddname of the journal file

idms.archive

Name of the archive file

tape

Symbolic device name of the archive dataset file

dmcl-name

Name of the DMCL load module to use in local mode

Note: For more information about all SYSIDMS parameters, see the CA IDMS Database Administration Guide.