JCL Help:TAttributeInterest
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: TAttributeInterest Enumeration
Search in JCL Help
Search in all projects
Summary
Defines the interest a file search operation may have in specific file attributes.
Pascal
public TAttributeInterest = (
aiIgnored,
aiRejected,
aiRequired
);
Members
Members | Description |
aiIgnored | File search matching is not affected by this attribute. |
aiRejected | The attribute causes a file to be excluded from the search result set. |
aiRequired | The attribute is required for a file to be included in the search result set. |
Description
Specifies how a given file attribute shall affect file search results.
About
Unit
no pages or subcategories
Donator
Robert Rossmair
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page