Factbites
 Where results make sense
About us   |   Why use us?   |   Reviews   |   PR   |   Contact us  

Topic: CICS


Related Topics
MVS

In the News (Wed 30 May 12)

  
  CICS - Canadian Institute for Climate Studies - Main Menu
CICS - Canadian Institute for Climate Studies - Main Menu
The Canadian Institute for Climate Studies' mission is: to further the understanding of the climate system, its variability and potential for change and to further the application of that understanding to decision making in both the public and private sectors.
CICS is the secretariat for the Pacific Climate Impacts Consortium (PCIC).
www.cics.uvic.ca   (199 words)

  
  CICS: Cooperative Institute For Climate Science
CICS aims to be a world leader in understanding and predicting climate and the co-evolution of society and the environment – integrating the physical, chemical, biological, technological, economic, social and ethical dimensions of climate change – and in training the next generations to deal with the increasing complexity of these issues.
CICS is an outgrowth of a highly successful forty-year collaboration between Princeton University’s Atmospheric and Oceanic Sciences (AOS) Program and GFDL that contributed to the development of oceanic and atmospheric models, performed research on climate and biogeochemical cycling and educated several generations of postdoctoral researchers and graduate students.
The establishment of CICS enhances and extends this long-term partnership by incorporating Princeton University faculty affiliated with the interdisciplinary Princeton Environmental Institute (PEI), thereby augmenting its expertise in the sciences, engineering and policy and facilitating new research collaborations.
web.princeton.edu /sites/cics   (267 words)

  
 College of Information & Computer Science   (Site not responding. Last check: 2007-10-30)
The College of Information and Computer Science (CICS) is the only college of its kind dedicated to providing educational, research and professional programs that explore the complex interactions and relationships among information, technology and people.
CICS is an integral player in the information and technology communities, providing services that foster communication, build understanding and enable individual and collective advancement in information and computer science.
CICS aspires to enhance the human understanding of information; the effectiveness of information-intensive organizations; and the design, development and use of products and services.
www.cwpost.liu.edu /cwis/cwp/cics   (115 words)

  
 MVS Forums - Technical FAQ's - CICS
When a user invokes a transaction, CICS locates the associated program with the transaction, loads it into storage (if it is not there), and starts a task.
CICS uses this information to determine whether new copy of the program need to be loaded from Disk or it exists on storage.
CICS program is to be designed to respond appropriately for each type of user action.
www.mvsforums.com /techfaqscics.html   (1727 words)

  
 BGSU :: Information Technology Services :: Frequently Asked Questions (FAQ) about CICS
CICS (Customer Information Control System) is an online software product maintained by Information Technology Services that allows departments to view or update data on administrative files through desktop computers and terminals in their offices.
It displays a six-digit number that is used in combination with your CICS username to verify that you are authorized to log on.
When you are finished working in CICS, return to the CICS news screen and press the 'F3' key or the "Clear" key to return to the Blockade logon screen.
www.bgsu.edu /its/admin/page11605.html   (727 words)

  
 CICS Training CICS Courses CICS Application Development SYS-ED SYSED
Our 30+ years as CICS consultants provides the historical perspective and the IBM mainframe systems software skillset to teach a new generation of IT personnel.
We worked on several sizable first generation CICS projects, when the source code and program logic was available; it no longer is. This knowledge provides us with a unique insight to explain and draw diagrams which teach why the software works or in some case doesn’t work as it should.
The CICS course workbooks and training aids that we provide as part of our instructor-led courses are unique in the IT field.
www.sysed.com /tech_assessments/CICSAd.htm   (927 words)

  
 IBM - CICS family - Family Overview
CICS (Customer Information Control System) is a family of application servers and connectors that provides industrial-strength, online transaction management and connectivity for mission-critical applications.
This version strengthens application development capabilities and extend CICS applications to a Services Orientated Architecture and provides an efficient and effective environment for applications written in COBOL, PL/I, C, C++ and Java.
TXSeries for Multiplatforms V6.1 is the next generation of distributed CICS for AIX, Windows, HP-UX and Solaris.
www.ibm.com /cics   (256 words)

  
 cics   (Site not responding. Last check: 2007-10-30)
Files that are needed by all applications may be opened when CICS is initialized and closed when CICS is terminated.
It is a rudimentary CICS command debugger which does not require coding an entire program.
The one CICS module would then exist in a package that could be referenced in two different plans.
members.aol.com /cronid/cics.htm   (3200 words)

  
 CICS - Wikipedia, the free encyclopedia
