Create CICS Map (CRTCICSMAP)

Where allowed to run: All environments (*ALL)
Threadsafe: No
Parameters
Examples
Error messages

The Create CICS MAP (CRTCICSMAP) command allows you to create BMS physical and symbolic maps.

Top

Parameters

Keyword Description Choices Notes
CICSMAP Map object name Qualified object name Required, Positional 1
Qualifier 1: Map object name Name
Qualifier 2: Library Name, *CURLIB
SRCFILE Map source file Qualified object name Optional, Positional 2
Qualifier 1: Map source file Name, QMAPSRC
Qualifier 2: Library Name, *LIBL, *CURLIB
SRCMBR Map source member name Name, *MAP Optional, Positional 3
LMAPSRC Symbolic map source file Qualified object name Optional, Positional 4
Qualifier 1: Symbolic map source file Name, *DEFAULT
Qualifier 2: Library Name, *LIBL, *CURLIB
LMAPMBR Symbolic map source member Name, *MAP Optional, Positional 5
REPLACE Replace output objects *YES, *NO Optional, Positional 6
TGTRLS Target release Character value Optional, Positional 7
TEXT Text Character value, *SRCMBRTXT, *BLANK Optional, Positional 8
Top

Map object name (CICSMAP)

Specifies the qualified name of the generated 3270 or 5250 CICS BMS map.

The possible library values are:

map-name: Specify the name of the generated map file.

Note: If a suffix operand is specified, the suffix is attached automatically to the name.

Top

Map source file (SRCFILE)

Specifies the qualified name of the input BMS map source from which the 3270 or 5250 maps are created.

The possible library values are:

QMAPSRC: If a BMS map source file is not specified, the supplied source file QMAPSRC contains the map source.

source-map-name: Specify the name of the BMS map source from which the physical map file is created.

Top

Map source member name (SRCMBR)

Specifies the name of the source file that contains the CICS map source.

Top

Symbolic map source file (LMAPSRC)

Specifies the qualified name of the output source file which will contain the symbolic map as either a COBOL copybook or a C header file.

The possible library values are:

The possible symbolic source file values are:

Top

Symbolic map source member (LMAPMBR)

Specifies the name of the source file member that contains the symbolic map source. If this parameter is not specified, the map name specified on the CICSMAP parameter is used.

Note: Care should be taken when using this parameter to make sure that you don't specify the same fully qualified name of a source member as that of an existing one; otherwise, you will replace the one that is already there.

Top

Replace output objects (REPLACE)

Specifies whether a CICS BMS map is created when there is an existing CICS BMS map of the same name in the same library.

Top

Target release (TGTRLS)

Specifies the release level of the operating system on which you intend to use the object being created. In the examples given for the *CURRENT and *PRV values, and when specifying the target-release value, the format VxRxMx is used specify release, where Vx is the version, Rx is the release, and Mx is the modification level. For example, V3R6M0 is Version 3, Release 6, Modification 0.

Valid values for this parameter change every release.

The possible values are:

Top

Text (TEXT)

Specifies the text that briefly describes the new CICS definition.

Top

Examples

None
Top

Error messages

Unknown
Top