R3_CREATE_OUTPUT_REQUEST
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=...]
Syntax |
Description/Format |
---|---|
SPOOLNR= |
Number of the spool request |
DEST[INATION]= |
Output device |
RECEIVER= |
Recipient |
DEPART[MENT]= |
Department |
COPIES= |
Number of copies Default value: "0" |
SPOOL_PRI[ORITY]= |
Spool priority Default value: "0" |
TITLE= |
Spool title |
PAGE_FROM= |
From page Default value: "0" |
PAGE_TO= |
To page Default value: "0" |
ERROR= |
Handling if an error occurs Allowed values: "NORMAL" and "ABEND" (default value) "NORMAL" - The AE job continues. |
LAYOUT= |
Editing for printout.
This parameter defines the print format of the spool request. The format mainly defines the page format such as the maximum number of lines and columns on one printed page. |
Example
R3_CREATE_OUTPUT_REQUEST SPOOLNR='1234',DESTINATION='PRNT',RECEIVER='SMITH',DEPARTMENT='UC4',COPIES=1,TITLE='Overview December',LAYOUT='X_65_80'
See also: