Previous Topic: KeywordsNext Topic: RDW


Syntax

PROPERTIESEXCLUDE([ATTRIBUTES][,CONTENT][,CSECTDATE][,CSECTNAME][,CSECTSIZE]
        [,ENTRYPOINT][,ESD][,IDRUSER][,IDRZAP][,LINKDATE][,TOTALSIZE]
        [,TRANSLATOR])

Parameters

PROPERTIESEXCLUDE supports the following parameters:

ATTRIBUTES

The program link attributes: reentrant, reusable, refreshable, authorization code, amode, rmode and SSI

CONTENT

The actual module text

CSECTDATE

The date carried in Binder IDR-B records

CSECTNAME

The name of the CSECTs

CSECTSIZE

The size of the CSECTs

ENTRYPOINT

The load module entrypoint

ESD

External Symbol information carried in Binder B_ESD records (for example, external references)

IDRUSER

Information carried in Binder B_IDRU records (added as a result of the Binder IDENTIFY statement or programmatically by, for example, Endevor)

IDRZAP

IDR ZAP information carried in Binder B_IDRZ records

LINKDATE

The data and time the program was linked

TOTALSIZE

The size of the load module or program object

TRANSLATOR

Compiler information

The following table shows the shortest abbreviation for each parameter:

Keyword

Abbreviation

ATTRIBUTES

ATTR

CONTENT

CONT

CSECTDATE

CSECTD

CSECTNAME

CSECTN

CSECTSIZE

CSECTS

ENTRYPOINT

ENTRYP

ESD

ESD

IDRUSER

IDRU

IDRZAP

IDRZ

LINKDATE

LINKD

TOTALSIZE

TOTALS

TRANSLATOR

TRANSL

Example

This example excludes the CONTENT and IDRZAP program properties.

PROPERTIESEXCLUDE(CONTENT,IDRZAP)

PROPERTIESINCLUDE

The PROPERTIESINCLUDE keyword specifies which program properties to include in the COMPARE PROGRAM command processing. This keyword is only valid with the COMPARE PROGRAM command. It can only be used once per command and is mutually exclusive with the PROPERTIESEXCLUDE keyword. At least one keyword must be specified.

By default, all program properties are included in the comparison.

Syntax

PROPERTIESINCLUDE([ATTRIBUTES][,CONTENT][,CSECTDATE][,CSECTNAME][,CSECTSIZE]
        [,ENTRYPOINT][,ESD][,IDRUSER][,IDRZAP][,LINKDATE][,TOTALSIZE]
        [,TRANSLATOR])

Parameters

PROPERTIESINCLUDE supports same parameters as PROPERTIESEXCLUDE.

Note: For a complete list of the supported parameters, see PROPERTIESEXCLUDE Parameters.

Example

This example selects the ATTRIBUTES, CONTENT and LINKDATE program properties.

PROPERTIESINCLUDE(ATTRIBUTES,CONTENT,LINKDATE)