Endevor Admin SMF data description
search cancel

Endevor Admin SMF data description

book

Article ID: 122979

calendar_today

Updated On:

Products

Endevor Endevor Natural Integration Endevor - ECLIPSE Plugin Endevor - Enterprise Workbench

Issue/Introduction



We are defining as process to report on the ENDEVOR Admin SMF data.
This will be a COBOL program to read and report on the data.
The copybook for this data is provided by CA as: C1SMF04C.

I have some specific questions about some of the values below but what would be better would be a full description of all of the fields that are written to this file. Would it be possible to share this information?

For value SM4FUNC, I see this set to 4 for a CLONE - but it is not referenced as an 88 level.
Are there other values ?

Can you expand the meaning of the short variables:
I am guessing
SM4-FCRE - ?
SM4-FDEF - Define?
SM4-FERA - ?
SM4-FDEL - Delete?
SM4-FUPD - Update?

What are the values of 8 byte field SM4FUNNM,
I have seen DEFINE, UPDATE, CLONE, DELETE

Are there any more values of 8 byte field SM4ACTN that aren't defined in the 88 levels
I am guessing the following mappings, can you confirm?
APPRGRP - maps to SM4-AGR-DATA
APPRREL - maps to SM4-AGJ-DATA
PROCGRP - maps to SM4-PGR-DATA
PROCSYM - maps to SM4-PSY-DATA
SYSTEM - maps to SM4-SYS-DATA
SUBSYS - maps to SM4-SBS-DATA
TYPE - maps to SM4-TYP-DATA
TYPEDSN- maps to SM4-DSN-DATA
DEST - maps to SM4-DST-DATA
DSNMAP - maps to SM4-DMR-DATA
USSMAP - maps to SM4-UMR-DATA

What does SM4-CSY-DATA map to?

Environment

Release: ENIDM000200-18.0-Endevor-Software Change Manager-Integrations for Enterprise-Dev
Component:

Resolution

The doc will be completed with the missing info asap,

Here are the answer:

1 - SM4FUNC fields:
SM4-FCRE - DEFINE (CREATE)
SM4-FDEF - Define
SM4-FERA - DELETE (ERASE)
SM4-FDEL - Delete
SM4-FUPD - Update

SM4-FCRE and SM4-FDEF are exactly the same (DEFINE) and SM4-FERA and SM4-FDEL are also exactly the same (DELETE).
SM4FUNC value for CLONE SYSTEM is 4. There is only one SMF record written for the CLONE SYSTEM function.

2 - SM4FUNNM
Available values of 8 bytes field SM4FUNNM are DEFINE, UPDATE, CLONE, DELETE

3 - SM4ACTN
Available values of field SM4ACTN are
APPRGRP - maps to SM4-AGR-DATA
APPRREL - maps to SM4-AGJ-DATA
PROCGRP - maps to SM4-PGR-DATA
PROCSYM - maps to SM4-PSY-DATA
SYSTEM - maps to SM4-SYS-DATA
SUBSYS - maps to SM4-SBS-DATA
TYPE - maps to SM4-TYP-DATA
TYPEDSN- maps to SM4-DSN-DATA
DEST - maps to SM4-DST-DATA
DSNMAP - maps to SM4-DMR-DATA
USSMAP - maps to SM4-UMR-DATA

4 - SM4-CSY-DATA
This block stand for Clone system action:
SM4_CSY_SYSTEM DS CL8 SYSTEM = the name of the new SYSTEM being created
SM4_CSY_DESC DS CL50 DESCRIPTION = the description of the new SYSTEM being created
SM4_CSY_FRM_ENV DS CL8 FROM ENVIRONMENT = the ENVIRONMENT from which the new SYSTEM is being cloned
SM4_CSY_FRM_SYS DS CL8 FROM SYSTEM = the SYSTEM from which the new SYSTEM is being cloned
SM4_CSY_INC_SBS DS CL1 INCLUDE SUBSYSTEMS: Y/N
SM4_CSY_INC_TYP DS CL1 INCLUDE TYPES: Y/N

Remember that for CLONE SYSTEM, only 1 SMF record is written with the information as you have specified here.