Each unique CICS "Task" or transaction was allocated its own dynamic memory at start-up and subsequent requests for additional memory were handled by a call to the "Storage Control program" (part of the CICS nucleus - or "kernel").
System calls to CICS (for example to read a record from a file) were elicited by a macro call and this gave rise to the later terminology "macro level CICS".
Part of CICS was formalized using the Z notation in the 1980s and 1990s in collaboration with the Oxford University Computing Laboratory, under the leadership of Sir Tony Hoare.
en.wikipedia.org /wiki/CICS   (1352 words)

  
 CNS CICS Application Performance Guidelines
In order to encourage everyone developing applications for CICS to be "good CICS citizens" and not waste the available resources needed by others, a set of resource usage guidelines for applications was established in an attempt to provide optimum performance for CICS regions at CNS.
These are the factors used in calculating the charge for a CICS transaction, and are the resource consumption numbers looked at by the CICS systems programmer when evaluating the performance of an application about to be installed into production.
One difference between CICS and batch programming is that CICS provides interfaces which should be used in lieu of the equivalent MVS services.
cics.ufl.edu /applstds.html   (950 words)

  
 CICS Transaction Server   (Site not responding. Last check: 2007-10-30)
CICS Transaction Server for z/OS Version 3.1 - The focus of CICS TS V3.1 is to deliver a set of capabilities which provide customer value by enabling business flexibility through IT simplification.
CICS also provides a range of important functions that can be used by applications written in other programming styles.
CICS Tools CICS Tools are part of IBM's suite of tools that are specifically designed to complement z/OS and OS/390 and to support customer business requirements...
www.lightyr.com /cics.htm   (371 words)

  
 CICS/Spooler
Reports spooled by batch jobs can be printed on a CICS printer and reports spooled by CICS tasks can be printed on batch system printers.
The definition of the segmentation rules are optional extensions to the header and, like the header, can be defined using CICS screens based on jobname or can be imbedded in the report.
Allows the left portion of the report to remain fixed while the right portion of the report is shifted to the right to view columns that will not fit on the screen.
www.mackinney.com /products/cics/cics_spooler.htm   (1106 words)

  
 Accessing CICS Transactions from EJBs
Accessing CICS from Java applications used to be possible through the Common Connector Framework (CCF).
There are a number of mechanisms to talk to CICS from Java programs all provided by the CICS Transaction Gateway.
To get a program ready to call an application in CICS there is a specific sequence of events that needs to occur.
www-106.ibm.com /developerworks/eserver/articles/would_cics.html   (1997 words)

  
 Tips for CNS CICS Application Developers
They are provided to help improve the performance of your applications and the CICS regions as a whole or to avoid problems which have been encountered in the past.
Please notify the CICS systems group of obsolete programs, transaction ids, mapsets, files, and queues so that their definitions may be removed from the CICS tables.
When requesting CICS table definitions for AIX paths, be sure to identify them as such in the memo.
cics.ufl.edu /tips.html   (2088 words)

  
 Amazon.ca: Murach's CICS for the COBOL Programmer: Books: Raul Menendez,Doug Lowe   (Site not responding. Last check: 2007-10-30)
A look at where CICS is headed Learn how to design, code, and test modular programs in which CICS is used for what it does best: transaction processing on the mainframe (then, other languages like Java or Visual Basic can be used for the user interface).
Murach's CICS For The Cobol Programmer is a complete training manual for CICS so well written and presented that the novice will rapidly become proficient in designing, coding, and testing CICS programs.
CICS for the COBOL Programmer is an update to Murach's two volume CICS set utilizing their "paired page" format that makes the material incredibly easy to read and use.
www.amazon.ca /Murachs-CICS-COBOL-Programmer-Menendez/dp/189077409X   (1394 words)

  
 Mainframes.com - CICS   (Site not responding. Last check: 2007-10-30)
In other words, CICS cannot be upgraded first.
CICSPlex has to either be upgraded concurrently with CICS or upgraded first.
CICS TS and the MVS Logger Overcoming Common Problems
www.mainframes.com /cics.htm   (371 words)

  
 IBM Software - SOAP for CICS - Add-on Overview   (Site not responding. Last check: 2007-10-30)
SOAP for CICS is an XML based connectivity solution that enables CICS applications to provide and request services independently of platform, environment, application language or programming model.
SOAP for CICS is a no charge orderable feature of CICS Transaction Server V2 that delivers significantly advanced levels of function, performance and response rates, to those provided in the Technology Preview SupportPac.
SOAP for CICS should be considered by all IBM CICS Transaction Server V2 customers who want to enable CICS applications to easily participate in new business opportunities involving open standards technology.
www-3.ibm.com /software/htp/cics/soap   (285 words)

  
 Using CICS   (Site not responding. Last check: 2007-10-30)
CICS is a control program that handles on-line transactions in an IBM mainframe environment.
If you are in a CICS class, in addition to a userid and the TSO libraries normally created for each student, an additional CICS library will be created, "userid.SU.MAPLIB".
When you compile a CICS program and want to test it, you need to force a new copy of that program into the CICS memory.
mvs.wiu.edu /stumvs/cics.htm   (379 words)

  
 CICS Tips
Most of the times, while executing a CICS transaction, we encounter situations where in the transaction holds the resources and goes in a loop.
If your CICS system interfaces with VSAM files, it is better to use an ESDS file rather than Temporary Storage Queues as VSAM ESDS provides the same functionality as that of a TSQ.
This is because CICS does not have a locking facility for Temporary Storage, while VSAM locks the entire CI.
www.cicsdebug.com /tips.html   (1373 words)

  
 Center for Information and Communication Sciences, Ball State University   (Site not responding. Last check: 2007-10-30)
Student’s work on multiple projects to gain experience, knowledge, and understanding of the effects of human factors in all areas of life and the structure research follows in this area.
The CICS Internetworking Academy is a vendor-neutral environment that involves the setup, management and trouble shooting of multiple vendor networks.
The Social Learning Program is an integral part of the CICS holistic approach to educating future professionals...
www.bsu.edu /cics   (264 words)

  
 O'Reilly Media -- Bookstore: Designing and Programming CICS Applications
CICS is an application server that delivers industrial-strength, online transaction management for critical enterprise applications.
Proven in the market for over 30 years with many of the world's leading businesses, CICS enables today's customers to modernize and extend their applications to take advantage of the opportunities provided by e-business while maximizing the benefits of their existing investments.
So, if you have an existing CICS app on which you want to quickly put on a GUI interface (customized), this book won't help and I don't know where you can find one.
www.oreilly.com /catalog/cics   (792 words)

  
 CICS Training Program CICS Courses SYS-ED SYSED
The duration and content of SYS-ED’s CICS training programs will be adjusted to the operational objectives - functional area, skill-level and budget of the host organization.
A CICS training program can be taught using a programming language other than COBOL – PL/1, FORTRAN, ASSEMBLER or C. Development tools specific to your mainframe environment can be incorporated into a program such as: SDF-II, BMS-GT or CICS Xpediter.
Choose those CICS features that are appropriate to systems requirements of each application.
www.cicstrainingbysysed.us /CICSTrngPrg.htm   (631 words)

  
 IBM Updates CICS for Service-Oriented Architectures
CICS TS v.3.1 extends support for Web services (through WS-Security, WS-Atomic Transaction and other standards) and integrates technology previously available only as an add-on.
CICS TS v.3.1 also introduces a flow management capability that will enable organizations to orchestrate CICS applications in short-running microflows that can be published on an enterprise service bus via Web services, WebSphere MQ, IIOP and other protocols.
Java is not an ideal fit for CICS, and the biggest challenge for CICS is its dependence on COBOL and the anticipated decline of COBOL skills in the market.
www.gartner.com /DisplayDocument?doc_cd=125188   (586 words)

  
 Xpediter/CICS - Enhance CICS Application Quality with Powerful Testing and Debugging
Because CICS is critical to many organizations, companies are looking for ways to improve the agility of this environment to give them a competitive edge and lower overall costs.
One way that companies are achieving their objectives is by identifying the business processes that run on the mainframe and transforming them to be callable and reusable through Service Oriented Architecture (SOA).
While SOA introduces new standards and connectivity protocols, much of the required work is similar to what has taken place in CICS environments in the past.
www.compuware.com /products/xpediter/1996_ENG_HTML.htm   (282 words)

  
 What is CICS? - A Word Definition From the Webopedia Computer Dictionary
CICS is also available on non-mainframe platforms including the RS/6000, AS/400 and OS/2 -based PCs.
The CICS Project is an exchange forum for users of IBM CICS and provides links to information on CICS events, related Web links, and CICS Project coordinators.
CIC Group, Inc. Company Research - Find information on CIC Group, Inc. with operations and products, financials, officers, competitors and more at Hoover's.
www.webopedia.com /TERM/C/CICS.html   (519 words)

  
 Shadow z/Services - CICS Region
Shadow z/Services for CICS leverages the powerful features of IBM's CICS and CICS TS platforms, while providing customers with the added benefits of Shadow's ease of development, implementation and operation.
Removal of Dual-Maintenance Requirement – Shadow z/Services for CICS removes the traditional screen-scraping requirement of modifying the new front-end application or component whenever the legacy application is changed.
Shadow z/Services for CICS is the only runtime server in the marketplace that deploys natively on the mainframe within a CICS region and offers four high-performance options for direct access to mainframe screen and business logic.
www.neonsys.com /Shadow/shadow_zServices-CICS_Region.asp   (800 words)

Try your search on: Qwika (all wikis)

Factbites
  About us   |   Why use us?   |   Reviews   |   Press   |   Contact us  
Copyright © 2005-2007 www.factbites.com Usage implies agreement with terms.