dbo:abstract
- CICS, és l'acrònim en anglés de Customer Information Control System (en català, Sistema de control d'informació de clients), és un gestor transaccional, o monitor de teleprocés, que s'executa principalment en mainframes IBM amb els sistemes operatius , o . També existeixen versions de CICS per altres entorns, com OS/400, OS/2, etc. La versió per a entorns Unix rep el nombre de TX Series. CICS és un sistema dissenyat per processar tant transaccions en temps real com en temps diferit (per lots). En els grans ordinadors , un sistema CICS pot donar servei a milers de transaccions per segon. És una peça clau en els serveis de molts bancs, administracions i grans empreses. Les aplicacions CICS poden ésser escrites en diferents llenguatges com COBOL, PL/I, llenguatge de programació C, C++, codi assemblador, REXX i Java. Per motius històrics, la majoria d'aplicacions CICS estan escrites en COBOL o PL/I. (ca)
- IBM CICS (Customer Information Control System) is a family of mixed-language application servers that provide online transaction management and connectivity for applications on IBM mainframe systems under z/OS and z/VSE. CICS family products are designed as middleware and support rapid, high-volume online transaction processing. A CICS transaction is a unit of processing initiated by a single request that may affect one or more objects. This processing is usually interactive (screen-oriented), but background transactions are possible. CICS Transaction Server (CICS TS) sits at the head of the CICS family and provides services that extend or replace the functions of the operating system. These services can be more efficient than the generalized operating system services and also simpler for programmers to use, particularly with respect to communication with diverse terminal devices. Applications developed for CICS may be written in a variety of programming languages and use CICS-supplied language extensions to interact with resources such as files, database connections, terminals, or to invoke functions such as web services. CICS manages the entire transaction such that if for any reason a part of the transaction fails all recoverable changes can be backed out. While CICS TS has its highest profile among large financial institutions, such as banks and insurance companies, many Fortune 500 companies and government entities are reported to run CICS. Other, smaller enterprises can also run CICS TS and other CICS family products. CICS can regularly be found behind the scenes in, for example, bank-teller applications, ATM systems, industrial production control systems, insurance applications, and many other types of interactive applications. Recent CICS TS enhancements include new capabilities to improve the developer experience, including the choice of APIs, frameworks, editors, and build tools, while at the same time providing updates in the key areas of security, resilience, and management. In earlier, recent CICS TS releases, support was provided for Web services and Java, event processing, Atom feeds, and RESTful interfaces. (en)
- Customer Information Control System (CICS) ist ein Transaktionsmonitor von IBM. Die Middleware dient dazu, Applikationen zu implementieren, in denen Transaktionen unmittelbar verarbeitet werden müssen (siehe OLTP). CICS-Kommandos werden dafür sehr häufig in Verbindung mit COBOL benutzt, wobei die Anweisungen in den Code der Programmiersprache eingefügt sind. (de)
- CICS, acrónimo en inglés de Customer Information Control System (en español, Sistema de control de información de clientes), es un gestor transaccional, o monitor de teleproceso, que se ejecuta principalmente en mainframes IBM con los sistemas operativos OS/390, z/OS o VSE. También existen versiones de CICS para otros entornos, como OS/400, OS/2, etc. La versión para entornos Unix recibe el nombre de TX Series. CICS es un sistema diseñado para procesar tanto transacciones en línea como batch. En los grandes ordenadores , un sistema CICS puede dar servicio a miles de transacciones por segundo. Es una pieza clave en los servicios de muchos bancos, administraciones y grandes empresas. Las aplicaciones CICS puede ser escritas en diferentes lenguajes como COBOL, PL/I, C, C++, código ensamblador, REXX y Java. Por motivos históricos, la mayoría de aplicaciones CICS están escritas en COBOL o PL/I. * Datos: Q1146247 (es)
- Le système appelé CICS (Customer Information Control System, c'est-à-dire « Système de contrôle des informations client ») est un système qui permet d'effectuer des opérations transactionnelles (en général consultation ou mise à jour de bases de données ou de fichiers) avec une très grande économie de moyens. CICS est généralement utilisée sur les systèmes mainframe d'IBM, notamment les zSeries 900 ou S/390, mais peut aussi l'être sur des systèmes plus petits comme les AS/400, RS/6000, ou même des serveurs PC. À titre indicatif, un IBM 3033 équipé de 16 Mo de mémoire – qui correspondait à peu près en puissance de calcul à un Pentium 100 – pouvait gérer de front 17 500 terminaux CICS. Sur un processeur actuel (2009) de la série Z, CICS peut servir sans difficulté des milliers de transactions par seconde, ce qui le rend en particulier tout à fait apte aux transactions de terminaux bancaires automatiques. CICS est couramment et principalement utilisé par les institutions financières, les applications bancaires, les distributeurs de billets, mais aussi dans les systèmes de production industriels. Plus de 90 % des compagnies du Fortune 500 reposent sur CICS pour la gestion de leurs transactions[réf. nécessaire]. La majorité des applications CICS sont écrites en COBOL, mais il est également possible d'utiliser le langage assembleur, le langage C ou C++, PL/I, REXX et, plus récemment, Java. La dernière version de CICS pour z/OS est la 5.6 (2020). (fr)
- CICS (Customer Information Control System) は、IBMが開発・販売している、メインフレームを中心としたトランザクション処理用のミドルウェアである。 (ja)
- CICS(Customer Information Control System, 고객 정보 제어 시스템)는 z/OS와 z/VSE 운영 체제를 사용하는 IBM 메인프레임 시스템에서 주로 구동되는 트랜잭션 서버이다. CICS는 고속의 대용량 온라인 트랜잭션 처리를 지원하도록 설계된 미들웨어이다. CICS에서의 "트랜잭션"은 하나 이상의 오브젝트에 영향을 미칠 수 있는, 단일 요청이 발행한 처리 단위이다. 이러한 처리는 보통 상호 작용적(화면 지향)이지만 백그라운드 트랜잭션이 가능하다. CICS는 운영 체제의 기능을 확장하거나 대체하는 서비스들을 제공하며 운영 체제의 일반화된 서비스들보다 더 효율적이고 특히 다양한 터미널 서비스와 통신을 한다는 관점에서 프로그래머들이 사용하기 더 쉽다. CICS용으로 개발된 응용 프로그램들은 다양한 프로그래밍 언어로 작성할 수 있으며 CICS가 제공하는 언어 확장을 사용하여 파일, 데이터베이스 연결, 터미널과 같은 리소스와 상호 작용한다든지, 웹 서비스와 같은 기능을 호출할 수 있다. CICS가 은행, 보험 기업들과 같은 금융 기업들 사이에 상당한 이목을 끌고 있으며, 포춘 500 기업들 가운데 90%가 여러 정부 기관들과 더불어 CICS를 구동하고 있는 것으로 보고되고 있다. 또, CICS는 여러 소규모 단체에도 널리 쓰이고 있다. 최근의 CICS 트랜잭션 서버는 웹 서비스, 엔터프라이즈 자바 빈즈 (EJBs), 이벤트 처리, Atom 피드, RESTful 인터페이스 지원 등이 강화되었다. CICS 트랜잭션 서버 버전 4.2는 2011년 6월 24일 상용화되었으며 시스템 이벤트, 64비트 자바, 트랜잭션 추적, 패스프레이즈에 대한 지원이 추가되었다. (ko)
- Customer Information Control System (CICS, CICS Transaction Server) è un server transazionale ovvero un gestore di transazioni che può essere eseguito principalmente su mainframe IBM con sistema operativo z/OS e . È progettato per l'esecuzione di un elevato volume operazioni online, principalmente interattive ovvero controllabili da un utente tramite terminale, ma sono ammesse anche elaborazioni in background. Le applicazioni che il CICS può eseguire sono scritte in vari linguaggi che usano estensioni del linguaggio CICS per interagire con le risorse CICS quali ad esempio file, connessioni a database, o per invocare funzioni come ad esempio un servizio web. Il CICS gestisce la transazione globalmente e in maniera tale che se per qualsiasi motivo una parte della transazione fallisce, tutti i cambiamenti prodotti vengono ripristinati come se la transazione non avesse lavorato affatto. Dato che il CICS è maggiormente utilizzato nelle istituzioni finanziarie quali le banche o le compagnie assicurative, nel 2004 più del 90% delle aziende Fortune 500 fondavano sull'utilizzo del CICS (su zOS) le funzioni chiave del loro business. Il CICS è usato anche nelle applicazioni su sportelli, nei sistemi di controllo di produzione, in applicazioni assicurative e in molti altri tipi di applicazioni interattive. I recenti miglioramenti del CICS includono il supporto dei servizi Web e degli Enterprise Java Beans (EJBs), , Atom feeds, e l'interfaccia RESTful.Il CICS Transaction Server version 4.2, disponibile per tutti i clienti il 24 giugno 2011, include il supporto per gli eventi di sistema, il 64-bit Java, il transaction tracking, e la passphrase. (it)
- IBM CICS (Customer Information Control System) — это семейство серверов приложений, которые обеспечивают онлайн-управление транзакциями и связь для приложений в системах мэйнфреймов IM под управлением z/OS и z/VSE. Сама IBM, также, определяет класс этого программного обеспечения как монитор транзакций. Продукты семейства CICS разработаны как промежуточное программное обеспечение и поддерживают быструю онлайн-обработку больших объемов транзакций. Транзакция CICS — это единица обработки, инициируемая одним запросом, который может повлиять на один или несколько объектов. Эта обработка обычно интерактивна (ориентирована на экран), но возможны фоновые транзакции. Сервер транзакций CICS (CICS TS) является основным продуктом семейства CICS и предоставляет службы, расширяющие или заменяющие функции операционной системы. Эти службы могут быть более эффективными, чем общие службы операционной системы, а также более простыми для использования программистами, особенно в отношении связи с различными терминальными устройствами. Приложения, разработанные для CICS, могут быть написаны на различных языках программирования и использовать предоставленные CICS языковые расширения для взаимодействия с такими ресурсами, как файлы, подключения к базе данных, терминалы, или для вызова таких функций, как веб-службы. CICS управляет всей транзакцией таким образом, что если по какой-либо причине часть транзакции завершается сбоем, все восстанавливаемые изменения могут быть отменены. Недавние усовершенствования CICS TS включают новые возможности для улучшения опыта разработчиков, включая выбор API, фреймворков, редакторов и инструментов сборки, и в то же время предоставляют обновления в ключевых областях безопасности, отказоустойчивости и управления. В более ранних, недавних выпусках CICS TS обеспечивалась поддержка веб-служб и Java, обработки событий, каналов Atom и интерфейсов RESTful API. (ru)
- CICS是IBM公司的强大主机交易服务器、整合平台,在全球C、C++、COBOL等交易中间件市场上占有绝大多数客户。 CICS有超过30年的历史,开发于在IBM英国的赫思里(Hursley)研发中心。CICS英国式发音是“kiks”。在AIX、HP等分布平台上的CICS叫Txseries。 交易服务器也叫交易处理中间件。支持联机交易服务(OLTP),提供用户实时的交易请求与响应,支持分布式交易服务、多个数据源、异种数据源、和分布式协同应用,支持两阶段提交。 (zh)
dbp:date
- 2005-02-05 (xsd:date)
- 2009-02-04 (xsd:date)
dbp:url
dct:subject
rdf:type
rdfs:comment
- Customer Information Control System (CICS) ist ein Transaktionsmonitor von IBM. Die Middleware dient dazu, Applikationen zu implementieren, in denen Transaktionen unmittelbar verarbeitet werden müssen (siehe OLTP). CICS-Kommandos werden dafür sehr häufig in Verbindung mit COBOL benutzt, wobei die Anweisungen in den Code der Programmiersprache eingefügt sind. (de)
- CICS (Customer Information Control System) は、IBMが開発・販売している、メインフレームを中心としたトランザクション処理用のミドルウェアである。 (ja)
- CICS是IBM公司的强大主机交易服务器、整合平台,在全球C、C++、COBOL等交易中间件市场上占有绝大多数客户。 CICS有超过30年的历史,开发于在IBM英国的赫思里(Hursley)研发中心。CICS英国式发音是“kiks”。在AIX、HP等分布平台上的CICS叫Txseries。 交易服务器也叫交易处理中间件。支持联机交易服务(OLTP),提供用户实时的交易请求与响应,支持分布式交易服务、多个数据源、异种数据源、和分布式协同应用,支持两阶段提交。 (zh)
- CICS, és l'acrònim en anglés de Customer Information Control System (en català, Sistema de control d'informació de clients), és un gestor transaccional, o monitor de teleprocés, que s'executa principalment en mainframes IBM amb els sistemes operatius , o . També existeixen versions de CICS per altres entorns, com OS/400, OS/2, etc. La versió per a entorns Unix rep el nombre de TX Series. (ca)
- IBM CICS (Customer Information Control System) is a family of mixed-language application servers that provide online transaction management and connectivity for applications on IBM mainframe systems under z/OS and z/VSE. CICS family products are designed as middleware and support rapid, high-volume online transaction processing. A CICS transaction is a unit of processing initiated by a single request that may affect one or more objects. This processing is usually interactive (screen-oriented), but background transactions are possible. (en)
- CICS, acrónimo en inglés de Customer Information Control System (en español, Sistema de control de información de clientes), es un gestor transaccional, o monitor de teleproceso, que se ejecuta principalmente en mainframes IBM con los sistemas operativos OS/390, z/OS o VSE. También existen versiones de CICS para otros entornos, como OS/400, OS/2, etc. La versión para entornos Unix recibe el nombre de TX Series. * Datos: Q1146247 (es)
- Le système appelé CICS (Customer Information Control System, c'est-à-dire « Système de contrôle des informations client ») est un système qui permet d'effectuer des opérations transactionnelles (en général consultation ou mise à jour de bases de données ou de fichiers) avec une très grande économie de moyens. CICS est généralement utilisée sur les systèmes mainframe d'IBM, notamment les zSeries 900 ou S/390, mais peut aussi l'être sur des systèmes plus petits comme les AS/400, RS/6000, ou même des serveurs PC. La dernière version de CICS pour z/OS est la 5.6 (2020). (fr)
- Customer Information Control System (CICS, CICS Transaction Server) è un server transazionale ovvero un gestore di transazioni che può essere eseguito principalmente su mainframe IBM con sistema operativo z/OS e . I recenti miglioramenti del CICS includono il supporto dei servizi Web e degli Enterprise Java Beans (EJBs), , Atom feeds, e l'interfaccia RESTful.Il CICS Transaction Server version 4.2, disponibile per tutti i clienti il 24 giugno 2011, include il supporto per gli eventi di sistema, il 64-bit Java, il transaction tracking, e la passphrase. (it)
- CICS(Customer Information Control System, 고객 정보 제어 시스템)는 z/OS와 z/VSE 운영 체제를 사용하는 IBM 메인프레임 시스템에서 주로 구동되는 트랜잭션 서버이다. CICS는 고속의 대용량 온라인 트랜잭션 처리를 지원하도록 설계된 미들웨어이다. CICS에서의 "트랜잭션"은 하나 이상의 오브젝트에 영향을 미칠 수 있는, 단일 요청이 발행한 처리 단위이다. 이러한 처리는 보통 상호 작용적(화면 지향)이지만 백그라운드 트랜잭션이 가능하다. CICS는 운영 체제의 기능을 확장하거나 대체하는 서비스들을 제공하며 운영 체제의 일반화된 서비스들보다 더 효율적이고 특히 다양한 터미널 서비스와 통신을 한다는 관점에서 프로그래머들이 사용하기 더 쉽다. CICS용으로 개발된 응용 프로그램들은 다양한 프로그래밍 언어로 작성할 수 있으며 CICS가 제공하는 언어 확장을 사용하여 파일, 데이터베이스 연결, 터미널과 같은 리소스와 상호 작용한다든지, 웹 서비스와 같은 기능을 호출할 수 있다. (ko)
- IBM CICS (Customer Information Control System) — это семейство серверов приложений, которые обеспечивают онлайн-управление транзакциями и связь для приложений в системах мэйнфреймов IM под управлением z/OS и z/VSE. Сама IBM, также, определяет класс этого программного обеспечения как монитор транзакций. (ru)
rdfs:label
- CICS (ca)
- Customer Information Control System (de)
- CICS (es)
- CICS (en)
- Customer Information Control System (fr)
- Customer Information Control System (it)
- CICS (ja)
- CICS (ko)
- CICS (ru)
- CICS (zh)