Previous Topic: LIBL Statement—Specify the Libraries for an I5/OS JobNext Topic: LOCALFILENAME Statement—Specify Local Filenames (FTP Job)


LINES Statement—Specify the Number of Lines per List Page

The LINES statement specifies the number of lines per list page.

Supported Job Types

This statement is optional for the following job types:

Syntax

This statement has the following format:

LINES num
num

Specifies the number of lines per list page. The length of the list is determined by its content. The value corresponds to the SAPGUI Print settings, Report page, Rows field on the Background Print Parameters dialog.

Limits: 0-486

Note: You can use 0 or blank only when viewing the list online. You can not use 0 or blank to format a list to be printed.

Notes:

Example: Print 15 Lines per List Page

This example prints 15 lines per list page for the BTCTEST ABAP:

SAPJOBNAME SAPTEST
AGENT SAPHTAGENT
SAPUSER J01PROD
ABAPNAME BTCTEST
   VARIANT TEST
   LINES 15