ExportRecords Parameters

Parameter Description Valid Values Mandatory
MasterCatalog Name of the repository. Any existing repository name Y
Subset If a subset name is specified using this parameter, only records qualifying the subset are exported. If a subset is not specified, all records from the repository are exported.
Note: To specify a subset, only one repository must be specified.
Any existing subset name N
<DataSet type="single">
  <Name>ExportRepository</Name>
  <URIInfo scheme="local">
       <Relative>MQ_COMMON_DIR</Relative>
  <URI>/ent1/export</URI>
  <Credential domain="ZZ">
       <Identity>GLOBAL</Identity>
  </Credential>
<Action>ExportRecords</Action>
  		<MasterCatalog>
       			<RevisionID>
				               <BaseName>PRIMDATA</BaseName>
       			</RevisionID>
		  		</MasterCatalog>
  				<Subset>
			       			<RevisionID>
				               				<BaseName>MYSET</BaseName>
       						</RevisionID>
  				</Subset>
</DataSet>