CICSTRAN


This command invokes a CICS transaction.

Command

Parameters

CICSTRAN

tranID

[‘parameter1 parameter2’]

[USERID ( )]

Related topic

The following table describes the parameters:

Parameter

Function

Notes

tranID

ID of the transaction to invoke

1- to 4-alphanumeric characters

The transaction must be capable of running the terminal unattached. For example, the CICS program must use the EXEC CICS RETRIEVE command instead of the EXEC CICS RECEIVE command.

parameters

Specify any parameters necessary for this transaction

Maximum length of all parameters is 80 characters.

When UCCICTRN=N is specified in BBPARM member AAOPRMxx transaction parameters can be specified in mixed or lowercase as well as uppercase. They will not be converted by BMC AMI Ops Automation

USERID

Specifies a user ID under whose authority the transaction runs

Specifies the USERID parameter that will be used on the EXEC CICS START TRANSID command

This parameter must be specified at the end of the command whether or not the command contains parameters. If security is active within the CICS system and is being enforced for the use of USERID on the START TRANSID command, the default CICS user ID must be authorized as a surrogate to use this user ID. Refer to the IBM documentation CICS Transaction Server for z/OS RACF Security Guide for more information about activating transaction security and defining resources, including surrogate CICS user IDs, to the RACF database.

The USERID parameter is not required.

Example

This example command deactivates BBI-SS PAS to CICS communications.

/* REXX */
"IMFEXEC CICSTRAN FST2 'AOF'"
/* REXX */
"IMFEXEC CICSTRAN FST2 'AOF' USERID(tsouser1)"

CLIST example:

IMFEXEC CICSTRAN FST2 'AOF'
IMFEXEC CICSTRAN FST2 'AOF' USERID(tsouser1)

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

BMC AMI Ops Automation 8.4