Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
Top |
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 |
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 |
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 |
Specifies the name of the source file that contains the CICS map source.
Top |
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:
If LANG=COBOL then a source file name of QLBLSRC will be used.
If LANG=C then a source file name of H will be used.
If no LANG parameter is specified in the map source, then COBOL will be assumed and the source file name will be QLBLSRC.
Top |
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 |
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 |
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:
Valid values depend on the current version, release, and modification level, and they change with each new release.
Top |
Specifies the text that briefly describes the new CICS definition.
Top |
Top |
Top |