JESRECFM (FTP server) statement

Use the JESRECFM statement to specify the record format of jobs being submitted. This is the record format used during dynamic allocation of the internal reader when submitting jobs to JES. You can also use the SITE command to set this keyword.

Syntax

Read syntax diagramSkip visual syntax diagram
   .-JESRECFM F------.   
>>-+-----------------+-----------------------------------------><
   '-JESRECFM--+-F-+-'   
               +-V-+     
               '-*-'     

Parameters

F
Fixed record length. This is the default.
V
Variable record format.
*
Uses the record format specified on the RECFM statement.

Examples

Use fixed record format:
JESRECFM F

Usage notes

Related topics