Problem:
The CICS master terminal command CEMT is disabled in Mainframe Express and Enterprise Server. Is this command supposed to be available?
Resolution:
Micro Focus cannot use CEMT by agreement with IBM.
Instead, there is CPMT for programs
-------------------------------------------------------------------------------------------------------
CPMT - Inquire and Set Program Attributes
Displays the current attributes of the specified program for an inquire, and sets the specified program attribute.
Syntax:
CPMT function program-name
Notes:
The function is specified as one of:
CEdf
NOcedf
NEwcopy
PHasein
DPlsubset
FUllapi
PRivate
SHared
ENabled
DIsabled
INquire
NAme-inquire
For each function except INquire and NAme-inquire, CPMT issues an EXEC CICS SET PROGRAM command for the corresponding system programming API keyword.
For the INquire function, CPMT issues an EXEC CICS INQUIRE PROGRAM command, and displays the results.
For the NAme-inquire function, CPMT displays the fully qualified program name of the object loaded from disk for the associated program or table.
-----------------------------------------------------------------------------------------------------------------
, and CFMT for data files.
----------------------------------------------------------------------------------------------------------------
CFMT - File Master Transaction
Opens, closes, enables, disables or inquires on a file.
Syntax:
CFMT [OPen|CLose|ENable|DIsable|INquire|NAme] filename
Notes:
You must enter at least the first two letters of the option you choose.
The filename may contain wild card characters. A question mark denotes any single character, while a single asterisk denotes any number of characters. An asterisk can appear only at the end of the filename. Question marks and an asterisk can be combined, for example:
CFMT CL A??PP*
closes all files that start with "A" and have "PP" in character positions 4 and 5.
You can use the CEBR transaction to view the results of a CFMT transaction that uses wild cards in the filename.
--------------------------------------------------------------------------------------------------------------------
#MFDS
#EnterpriseDeveloper