Previous Topic

Next Topic

Book Contents

Book Index

Step 15.2 – Define transaction codes and PSB

Define a special PSB for IOA IMS/DC support. The PSB must contain only one IOPCB.

The following is an example of PSB parameters:

//S1       EXEC PSBGEN,MBR=IOAIMS

//C.SYSIN  DD * 

           PSBGEN LANG=ASSEM,PSBNAME=IOAIMS,CMPAT=YES

           END

//

Define the IOA transaction codes using the following parameters:

APPLCTN PSB=IOAIMS,PGMTYPE=TP

TRANSACT CODE=transaction-name,

MSGTYPE=(SNGLSEG,RESPONSE,2),

INQUIRY=(YES,RECOVER),

MODE=SNGL,

SPA=(32000,DASD,FIXED)

For a valid transaction_name, see the description of the TRANID parameter in the INCONTROL for z/OS Administrator Guide.

Parent Topic

Step 15 – Install IOA IMS/DC support (optional)