Configuring JES2

BARR/RJE

Define the RJE remote to MVS/JES2 by adding another remote in SYS1.PARMLIB(JES2PARM). The following JES2 RJE definition contains statements your host system programmer must enter for each remote. Contact IBM for information on more advanced macros Instructions in a source language that point to sequences of instructions in the same language to replace them. and parameters.

You can access the recommended JES2 remote definition by clicking Remote Definition on the RJE Description tab. The parameters that appear in the dialog box vary depending on the settings selected on the RJE Description tab.

RJE Description Tab

Before you begin, you must gather the following information from your host programmers. We recommend that you print this topic and record the information in the space provided.

Parameters

Sample JES2 Definition

1. APPLID: ___________________

(APPLID of JES2)

2. Remote name: ______________

RMT9999

DEVTYPE=LUTYPE1,

3. Password: _________________

 

PASSWORD=xxxxxxxx,

 

 

BUFSIZE=1024,COMPACT=NO,

 

 

COMPRESS=YES,CONS=YES,MFORM=J,

4. No. of printers: _____________

 

NUMPRT=n,

5. No. of punches: ____________

 

NUMPUN=n,

6. No. of readers: ____________

 

NUMRDR=n,

 

 

SETUP=PDIR

 

RMT9999.PR1

CKPTLINE=66,CKPTPAGE=100,

 

 

PRWIDTH=255,SELECT=PRINT1,TRANS=NO

 

RMT9999.PU1

CKPTLINE=100,CKPTPAGE=100,

 

 

SELECT=PUNCH1,LRECL=80,SEP=NO

 

RMT9999.PU1

 

7. LOGMODE: ________________

BATCH

MODEENT LOGMODE=BATCH,               X

 

 

  FMPROF=X'03',TSPROF=X'03',         X

 

 

  PRIPROT=X'A3',SECPROT=X'A3',       X

 

 

  COMPROT=X'7080',SSNDPAC=7,         X

 

 

  RUSIZES=X'8787',                   X

 

 

  PSERVIC=X'01106000F900C00000010040'

Parameter

Description

1. APPLID

The application name of the host RJE system as defined to VTAM. Check with the host VTAM programmer to find the names in the APPL MAJOR NODE. The host will usually have a customized name.

2. Remote name

The name of the remote. The host programmer assigns your remote a name that uniquely identifies it to the RJE system.

3. Password

The password the software uses to log on to the RJE system. The password restricts use of the remote connection to authorized users.

4. No. of printers

The number of RJE printers (0-7).

5. No. of punches

The number of RJE punches (0-4).

6. No. of readers

The number of RJE readers (0-4).

7. LOGMODE

The formatted or character-coded log on uses the specified LOGMODE entry. You can use either the IBM-supplied BATCH logmode table entry or add a new entry with the parameters shown.

See also: