_exp-policies-db.p
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Exports policies from a connected database 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.
Parameters:
- INPUT pcPolicyList AS CHARACTER
- Comma-separated list of policies.
- INPUT pcxmlFileName AS CHARACTER
- Filename of the XML file to generate.
- INPUT pcDbName AS CHARACTER
- Logical name of the connected database containing the policies.
- OUTPUT pcErroMsg AS CHARACTER
- Error messages.