Try OpenEdge Now
skip to main content
Programming Interfaces
Audit Policy Maintenance APIs : Generic utility API : policies-dataset-write-xml procedure
 

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.