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

NoGenTrnTransactionProc

Use this form set level rule when you use the GenData program by itself to execute the GenTrn and GenData steps. In that processing environment, this rule, processes the extract file and creates the information normally created in both the GenTrn and GenData steps.

When combined with the InitPrint and PrintFormset rules, it creates the output files created during the GenPrint step.

     
Note Do not use this rule if you are running the GenTrn, GenData, and GenPrint programs as separate processes. Do not use this rule with the LoadExtractData rule. Doing so will cause the GenData program to go into a processing loop.

This rule replaces the RULStandardTransactionProc rule in a single-step implementation.

Syntax

;NoGenTrnTransactionProc;;;

This rule loads extract file records for the current transaction into memory. To use this rule, you must add the following options in your FSISYS.INI or FSIUSER.INI file:

< Data >

TrnFile = <CONFIG:~Platform > TrnFile

< CONFIG:PC >

TrnFile = NUL

...or else include a TRNFILE.DAT file, which you can leave empty.

Example

;NoGenTrnTransactionProc;;;

See also