NJEFORMAT statement

Use the NJEFORMAT statement to specify the spool data set format for mail delivered to recipients on the NJE network.

Syntax

Read syntax diagramSkip visual syntax diagram
   .-NJEFORMAT NETDATA------.   
>>-+------------------------+----------------------------------><
   '-NJEFORMAT--+-PUNCH---+-'   
                '-NETDATA-'     

Parameters

PUNCH
Specifies that records are folded to 80 characters in length or fewer.
NETDATA
Specifies that records can be longer than 80 characters and that they arrive as MESSAGE-type records. The default format is NETDATA.

Examples

Use the following code to set the format in which mail is sent to NJE recipients to PUNCH:
NJEFORMAT PUNCH

Usage notes

This statement is valid only in GATEWAY mode.

Related topics