_exp-policies.p
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Exports policies from a ProDataSet to an XML file. The caller passes a comma-separated list of policies or "*" for all, and the name of the XML file to be created. This procedure is used by both the Audit Policy Maintenance tool and the Data Administration tool when exporting audit policies to an XML file.
Parameters:
- INPUT pcPolicyList AS CHARACTER
- Comma-separated list of policies.
- INPUT pcxmlFileName AS CHARACTER
- Filename of the XML file to generate.
- INPUT DATASET-HANDLE phDataset
- ProDataSet object containing the policies.
- OUTPUT pcErroMsg AS CHARACTER
- Error messages.