Setting up oracle connect for reentrancy – Oracle Audio Technologies B31003-01 User Manual

Page 59

Advertising
background image

Installing Oracle Connect on an IBM OS/390 or z/OS Series Platform

Installing and Configuring OracleAS Adapter for IMS/TM 6-11

GRNAME

for the XCF group name and OTMANM for the IMS member name in that

XCF group, as in the following example:

EDIT IMS.PROCLIB(DFSPBIV1) - 01.03

command ===>

000082 AOIS =,

000083 GRNAME=IMSATT01,

000084 OTMA=YES,

000085 MAXPST=

000086 OTMANM=

3.

Start the OTMA Callable Interface (C/I).

Add an entry in the program properties table (PPT) for the OTMA C/I
initialization program as follows:

a.

Edit the SCHEDxx member of the SYS1.PARMLIB data set by adding the
following entry:

PPT PGMNAME(DFSYSVI0) /*PROGRAM NAME =DFSYSVI0 */

CANCEL /*PROGRAM CAN BE CANCELED */

KEY(7) /*PROTECT KEY ASSIGNED IS 7 */

SWAP /*PROGRAM IS SWAPPABLE */

NOPRIV /*PROGRAM IS NOT PRIVILEGED */

DSI /*REQUIRES DATA SET INTEGRITY */

PASS /*CANNOT BYPASS PASSWORD PROTECTION */

SYST /*PROGRAM IS A SYSTEM TASK */

AFF(NONE) /*NO CPU AFFINITY */

NOPREF /*NO PREFERRED STORAGE FRAMES */

b.

To make the SCHEDxx changes take effect, perform one of the following tasks:

Re-IPL the system.

Issue the SET SCH= command.

c.

Edit and submit the following JCL procedure to run DFSYSVI0:

//OTMAINIT PROC RGN=3000K,SOUT=A,

/PARM1=

//*

//IEFPROC EXEC PGM=DFSYSVI0,

//REGION=&RGN

//*

//STEPLIB DD DISP=SHR,UNIT=SYSDA,

//DSN=IMSVS.RESLIB

//*

//SYSPRINT DD SYSOUT=&SOUT

//SYSUDUMP DD SYSOUT=&SOUT

//*

4.

Run DFSYSVI0 after the IPL, to initialize the OTMA C/I.

5.

Copy INSTROOT.LOAD(ATYDBDC)to an IMS/TM program library, such as
IMS.PGMLIB

.

Setting Up Oracle Connect for Reentrancy

All Oracle Connect load modules are reentrant to enable subtasking. Therefore, move
INSTROOT.LOAD

to the Link Pack Area (LPA).

WhereINSTROOT is the high-level qualifier where Oracle Connect is installed.

Advertising