R3_CREATE_OUTPUT_REQUEST

This script element creates a new output request for an existing spool request.

Transaction: SP01
Interface: AE

Syntax

R3_CREATE_OUTPUT_REQ[UEST]

    SPOOLNR=...
    [,DESTINATION=...]
    [,RECEIVER=...]
    [,DEPARTMENT=...]
    [,COPIES=...]
    [,SPOOL_PRIORITY=...]
    [,TITLE=...]
    [,PAGE_FROM=...]
    [,PAGE_TO=...]
    [,ERROR=...]
    [,LAYOUT=...]

Parameters

  • R3_CREATE_OUTPUT_REQ[UEST]
    Creates a new output request for an existing spool request

  • SPOOLNR=
    Number of the spool request
    Format: script literal
  • DEST[INATION]=
    (Optional) Output device
    Format: script literal
  • RECEIVER=
    (Optional) Recipient
    Format: script literal
  • DEPART[MENT]=
    (Optional) Department
    Format: script literal
  • COPIES=
    (Optional) Number of copies
    Format: number
    Default: 0
  • SPOOL_PRI[ORITY]=
    (Optional) Spool priority
    Format: script literal or number
    Default: 0
  • TITLE=
    (Optional) Spool title
    Format: script literal
  • PAGE_FROM=
    (Optional) Starting from page
    Format: number
    Default: 0
  • PAGE_TO=
    (Optional) To page
    Format: number
    Default: 0
  • ERROR=
    (Optional) Handling if an error occurs
    Format: script literal
    Allowed values:
    • ABEND (default)
      The AE job ends abnormally
    • NORMAL
      The AE job continues
  • LAYOUT=
    (Optional) Editing for printout. This parameter defines the print format of the spool request. It mainly defines the page format such as the maximum number of lines and columns on one printed page.
    Format: script literal

Example

R3_CREATE_OUTPUT_REQUEST SPOOLNR='1234',DESTINATION='PRNT',RECEIVER='SMITH',DEPARTMENT='UC4',COPIES=1,TITLE='Overview December',LAYOUT='X_65_80'

See also:

seealso

About SAP JCL