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

Dictionary

Use this job level rule to terminate an XDB instance and free memory. You only include this rule if you also used the GlobalFld rule.

Syntax

;Dictionary;;;

Example

Here is an example of how you would use this rule:

/* JDT Rules for One Step Batching By Recipient */

/* */

<Base Rules>

;RULStandardJobProc;;;

;SetErrHdr;;***:------------------------------------------------;

;SetErrHdr;;***: Oracle Insurance

;SetErrHdr;;***: Company Name: ***Company***;

;SetErrHdr;;***: Application: ***Application***;

;SetErrHdr;;***: Account #: ***Account_Number***;

;SetErrHdr;;***:------------------------------------------------;

;JobInit1;;;

;CreateGlbVar;;RCBBatchName,CHAR_ARRAY,32;

;InitOvFlw;;;

;SetOvFlwSym;;MTROVF,qaIMTROV,1;

;SetOvFlwSym;;RTEOVF,qaIRTEOV,1;

;Dictionary;;;

;BuildMasterFormList;1;4;

;PageBatchStage1InitTerm;;;

;InitSetrecipCache;;;

;InitPrint;;required to execute gendata/genprint as single step;

See also