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

WriteRCBFiles

Use this form set level rule to create the recipient batches when running in two-step mode. This mode is similar to single-step processing but omits the PrintFormset rule and instead uses the GenPrint program.

     
Note Studio includes the WriteRCBFiles rule in the default AFGJOB.JDT file that Test manager produces.

Syntax

;WriteRCBFiles;;;

There are no parameters for this rule.

Example

;WriteRCBFiles;;;

Here is an example of a AFGJOB.JDT file you could use:

;NoGenTrnTransactionProc;2;required to combine GenTran/GenData;

;WriteRCBFiles;2;;

;ResetOvFlw;2;;

;BuildFormList;2;;

;LoadRcpTbl;2;;

;RunSetRcpTbl;2;;

;BatchingByRecipINI;2;;;

;SetOutputFromExtrFile;2;35,FILENAME 47,128,PDFNAME;

;WriteOutput;2;;

;WriteNaFile;2;;

;ProcessQueue;2;PostPaginationQueue;

;PaginateAndPropagate;2;;

Be sure to include the WriteOutput and WriteNAFile rules.

See also