Multi-step processing lets you run each batch system program in turn and check the log and error messages after each step. You can learn more about the system flow and the input and output files for each processing step in the Documaker Administration Guide.
<Base Rules>
;RULStandardJobProc;1;Always the first job level rule;
;SetErrHdr;;*:;
;SetErrHdr;;*:------------------------------------------------;
;SetErrHdr;;*: FormMaker Data Generation (Base);
;SetErrHdr;;*: ;
;SetErrHdr;;***: Transaction: ***PolicyNum***;
;SetErrHdr;;***: Symbol: ***Symbol***;
;SetErrHdr;;***: Module: ***Module***;
;SetErrHdr;;***: State: ***State***;
;SetErrHdr;;***: Company Name (after INI conversion): ***Company***;
;SetErrHdr;;***: Line of Business (after INI conversion): ***Lob***;
;SetErrHdr;;***: Trans Type: ***TransactionType***;
;SetErrHdr;;***: Run Date: ***RunDate***;
;SetErrHdr;;*:------------------------------------------------;
;CreateGlbVar;;TXTLst,PVOID;
;CreateGlbVar;;TblLstH,PVOID;
;JobInit1;;;
;LoadDDTDefs;;;
;InitOvFlw;;;
;LoadTextTbl;;;
;LoadTblFiles;;;
;SetOvFlwSym;;CGDECBDOVF,QGDCBD,1;
;BuildMasterFormList;;4;
Every form set in the base system uses these form set level rules:
<Base Form Set Rules>
;RULStandardTransactionProc;;Always the first transaction level rule;
;LoadExtractData;;;
;GetCo;;11,HEADERREC 35,3;
;GetLOB;;11,HEADERREC 40,3;
;ResetOvFlw;;;
;IfRecipUsed;;BATCH1=INSURED;
;IfRecipUsed;;BATCH2=COMPANY;
;IfRecipUsed;;BATCH3=AGENT;
;BuildFormList;;;
;LoadRcpTbl;;;
;UpdatePOLFile;;;
;RunSetRcpTbl;;;
Every section in the base system uses these section level rules:
<Base Image Rules>
;RULStandardImageProc;;Always the first section level rule;
;InsNAHdr;;;
Every field in the base system uses this field rule:
<Base Field Rules>
;RULStandardFieldProc;;Always the first field level rule;
© Copyright 2014, Oracle and/or its affiliates. All rights reserved. Legal notices.