Previous Topic: PRINTCOVER Statement—Specify the SAP Cover Page TextNext Topic: PRINTDEPARTMENT Statement—Specify Department Name


PRINTDATASET Statement—Specify Data Set Name for SAP Print Spool

The PRINTDATASET statement specifies the data set name for the SAP print spool.

Supported Job Types

This statement is optional for the following job types:

Syntax

This statement has the following format:

PRINTDATASET data_set
data_set

Specifies the print spool data set name.

Limits: Up to 6 valid SAP characters; case-sensitive

Notes:

Example: Specify the Print Spool Data Set Name

This example specifies LIST1S as the print spool data set name for the RSPARAM ABAP:

SAPJOBNAME SAPTEST
AGENT SAPHTAGENT
ABAPNAME RSPARAM
   PRINTDEST LP01
   LINES 65
   COLUMNS 80
   PRINTDATASET LIST1S
   PRINTCOPIES 1