policies-dataset-write-xml procedure
- Last Updated: May 5, 2026
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
policies-dataset-write-xml procedure
Generates an XML file with policy settings stored in the specified ProDataSet object. This is a wrapper for src/auditing/_exp-policies.p.
Parameters:
- INPUT pcPolicyList AS CHARACTER
- Comma-separated list of policies to export, or
'*'for all policies. - INPUT pcxmlFileName AS CHARACTER
- Filename of generated XML file.
- INPUT DATASET-HANDLE FOR phDataSet
- ProDataset object holding the policy settings.
- OUTPUT pcErrorMsg AS CHARACTER
- Error messages.