PROPERTIESEXCLUDE([ATTRIBUTES][,CONTENT][,CSECTDATE][,CSECTNAME][,CSECTSIZE]
[,ENTRYPOINT][,ESD][,IDRUSER][,IDRZAP][,LINKDATE][,TOTALSIZE]
[,TRANSLATOR])
PROPERTIESEXCLUDE supports the following parameters:
The program link attributes: reentrant, reusable, refreshable, authorization code, amode, rmode and SSI
The actual module text
The date carried in Binder IDR-B records
The name of the CSECTs
The size of the CSECTs
The load module entrypoint
External Symbol information carried in Binder B_ESD records (for example, external references)
Information carried in Binder B_IDRU records (added as a result of the Binder IDENTIFY statement or programmatically by, for example, Endevor)
IDR ZAP information carried in Binder B_IDRZ records
The data and time the program was linked
The size of the load module or program object
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 |
This example excludes the CONTENT and IDRZAP program properties.
PROPERTIESEXCLUDE(CONTENT,IDRZAP)
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.
PROPERTIESINCLUDE([ATTRIBUTES][,CONTENT][,CSECTDATE][,CSECTNAME][,CSECTSIZE]
[,ENTRYPOINT][,ESD][,IDRUSER][,IDRZAP][,LINKDATE][,TOTALSIZE]
[,TRANSLATOR])
PROPERTIESINCLUDE supports same parameters as PROPERTIESEXCLUDE.
Note: For a complete list of the supported parameters, see PROPERTIESEXCLUDE Parameters.
This example selects the ATTRIBUTES, CONTENT and LINKDATE program properties.
PROPERTIESINCLUDE(ATTRIBUTES,CONTENT,LINKDATE)
|
Copyright © 2013 CA.
All rights reserved.
|
|