Define a PIPELINE in the local CICS region.
CREATE PIPELINE >>-CREATE PIPELINE(data-value)--ATTRIBUTES(data-value)----------> >--ATTRLEN(data-value)--LOGMESSAGE(cvda)----------------------->< CREATE PIPELINE attribute values: |--+-------------------+--CONFIGFILE(name)----------------------> '-DESCRIPTION(text)-' .-SHELF(/var/cicsts)-. >--+------------------+--+--------------------+-----------------> '-WSDIR(directory)-' '-SHELF(directory)---' .-STATUS(ENABLED)--. >--+------------------+-----------------------------------------| '-STATUS(DISABLED)-'
Conditions: INVREQ, LENGERR, NOTAUTH
The CREATE PIPELINE command installs a PIPELINE definition with the attribute specified on the command. It does not use a resource definition stored in the CSD. If there is already a PIPELINE with the name you specify in the local CICS region, and the existing PIPELINE is disabled, the new definition replaces the old one; if an existing PIPELINE is not disabled, the CREATE command fails.
A syncpoint is implicit in CREATE PIPELINE 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. See Creating resource definitions for other general rules governing CREATE commands.