Command CICS

Source: Wikipedia, the free encyclopedia.
Developer(s)Ken Dakin
APT Ltd, UK
Initial release1993
Stable release
n/a / 1 January 1993; 31 years ago (1993-01-01)
IBM ES/9000 family, z/OS & compatibles
TypeEmulator
LicenseProprietary software
Websiten/a

Command CICS or Command-CICS is a software product that allows organizations to migrate from "Macro level"

Operating Systems
, creating both operational and maintenance problems. Two different, simultaneous, CICS Licenses were also required.

History

When CICS was first released by

PL/1. Ken Dakin an independent programmer and CEO of APT Ltd. in the U.K., realized that by creating a middleware
product, the problem could be solved for almost all situations. Ken Dakin approached IBM to market his product but received no interest at the time, despite the fact that tens of thousands of their clients application programs would need to be converted or rewritten for the new versions of CICS, costing many millions of dollars.

Macro level emulation

Command-CICS intercepted macro level applications via a Link-edited (static) "stub" positioned ahead of the Load module (

general purpose registers
, R13 and R12 to point to the pseudo control blocks. The CSA was the principal control block holding pointers to the CICS kernel programs (File Control Program, Storage Control Program etc.) in a real macro level CICS environment. The Command-CICS CSA had alternative pointers to Command-CICS entry points instead. It was possible to use CEDF to debug the application program calls when Command-CICS was used.

Macro interface

The application program proceeded to execute normal machine code instructions right up to its first macro level API call, thus adding zero overhead to the program until that point. As soon as the API call left the application program, Command-CICS code would gain control and replace the original linkage with its own, equivalent, Command-level call. In original earlier command level CICS versions (that supported both Macro and Command level programs), the CICS "Exec Interface Program" (DFHEIP) converted the Command level call to an 'actual macro level call. This would add a very small additional overhead only during CICS calls. Later versions of CICS, however, executed the CICS API directly, imposing no additional "backward compatibility" overhead.

Marketing

Command-CICS was initially sold by APT Ltd in the U.K. and APT International in mainland Europe and the rest of the world. At the present time CommandCICS is being offered by Advanced Software Products Group, Inc. of Naples, Florida, United States

Competition

CICS/COMET for z/OS - a similar product from UNICOM Systems Inc.[2] Adds some overhead (because of the requirement to dynamically add a stub).

References

  1. ^ "IBM - Command/CICS". ibm.com.
  2. ^ "UNICOM Systems, Inc. -- A Division of UNICOM Global :: CICS/COMET for z/OS". unicomsi.com.

External links