Previous Topic: PRINTNEWSPOOL Statement—Create New Spool RequestNext Topic: PRINTPW Statement—Specify SAP Authorization String for Viewing Print Spool List


PRINTPRIORITY Statement—Specify the Priority of the SAP Spool Request

The PRINTPRIORITY statement specifies the priority of the SAP spool request.

Supported Job Types

This statement is optional for the following job types:

Syntax

This statement has the following format:

PRINTPRIORITY priority
priority

Specifies the priority of the spool request. The priority is a number between 1 (highest priority) and 9 (lowest priority).

Limits: 1-9

Notes:

Example: Specify Spool Request Priority

This example sets the spool request to the highest priority for the RSPARAM ABAP:

SAPJOBNAME SAPTEST
AGENT SAPHTAGENT
ABAPNAME RSPARAM
   PRINTDEST LP01
   PRINTPRIORITY 1