Description

transactionid
The name of a CICS transaction to be started. This is a 1-4 character value.
FROM
Specifies the data passed to the transaction. Up to 78 characters of data can passed.
value
The character string that makes up the content of your data.

A value that contains blank characters must be surrounded with delimiters. Valid delimiters for a data value are single quotes, parentheses, and double quotes. When the delimiters are double quotes, the double quotes are included as part of the data.

TERMID
Specifies the CICS terminal associated with the transaction.

This option is required for any transaction that must communicate with a terminal. Otherwise omit this option to start the transaction without an associated terminal.

terminalid
A CICS terminal identifier. This is a 1-4 character alphanumeric value.

The current CICS terminal identifier for your QMF session is listed on the QMF CICS command prompt panel.

[ Previous Page | Next Page | Contents | Index ]