Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The STRRJEWTR command starts either all writers, or a specific writer, which allows them to receive writer output from the host subsystem.
If the host subsystem writer is already started, some host subsystems return error messages, which RJE ignores. If the STRRJESSN command is issued with WTRS(*NO) and SNDSTRCMD(*NO), a start command is not sent to the host subsystem the first time the writer is started.
*ESCAPE Messages
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
WTR | RJE writer identification | Qualifier list | Required, Positional 1 |
Qualifier 1: RJE writer identification | *ALL, PR1, PR2, PR3, PR4, PR5, PR6, PR7, PR8, PR9, PR10, PR11, PR12, PR13, PR14, PR15, PU1, PU2, PU3, PU4, PU5, PU6, PU7, PU8, PU9, PU10, PU11, PU12, PU13, PU14, PU15 | ||
SSN | Active RJE session | Qualifier list | Required, Positional 2 |
Qualifier 1: Active RJE session | Name | ||
FORMTYPE | Host form type | Character value, *WTRE | Optional |
FILE | Output file | Qualified object name | Optional |
Qualifier 1: Output file | Name, *WTRE | ||
Qualifier 2: Library | Name, *LIBL, *CURLIB | ||
MBR | Member | Name, *WTRE, *FIRST, *GEN | Optional |
FSN | File member sequence number | 0-999, *WTRE | Optional |
DTAFMT | Data format | *WTRE, *DATA, *FCFC, *CMN | Optional |
PGM | Program to call | Qualified object name | Optional |
Qualifier 1: Program to call | Name, *WTRE, *NONE | ||
Qualifier 2: Library | Name, *LIBL, *CURLIB | ||
MSGQ | Message queue | Qualified object name | Optional |
Qualifier 1: Message queue | Name, *WTRE, *NONE | ||
Qualifier 2: Library | Name, *LIBL, *CURLIB |
Top |
Specifies the writer that is started.
The possible values are:
Top |
Specifies the name of the active session that contains the writer being started.
Top |
Specifies the initial type of form on which to print the output if no PDIR or form-mount message is received from the host. The identifiers used to indicate the type of forms are user-defined, and can be up to eight characters in length.
The possible values are:
Top |
Specifies the qualified name of the file that receives the data from the host subsystem.
The possible values are:
The possible library values are:
Top |
Specifies the file member to which output is directed. This parameter applies only if you specified a DDM, physical, or source physical file in the FILE parameter of this command or in the associated session description writer entry.
The possible values are:
If a member name already exists in the file, the three-digit sequence number is incremented by one until a unique name is reached and a member is created, or until sequence numbers up to and including 999 have been tried without creating a member.
If no member is created, the writer issues a message requesting you to either try again or to cancel this file.
Top |
Specifies the initial three-digit FSN that is used to create member names. This parameter applies only if *GEN is specified for the MBR parameter of this command or in the session description writer entry.
The possible values are:
Top |
Specifies the format of the output data.
The possible values are:
The data can be written to a physical file in FCFC format and printed later using the Copy File (CPYF) command, specifying an FCFC printer file for the TOFILE parameter. The record length of the physical file must include one extra byte for the FCFC code.
Top |
Specifies the qualified name of a user program associated with the writer.
The possible values are:
The possible library values are:
Top |
Specifies the qualified name of the message queue to which messages for the writer are sent.
The possible values are:
The possible library values are:
Top |
Top |
*ESCAPE Messages
Top |