Adding a new transaction entry to SC00TRAN
search cancel

Adding a new transaction entry to SC00TRAN

book

Article ID: 27569

calendar_today

Updated On:

Products

Ideal

Issue/Introduction

How to add a new transaction entry to SC00TRAN.

If you need to add a new Ideal transaction entry for a transparent signon to SC00TRAN, add the new entry to the IPC CAVQMAC member USRTRANS, then execute the JCL in IPC CAVQSAMP or IPC INSTJCL member VQCUS01 to assemble and linkedit the SC00TRAN module into your CUSLIB. You must then recycle CICS to pick up the new SC00TRAN module.

- For VSE Sites:

If you need to add a new Ideal transaction entry for a transparent signon to SC00TRAN, use the LIBR utility to PUNCH USRTRANS.A, add the new entry, and then catalog the new USRTRANS.A to the IPC base source library. Reassemble and linkedit the SC00TRAN phase using the SAMPJCL member IPINST04. You must recycle CICS to pick up the new SC00TRAN phase.

Environment

Ideal

Resolution

Below is an example of a basic Ideal transparent signon entry:

SCTRANTB TYPE=ENTRY,
TRANID=value,
PROD=IDL,
OPTIONS=(DD,EX,PS),
IDENT='value',
TRNDATA='value',
XFERCMD=value

Additional Information

For additional information and parameters, see the information on SCF Transaction Table (SC00TRAN) in the Ideal Administration Guide.