PROPERTIESEXCLUDE([ATTRIBUTES][,CONTENT][,CSECTDATE][,CSECTNAME][,CSECTSIZE]
[,ENTRYPOINT][,ESD][,IDRUSER][,IDRZAP][,LINKDATE][,TOTALSIZE]
[,TRANSLATOR])
PROPERTIESEXCLUDE supports the following parameters:
Specifies the program link attributes: reentrant, reusable, refreshable, authorization code, amode, rmode, and SSI
Alias: ATTR
Specifies the actual module text
Alias: CONT
Specifies the date carried in Binder IDR-B records
Alias: CSECTD
Specifies the name of the CSECTs
Alias: CSECTN
Specifies the size of the CSECTs
Alias: CSECTS
Specifies the load module entrypoint
Alias: ENTRYP
Identifies the 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)
Alias: IDRU
IDR ZAP information carried in Binder B_IDRZ records
Alias: IDRZ
Identifies the data and time the program was linked
Alias: LINKD
Identifies the size of the load module or program object
Alias: TOTALS
Specifies the compiler information
Alias: 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 © 2015 CA Technologies.
All rights reserved.
|
|