Create RJE Communication File (CRTRJECMNF)

Where allowed to run: All environments (*ALL)
Threadsafe: No
Parameters
Examples
Error messages

Create RJE Comm File

The CRTRJECMNF command creates a communications file, which is used by SNA devices to send records to and from the host subsystem in an RJE environment.

The same communications file is used for input and output operations. It contains not data, but rather a file description that identifies the communications device. This information is specified both in the source file that contains the DDS statements, and in the CRTRJECMNF command.

Error messages for CRTRJECMNF

None

Top

Parameters

Keyword Description Choices Notes
FILE File Qualified object name Required, Positional 1
Qualifier 1: File Name
Qualifier 2: Library Name, *CURLIB
SRCFILE Source file containing DDS Qualified object name Optional, Positional 2
Qualifier 1: Source file containing DDS Name, QRJESRC
Qualifier 2: Library Name, *LIBL, *CURLIB
SRCMBR Source member containing DDS Name, *FILE Optional, Positional 3
OPTION Source listing options Values (up to 2 repetitions): *SRC, *SOURCE, *NOSRC, *NOSOURCE, *LIST, *NOLIST Optional, Positional 4
GENLVL Generation severity level 0, 10, 20, 30 Optional, Positional 5
LOGON Host signon/logon command Character value, *NONE Optional, Positional 6
FMTLOG Formatted SNA logon Character value, *NONE, *YES, *NO Optional, Positional 11
LOGOFF Logoff text Character value, *NONE Optional, Positional 7
BLKLEN Block length 256-32767, *CALC Optional, Positional 8
AUT Authority Name, *LIBCRTAUT, *ALL, *CHANGE, *USE, *EXCLUDE Optional, Positional 9
TEXT Text 'description' Character value, *SRCMBRTXT, *BLANK Optional, Positional 10
Top

File (FILE)

Specifies the qualified name of the communications file being created. If a library name is not given, the file is stored in the user's current library (*CURLIB).

The possible library values are:

communications-file-name: Specify the name of the communications file being created.

Top

File Contain DDS (SRCFILE)

Specifies the qualified name of the source file containing the DDS statements that create the communications file.

The possible library values are:

The possible values are:

Top

Member Contain DDS (SRCMBR)

Specifies the member name in the source file that contains the DDS for the communications file.

The possible values are:

Top

Srce Listing Opt (OPTION)

Specifies the type of printout produced when the file is created.

The possible values are:

Top

Generation Sev Level (GENLVL)

Specifies the severity level at which the creation operation will fail. If errors occur that have a severity level greater than or equal to this value, the operation ends.

The possible values are:

Top

Host Logon Command (LOGON)

Specifies up to 80 characters of text that are sent to the host subsystem when the file is opened. The format is host-dependent.

The possible values are:

Top

Formatted SNA Logon (FMTLOG)

Specifies whether the signon text is formatted.

The possible values are:

Top

Logoff Text (LOGOFF)

Specifies up to 80 characters of text that are sent to the host subsystem when the file is closed. The format is host-dependent.

The possible values are:

Top

Block Length (BLKLEN)

Specifies the maximum block length (in bytes) of the data records being sent.

The possible values are:

Top

Authority (AUT)

Specifies the authority given to users who themselves and whose user group do not have specific authority to the object.

The possible values are:

Top

Text Description (TEXT)

Specifies text that briefly describes the communications file.

The possible values are:

Top

Examples

None
Top

Error messages

None

Top