DEFINE BUNDLE

Defines a CICS Transform Bundle.
Keyword Description
Bundle(name) Name of the Transform Bundle record. Can be up to eight characters in length. Acceptable characters are A through Z, 0 through 9, $, @ and #.
Group Names the group the connection definition belongs to. Mandatory. groupname can be up to eight characters in length. Acceptable characters are A through Z, 0 through 9, $, @ and #. Do not specify a group name starting with DFH, as Mainframe Subsystem Support (MSS) uses that prefix for system groups.
Description(text) Describes the bundle. Optional. text can be up to 60 characters in length, with no restrictions except that if you use a left parenthesis you must ensure that there is a matching right parenthesis.
STatus(ENABLED|DISABLED) Status of the Bundle when it is installed.
BUndledir(string/) Full path to the directory of the bundle. Must end with the forward slash (/).

Example

DEFINE BUNDLE(SAMPBUN) GROUP(SAMPGRP)
DESCRIPTION(Sample BUNDLE)
       BUNDLEDIR($SAMPDIR/bundles/)
       STATUS(ENABLED)