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

WriteNAFile

Use this form set level rule to append the NAFILE.DAT file data records for the current form set into an existing NAFILE.DAT file.

When you use the NoGenTrnTransactionProc rule, which replaces the RULStandardProc rule in the performance JDT, you must include the WriteNAFile rule to write the data (records) to the NAFILE during the GenData step.

In addition, you must also include the WriteOutput rule to write the data (records) to the POLFILE.DAT and NEWTRN.DAT files during the GenData step.

Syntax

;WriteNAFile;;;

There are no parameters for this rule.

Example

;WriteNAFile;;;

If an error occurs, the system returns this message:

Error in WriteNaFile: Unable to PurgeOutput(pRPS).

See also