You are here: Job and Form Set Rules Reference > JDT Rules Reference > LoadExtractData

LoadExtractData

Use this form set level rule to load extract data into memory for each transaction. You must include this rule if any subsequent rules will search for or use extract data.

You must include this rule if:

If you omit this rule from the AFGJOB.JDT for multi-step processing, you will receive these error messages:

DM10702: Warning in BuildFormList(): No extract records.

VMMCountList(pRPS->ExtractListH) = 0. Processing will continue.

DM12018: Error in RPDoBaseFormsetRulesForward(): Unable to <BUILDFORMLIST>().

     
Note Do not include this rule if you are using the NoGenTrnTransactionProc rule. Doing so will cause the GenData program to go into a processing loop.

Syntax

;LoadExtractData;;;

Example

<Base Form Set Rules>

;RULStandardTransactionProc;;;

;LoadExtractData;;;

;ResetOvFlw;;;

;IfRecipUsed;;BATCH1=INSURED;

;IfRecipUsed;;BATCH2=COMPANY;

;IfRecipUsed;;BATCH3=AGENT;

;BuildFormList;;;

;LoadRcpTbl;;;

;UpdatePOLFile;;;

;RunSetRcpTbl;;;

;ProcessQueue;;PostPaginationQueue

See also