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

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

Alias: ATTR

CONTENT

Specifies the actual module text

Alias: CONT

CSECTDATE

Specifies the date carried in Binder IDR-B records

Alias: CSECTD

CSECTNAME

Specifies the name of the CSECTs

Alias: CSECTN

CSECTSIZE

Specifies the size of the CSECTs

Alias: CSECTS

ENTRYPOINT

Specifies the load module entrypoint

Alias: ENTRYP

ESD

Identifies the 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)

Alias: IDRU

IDRZAP

IDR ZAP information carried in Binder B_IDRZ records

Alias: IDRZ

LINKDATE

Identifies the data and time the program was linked

Alias: LINKD

TOTALSIZE

Identifies the size of the load module or program object

Alias: TOTALS

TRANSLATOR

Specifies the compiler information

Alias: 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)