Previous Topic: Get User DataNext Topic: Set Umbrella Name and Type


Use the EXEC CICS Command Level Program Coding Method

The functions that follow are coded using the CICS command level program method.

A CICS program definition is required to implement the CICS command-level interface.

The following definition is included during the installation process:

DEFINE PROGRAM(GSVCMEI)
	LANGUAGE(ASSEMBLER)
	DATALOCATION(ANY)
	EXECKEY(CICS)
	CONCURRENCY(THREADSAFE)
	GROUP(SYSVIEW)