Change Session Description (CHGSSND)

Change Session Description

The CHGSSND command changes attributes in an existing session description.

Changes to the session do not take effect until the session is started again.

Error messages for CHGSSND

*ESCAPE Messages

RJE0024
Errors found. Processing of request ended.

Parameters

Keyword Description Choices Notes
SSND RJE session description Qualified object name Required, Positional 1
Qualifier 1: RJE session description Name
Qualifier 2: Library Name, *LIBL, *CURLIB
TYPE Host system type *SAME, *JES2, *JES3, *RSCS, *PWR, *RES Optional, Positional 2
JOBQ RJE job queue Single values: *SAME
Other values: Qualified object name
Optional
Qualifier 1: RJE job queue Name
Qualifier 2: Library Name, *LIBL, *CURLIB
MSGQ RJE message queue Single values: *SAME
Other values: Qualified object name
Optional
Qualifier 1: RJE message queue Name
Qualifier 2: Library Name, *LIBL, *CURLIB
FCT Forms control table Single values: *SAME, *NONE
Other values: Qualified object name
Optional
Qualifier 1: Forms control table Name
Qualifier 2: Library Name, *LIBL, *CURLIB
IDLETIME Idle time in minutes 0-99, *SAME, *NOLIMIT Optional
USRDTA User data *SAME, *SYSDATE, *PRTF Optional
TEXT Text 'description' Character value, *SAME, *BLANK Optional
SEPFILE Separate files *SAME, *NO, *YES Optional
OUTRCDLEN Output record length *SAME, *FIXED, *FILE Optional

RJE Session Desc (SSND)

Specifies the qualified name of the session description being changed.

The possible library values are:

session-description-name: Specify the name of the session description being changed.

Host System Type (TYPE)

Specifies the host subsystem type with which the session communicates.

The possible values are:

RJE Job Queue (JOBQ)

Specifies the qualified name of the job queue on which session jobs are placed. Session jobs are jobs associated with the RJE session other than RJE reader jobs.

The possible values are:

RJE Message Queue (MSGQ)

Specifies the name of the message queue to which messages are sent.

The possible values are:

Forms Cntrl Table (FCT)

Specifies the qualified name of the FCT associated with this session.

The possible values are:

Idle Time in Min (IDLETIME)

Specifies, in minutes, the amount of time that the session can remain idle before it ends in a controlled manner.

If the number of minutes is set to zero and a line connection is made, a controlled ending of the session begins immediately.

If the number of minutes is not set to zero, the idle time countdown begins either following the end-of-file character of the last input or output stream, or following the establishment of the line connection. It is reset each time data becomes available for sending or receiving.

Except for console input streams, if input streams start but do not end (that is, no end-of-file character is received), the idle time countdown does not begin.

Ending a session in a controlled manner consists of holding delivery of the reader job queues, allowing reader and writer jobs to complete, and ending the session and all RJE functions.

If an ENDRJESSN command specifies a controlled ending, its IDLETIME parameter value overrides that of the session description.

The possible values are:

User Data (USRDTA)

Specifies whether the user data field of the printer spooled file is overwritten with the two-byte configuration identifier plus the current system date stamp.

The possible values are:

Text Description (TEXT)

Specifies text that briefly describes the object.

The possible values are:

Separate Files (SEPFILE)

Specifies whether jobs with multiple data sets have separate output files created for them when they specify the same form type and number of copies.

This parameter will affect output directed to any of the destinations which RJE supports:

Some host subsystems send a PDIR before every data set; others send one at the beginning of the job, and after that only if the following data set has setup changes. Subsystems that support PDIRs before each data set are MVS/SP JES2 and MVS/SP JES3, the latter only if PDIR=ALL is specified on the device statement for the SNA workstation definition.

This parameter applies only to SNA sessions.

The possible values are:

If your host subsystem does not fully support PDIRs, specifying *YES or *NO for this parameter has no effect. (The OS/VS1 and VSE/POWER subsystems do not fully support PDIRs.)

Output Rec Lngth (OUTRCDLEN)

Specifies the record length of data that is received from the host and written to an output file.

The possible values are:

Examples

None

Error messages

*ESCAPE Messages

RJE0024
Errors found. Processing of request ended.