zowe › cics › define🖨️ Define new resources (for example, programs) to CICS through IBM CMCI. Usage zowe cics define <command> Where <command> is one of the following: Commands program | prog - Define a new program to CICS. transaction | tran - Define a new transaction to CICS. urimap-client | uc - Define a new URIMAP of type client to CICS. This acts as an HTTP(S) client urimap-pipeline | up - Define a new URIMAP of type pipeline to CICS. This processes incoming HTTP(S) requests urimap-server | us - Define a new URIMAP of type server to CICS. This acts as an HTTP(S) server webservice | web - Define a new web service to CICS.