Define a PROCESSTYPE in the local CICS® region.
CREATE PROCESSTYPE >>-CREATE PROCESSTYPE(data-value)--ATTRIBUTES(data-value)-------> >--ATTRLEN(data-value)-----------------------------------------><
Conditions: ILLOGIC, INVREQ, LENGERR, NOTAUTH
CREATE PROCESSTYPE >>------------------------------------------------------------->< PROCESSTYPE attributes: |--+---------------------+--FILE(char8)--+-----------------+----> '-DESCRIPTION(char58)-' '-AUDITLOG(char8)-' .-AUDITLEVEL(OFF)------. .-STATUS(ENABLED)--. >--+----------------------+--+------------------+---------------| +-AUDITLEVEL(ACTIVITY)-+ '-STATUS(DISABLED)-' +-AUDITLEVEL(FULL)-----+ '-AUDITLEVEL(PROCESS)--'
CREATE PROCESSTYPE adds the definition of a BTS process-type to the local CICS region. The definition is built without reference to data stored on the CSD file. If there is already a process-type by the name you specify in the local CICS region, the new definition replaces the old one; if not, the new definition is added.
A syncpoint is implicit in CREATE PROCESSTYPE processing, except when an exception condition is detected early in processing the command. Uncommitted changes to recoverable resources made up to that point in the task are committed if the CREATE executes successfully and rolled back if not. For other general rules about CREATE commands, see the CICS System Programming Reference manual.