JESLRECL (FTP server) statement

Use the JESLRECL statement to specify the record length of the jobs being submitted. You can also use the SITE command to set this keyword.

Syntax

Read syntax diagramSkip visual syntax diagram
   .-JESLRECL 80----------.   
>>-+----------------------+------------------------------------><
   '-JESLRECL----length---'   

Parameters

length
The record length of the job being submitted. The valid range is 1 - 254. The default is 80. If you specify length as *, FTP uses the length value from the LRECL statement.

Examples

Explicitly set the logical record length for JES jobs to 80:
JESLRECL 80

Usage notes

Related topics