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:
- You are executing the GenTrn, GenData, and GenPrint programs as separate processes (multi-step processing), and
- Subsequent rules will search for or use extract data
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.
DM12020: 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
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
© Copyright 2020, Oracle and/or its affiliates. All rights reserved. Legal notices.