introduction to cics
play

Introduction to CICS Course introduction Course introduction What - PowerPoint PPT Presentation

Introduction to CICS Course introduction Course introduction What is CICS? What is an application server? Why use an application server? Course introduction Services provided by CICS How CICS applications are defined Scaling CICS to meet


  1. Calling a program and passing data FLIGHT-CHANNEL Time Dest-Airport Date From-Airport LHR LDW 14/01/17 1300 Booking-ref ABCDE1234 Book Holiday Book Flight Java program C program

  2. Summary Programs can call others irrespective of language Mixed language application server New programs can easily re-use existing business logic

  3. CICS as an application server Accessing databases

  4. Accessing databases Application Server: CICS Application: Book a holiday Book Holiday Java program Book Flight Book Holiday COBOL program Java program

  5. CICS is not a database Efficient connectors to databases Use language specific APIs for access

  6. When things go wrong Application Server: CICS Application: Book a holiday Book Holiday Java program Book Flight Book Hotel C program COBOL program

  7. Summary

  8. CICS as an application server Monitoring

  9. Monitoring an application Service Level Agreements Application use Capacity planning

  10. Monitoring use Application Server: CICS Application: Book a holiday Book Holiday Java program Book Flight Book Holiday C program COBOL program

  11. Monitoring use Language independent monitoring Monitoring records written to a central location

  12. Monitoring use Number of users Time of day

  13. Monitoring use Application Server: CICS Application: Book a holiday 40% Book Holiday Java program Book Flight Book Holiday 60% C program COBOL program

  14. Pushing to the limit Application Server: CICS Application: Book a holiday Book Holiday Java program Monitoring Records Book Flight Book Holiday C program COBOL program Monitoring Reports Database

  15. Summary CICS provides functions to measure application performance Measure performance over a mixed language application No changes to program source code Monitor the whole application, not just the sum of its parts

  16. CICS as an application server Transactions

  17. Handling problems Application Server: CICS Application: Book a holiday Book Holiday Java program Book Flight Book Hotel C program COBOL program

  18. Handling problems Application Server: CICS Application: Book a holiday Unit of work Book Holiday Java program Book Flight Book Hotel C program COBOL program

  19. Extended transactions Transactionality applies to all resources All requests processed within a unit of work All updates are in doubt until the transaction is completed

  20. Syncpoint API Syncpoint Rollback

  21. Mixed language transactions Transactions are not unique to CICS Java Transaction Architecture (JTA) Maintain transaction over mixed language applications

  22. Summary Transactions are important Each request is a transaction Implicit transaction model Transactions supported over mixed languages

  23. CICS as an application server Summary

  24. Summary CICS provides services to applications Single or mixed languages applications Extend existing applications Operate application as a single entity

  25. Configuring an application in CICS Introduction to resource definitions

  26. Example application Application Server: CICS User provides holiday Application: Book a holiday information Program: Book Holiday Holiday is booked User receives response Program: Program: Book Flight Book Hotel

  27. Example application Application Server: CICS Application: Book a holiday TCPIPSERVICE Program: Book Holiday URIMAP Program: Program: Book Flight Book Hotel PROGRAM

  28. Handling a request from the web Application Server: CICS Application: Book a holiday TCPIPSERVICE Program: Book Holiday (Java) URIMAP Program: Program: Book Flight Book Hotel PROGRAM

  29. Example web request http:/ /cics.ibm.com:80/Holiday/AliceInfo Hostname = http://cics.ibm.com Port = 80 Request = Holiday/AliceInfo

  30. Listening for a web request Resource Definition: TCPIPSERVICE Defines the port for CICS to listen on Can specify security options such as to use SSL encryption Application Server: CICS

  31. Reaching our application Resource Definition: URIMAP Routes a request to target program http:/ /cics.ibm.com:80/Holiday/AliceInfo ‘/Holiday/*’ to Book Holiday Application Server: CICS Program: Book Holiday (Java)

  32. Our application program Resource Definition: PROGRAM Reference to the actual program Describes how and where the program should execute Application Server: CICS Program: Book Holiday (Java)

  33. What has happened so far User has sent a request to CICS over the web CICS has listened for and routed that request to our program Application Server: CICS Program: Book Holiday (Java)

  34. What happens next Our program will process the request and respond to the user using the same communication channels and protocols . Application Server: CICS Program: Book Holiday (Java)

  35. Resource definitions Layer of abstraction above underlying resources Application: program Infrastructure: HTTP connection

  36. Why use resource definitions? Allow configuration of various application and system components Programs refer to resource definition not to the underlying resource Underlying resource can be changed without needing to alter the program

  37. Example Replace ‘Book Hotel’ with Java program Application: Book a holiday ‘Book Holiday’ can remain unaltered Book Holiday Java program Calls Book Hotel through the CICS API Book Flight Book Hotel C program COBOL program

  38. Summary TCPIPSERVICE URIMAP PROGRAM Other definitions available to configure other capability

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend