Create RJE BSC File (CRTRJEBSCF)

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

Create RJE BSC File

The CRTRJEBSCF command creates a BSC file that the session uses in a BSC environment to send records to and from the host subsystem. You can use the CRTRJECFG command to create the BSC line description with the name provided by the user.

Error messages for CRTRJEBSCF

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 30, 20, 10, 0 Optional, Positional 5
BLKLEN Block length 1-8192, *CALC Optional, Positional 6
TRNSPY Send as transparent data *NO, *YES Optional, Positional 7
DTACPR Compress output data *NO, *YES 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 name of the BSC 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:

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

Note: The BSC file is created in the RJE session library.

Top

File Contain DDS (SRCFILE)

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

The possible values are:

Top

Srce Mem Contain DDS (SRCMBR)

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

The possible values are:

Top

Source Listing Opt (OPTION)

Specifies the type of output 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

Block Length (BLKLEN)

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

The possible values are:

Top

Snd as Transparent (TRNSPY)

Specifies whether text transparency is used to send blocked records. Text transparency allows all 256 EBCDIC character codes to be sent. This is used to transmit packed or binary data fields. The value must equal the value specified for the host subsystem.

  1. ASCII text transparency is not supported by the operating system.
  2. Transparency of received data is determined by the data stream; therefore, this parameter does not apply to received data.

The possible values are:

Top

Compress Output (DTACPR)

Specifies whether data compression is performed.

Note: The value must be the same as the value specified for the host subsystem.

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 BSC file.

The possible values are:

Top

Examples

None
Top

Error messages

None

Top