phl_ims13tm&integration - ims ug philly november 2013.pdf

44
© 2013 IBM Corporation ® IMS Version 13 IMS 13 Transaction Manager and Integration Enhancements Suzie Wendler, IBM

Upload: ibm-ims

Post on 20-May-2015

168 views

Category:

Technology


3 download

TRANSCRIPT

Page 1: PHL_IMS13TM&Integration - IMS UG Philly November 2013.pdf

© 2013 IBM Corporation

®

IMS Version 13

IMS 13 Transaction Manager and Integration Enhancements

Suzie Wendler, IBM

Page 2: PHL_IMS13TM&Integration - IMS UG Philly November 2013.pdf

IMS

2

IMS Version 13

Agenda

● IMS TM Enhancementso OTMA Enhancements

o ISC Over TCP/IP

o Synchronous Program Switch

● IMS 13 Integration Itemso Support for native SQL

o TM Resource Adapter Updates

o DB Universal Driver Updates

● IBM IMS Enterprise Suite V3.1o IMS Data Provider for Microsoft .NET

• Statement of Direction

o SOAP Gateway Updates

o Connect API for Java Updates

o Explorer for Development Updates

o JMS API

• IMS 13 synchronous callout support with the ICAL DL/I call

● WebSphere DataPower Integration Appliance V6.0

● IMS Explorer for Administration

�Autonomics

� Modernization

� GUI

Page 3: PHL_IMS13TM&Integration - IMS UG Philly November 2013.pdf

IMS

3

IMS Version 13

OTMA Enhancements

● OTMA (Open Transaction Manager Access) value proposition

o Strengthens IMS as a foundation for open integration technologies

• Used by:

• IMS Connect: clients include IMS TM resource adapter and WAS, WMB, WESB;

DataPower; IMS Soap Gateway, ...

• IMS MQ Bridge: clients include WMB, RYO, ...

• OTMA CI: clients include WOLA

• IMS Connect API: clients include DataPower

• ...

• All of which support cloud technologies and enterprise mobility

Page 4: PHL_IMS13TM&Integration - IMS UG Philly November 2013.pdf

IMS

4

IMS Version 13

IMS 13 OTMA Enhancements ...

● OTMA early termination notification

o Autonomic enhancement for higher availability that allows OTMA clients to be informed of

an IMS shutdown earlier in the termination process

• Potentially reduces unsuccessful attempts to send in new transaction messages that

cannot be processed

• Can expedite shutdown processing

• Planned outages (e.g., /CHE FREEZE | DUMPQ | PURGE)

• Sends resource monitor protocol message during Phase 1 of IMS shutdown

• Unplanned outages (e.g. abend)

• OTMA issues XCF IXCLEAVE immediately after the log buffers are purged

• Function being added to IMS 12: APAR PM73869

Page 5: PHL_IMS13TM&Integration - IMS UG Philly November 2013.pdf

IMS

5

IMS Version 13

IMS 13 OTMA Enhancements ...

● A new global flood control option that enforces the global flood limit

o Rejects new transaction input and protects IMS from storage exhaustion

• Versus just a warning message

• Note: Individual Member level flood control is unchanged

• Warning at 80%, Rejection at 100%, Relief at 50%

• Enabled by

• Issuing “/DIS TMEMBER ALL INPUT xxx” command

• Previous releases caused only a warning

• Specifying INPT value in a special new member client descriptor

• Reserved name of DFSOTMA

Page 6: PHL_IMS13TM&Integration - IMS UG Philly November 2013.pdf

IMS

6

IMS Version 13

IMS 13 OTMA Enhancements ...

● A special new client descriptor (optional)

o Using existing ‘M’ descriptor type in DFSYDTx member of IMS.PROCLIB.

M client-name keywords

Where:

client-name is DFSOTMA

keywords are: INPT= <VALID> global flood control limit DRU= <Ignored>T/O= <Ignored>MAXTP= <VALID> global max number of tpipes that can be created

M DFSOTMA INPT=22222

o New system client name for all the OTMA members, DFSOTMA, is introduced to set global values

For example:

Page 7: PHL_IMS13TM&Integration - IMS UG Philly November 2013.pdf

IMS

7

IMS Version 13

IMS 13 OTMA Enhancements ...

● Enhancements to OTMA destination descriptors

• Simplify asynchronous messaging to WMQ

• Remove the need to code the DFSYPRX0/DFSYDRU0 exits

• Provide dynamic change capability with the Type-2 commands

o New descriptor TYPE={MQSERIES}

• Provides asynchronous callout and messaging support (ISRT ALTPCB)

o Specification of EXIT={YES | NO}

• Determines whether or not the OTMA exits are to be called

o Corresponding enhancement to IMS Type-2 OTMADESC commands

• [CREATE | UPDATE | DELETE |QUERY] OTMADESC

• Recoverable across warm and emergency restarts

Page 8: PHL_IMS13TM&Integration - IMS UG Philly November 2013.pdf

IMS

8

IMS Version 13

IMS 13 OTMA Enhancements ...

● New mechanism to differentiate between CM0 versus CM1 output message

counts for HOLDq-capable clients

o Can help analyze potential bottlenecks

o Enhancement to /DISPLAY TMEMBER TPIPE command and output

• Provides separate counts for the two output queues

• PRIMARY versus HOLDq

• Applicable only to HOLDq-capable clients, e.g. IMS Connect

• Output messages retrieved using Resume TPIPE protocol

• Only affects non-shared queue systems

• New OUTPUT display parameter is mutually exclusive with SYNC and QCNT parameters

HOLDq is a TPIPE secondary queue used

for three types of messages:

• ALTPCB messages chained to the

first control block used for IOPCB output

• Send-only messages

• Rejected IOPCB output

DFS000I MEMBER/TPIPE ENQCT DEQCT QCT INPCT STATUS SMEM

DFS000I HWS1

DFS000I -CLIENT03 1 1 0 1 PMRY

DFS000I -CLIENT03 1 0 1 0 HLDQ

DFS000I -9999 0 0 0 1 PMRY

DFS000I -CLIENT02 1 1 0 1 PMRY

DFS000I -CLIENT04 1 1 0 1 PMRY

DFS000I -CLIENT04 1 0 1 0 HLDQ

Page 9: PHL_IMS13TM&Integration - IMS UG Philly November 2013.pdf

IMS

9

IMS Version 13

IMS 13 OTMA Enhancements ...

● Additional console WTO messages o Enhances automation capability for environments that look at WTOs

• Previously just MTO messages

• DFS0062W LOAD FAILED FOR DRU exit

• DFS1281E (N)ACK ON NON-EXISTING TPIPE= tpipe FROM MEMBER= member

• DFS1283E (N)ACK ON NON-EXISTING BLOCK IN TPIPE= tpipe MEMBER= member TOKEN= token

• DFS1284E (N)ACK ON NON-WAITING BLOCK IN TPIPE= tpipe MEMBER= member TOKEN= token

• DFS1297E OTMA TRANCOMPLETED. NO OUTPUT DUE TO MSG SIZE EXCEEDED 32K (32767)

• DFS1964E DESTINATION TMEMBER ... TPIPE or DESTINATION NAME= nn NOT ACCESSIBLE,

• DFS2374W OTMA GROUP NAME HAS CHANGED FROM oldname TO newname

• DFS2375W IMS HAS CHANGED ITS OTMA MEMBER NAME FROM oldname TO newname

• DFS2376W IMS OTMA MEMBER NAME name IS THE SAME AS A PREVIOUSLY ACTIVE CLIENT

• DFS2386I OTMA IS CONNECTING TO THE MEMBER xxxxxxxx

• DFS2391I MESSAGE DEQUEUE FAILED DURING RESYNCH FOR TMEMBER =x TPIPE = x

• DFS2393I SRVRESYNCH REJECTED BY TMEMBER= xxxxxxxxxxxxxxxx

• DFS2396I RESET SEQUENCE NUMBER FAILED DURING RESYNCH FOR TMEMBER = TPIPE =

Page 10: PHL_IMS13TM&Integration - IMS UG Philly November 2013.pdf

IMS

10

IMS Version 13

IMS 13 OTMA Enhancements ...

● Concerted effort to reduce MIPS in IMS 13 includes OTMA

o More efficient hashing technique for control blocks

• IMPACT to an environment depends on volume of activity

• Example:

• Every CM1 (Send-then-commit) transaction request has a control block associated

with the port TPIPE during processing

• If a slowdown in IMS or zOS occurs or if the system is actively processing large

numbers of requests then an increasing number of these blocks remain active

• The improved hashing technique results in a more timely and efficient search for a

specific block during application GU or checkpoint

o Usage of the CPOOL and DFSBCB in XCF Message Exit instead of the STORAGE

OBTAIN macro

o Removal of unnecessary MVCL hot spot

Page 11: PHL_IMS13TM&Integration - IMS UG Philly November 2013.pdf

IMS

11

IMS Version 13

IMS 13 OTMA Enhancements ...

● Enhancement to ICAL synchronous callout request

o Addresses partial response message due to inadequate application specification

• Provides the ability to complete the retrieval of a reply message

• Without having to re-issue a complete ICAL “SENDRECV” and associated network

transmission costs

o New “RECEIVE” subfunction code

• With an expanded response area

• Retrieves the response message after an ICAL “SENDRECV” is issued with an

inadequate response area specification and gets partial data (AIB RC X’100’, AIB RS

X’00C’)

• IMS 13 keeps a copy of the entire response message in the control region private

storage

• Until a subsequent ICAL “SENDRECV”, syncpoint, or application

• termination

Page 12: PHL_IMS13TM&Integration - IMS UG Philly November 2013.pdf

IMS

12

IMS Version 13

IMS 13 ISC Over TCP/IP

● ISC Over TCP/IP value proposition

o New option that supports TCP/IP network connectivity for Intersystem Communication

(ISC) connections

• IMS – CICS

• CICS 5.1 is requires

o Provides a strategic protocol alternative to SNA/VTAM

• Allows an all inclusive TCP/IP solution for networks

o Supports a communication capability with CICS that is in-line with evolving technologies

Page 13: PHL_IMS13TM&Integration - IMS UG Philly November 2013.pdf

IMS

13

IMS Version 13

IMS 13 ISC Over TCP/IP...

● Highlights

o Supports both static and dynamic terminals

• Static terminal definitions

• SYSGEN stage 1 TYPE, TERMINAL, SUBPOOL macros

• DFSDCxxx PROCLIB member

• Dynamic terminal specification

• Logon descriptors in the DFSDSCMx or DFSDSCTy PROCLIB member

o Leverages IMS Connect

• Enhancements to the HWSCFGxx configuration member

• No IMS Connect user message exit changes

o Uses CSL to communicate between IMS and IMS Connect

• Requires Structured Call Interface (SCI) and

• Operation Manager (OM)

Page 14: PHL_IMS13TM&Integration - IMS UG Philly November 2013.pdf

IMS

14

IMS Version 13

IMS 13 ISC Over TCP/IP...

● Functionality

o CICS IPIC (IP Interconnectivity) provides START / RETRIEVE (asynchronous processing)

support

• When CICS is a front-end system:

• IMS response mode transactions are not supported

• IMS conversational transactions are not supported

• CICS application program cannot use SEND/RECEIVE

• When IMS is a front-end system:

• Transaction support is the same for both ISC VTAM and ISC TCP/IP

• Transaction flow is always asynchronous

• No change to existing programs on either side of the connection

Page 15: PHL_IMS13TM&Integration - IMS UG Philly November 2013.pdf

IMS

15

IMS Version 13

IMS 13 ISC Over TCP/IP...

● IMS terminal definitions

o Static terminals:

• TYPE, TERMINAL, VTAMPOOL and SUBPOOL macros in Stage 1 gen

• Continue to be required for static ISC terminals (VTAM or TCP/IP)

• New keyword: ISCTCPIP in DFSDCxxx

• Specifies that an ISC terminal is to use the TCP/IP support

• Addition, modification, deletion of the ISCTCPIP parameter requires a cold start

• If ISCTCPIP is changed and IMS crashes, ERE ignores the change

o Dynamic terminals (ETO):

• New Logon descriptor information

• UNITYPE=ISCTCPIP, LCLICON=name of local IMS Connect

• User descriptors are optional

• Default user descriptor of DFSUSER will be used

Page 16: PHL_IMS13TM&Integration - IMS UG Philly November 2013.pdf

IMS

16

IMS Version 13

IMS 13 ISC Over TCP/IP...

● The Common Service Layer (CSL) provides the Structured Call Interface (SCI) for communications o Each IMS and its local ISC-routing IMS Connect system must be part of the same IMSplex

o IMS Connect’s HWSCFGxx configuration member

• New CICSPORT parameter in TCPIP statement

• New ISC statement

• New RMTCICS statement

• The Operations Manager (OM) provides type-2 cmd support

IMSIMS ConnectHWSCFGxx

ISC()IMSPLEX=(MEMBER=lcliconname,

TMEMBER=IMSplexname)

...

DFSDFxxx

IMSPLEX =IMSplexname...

SCI

Static:ISCTCPIP=(node,lcliconname)

Dynamic/ETOLogon descriptor:

L descname UNITYPE=ISCTCPIPLCLICON=lcliconname

OR

TCPIP... CICSPORT()

RMTCICS()

Page 17: PHL_IMS13TM&Integration - IMS UG Philly November 2013.pdf

IMS

17

IMS Version 13

IMS 13 ISC Over TCP/IP...

17

IMS1 CICS1

Parallel session 1w/ Security context 1

TERMINALNAME=CICSA1

SUBPOOLNAME=SSN1

SUBPOOLNAME=SSN2

Parallel session 2 w/ Security context 2

APPLID=APPL8

TCPIPSERVICE(TS1)PORT(8891)PROTOCOL(IPIC)

ICON1

TCPIP…

CICSPORT(9991)

RMTCICS(CICS1)

HOST(hostb.com)

PORT(8891)

USERID(userid)

APPL(applname)

ISC(ISC1)

NODE(CICSA1)

RMTCICS(CICS1)

CICSPORT(9991)

CICSAPPL(CICSA1)

LCLIMS=IMS1

IPCONN(SSN1)

APPLID(SSN1)

HOST(hosta.com)

PORT(9991)

TCPIPSERVICE(TS1)

AUTOCONN (Y)

hostb.comhosta.com

IPCONN(SSN2)

APPLID(SSN2)

HOST(hosta.com)

PORT(9991)

TCPIPSERVICE(TS1)

AUTOCONN (Y)

APPLID=CICSA1

ISCTCPIP(CICSA1,ICON1)

VTAMPOOL

TYPE UNITYPE=LUTYPE6

Initiate session from IMS : /OPN NODE CICSA1 USER SSN1

OR

Initiate session from CICS: F CICSA1, CEMT S IP (SSN1) ACQ

TCP/IPSCI

IMS Connect

Page 18: PHL_IMS13TM&Integration - IMS UG Philly November 2013.pdf

IMS

18

IMS Version 13

IMS 13 Synchronous Program Switch

● New capability that enhances the DL/I ICAL support

o Allows an IMS application program to synchronously call and wait for a reply from

another IMS application program

• Within the calling program’s UOW

Database

IMS DB

services

IMS dependent

regionIMS TM

services

MPP, JMPIFP, MD BMP

OTMA

Application

Program

ICALIMS SOAP GATEWAY

IMS

Connect

TCP/IP

user-written Client

WebSphere

IMS TM resource adapter

Page 19: PHL_IMS13TM&Integration - IMS UG Philly November 2013.pdf

IMS

19

IMS Version 13

IMS 13 Synchronous Program Switch...

● Value Proposition

o Modernization of the IMS application infrastructure

• Provides an internal service flow of IMS transactions to complete a business process

• In the same IMS or a different IMS

o Implementation of a Process Server or Broker inside IMS

• Reduces unnecessary network traffic when accessing multiple applications in the

same IMS or IMSplex

WASApplication

WASIMS

Connect

IMS

MPPx

MPP4

MPP2

MPP3

ICALICALICALICAL

WASApplication

WASIMS

ConnectIMS

MPP4

MPP2

MPP3

MPP1

MPP1

Page 20: PHL_IMS13TM&Integration - IMS UG Philly November 2013.pdf

IMS

20

IMS Version 13

IMS 13 Synchronous Program Switch...

● Highlights

o An enhancement to the DL/I ICAL to invoke another IMS application

• In the same IMS

• In a different IMS

• In a Shared Queues

back-end

• Across an MSC link

o And synchronously receive the response back during the same UOW

o Where IMS internally schedules the transaction initiated by the ICAL call as an OTMA transaction

• Uses a new type of OTMA destination descriptor (TYPE=IMSTRAN) which has been introduced specifically for

synchronous program switch support

o And the target transaction can be

• An IFP, MPP, MD BMP, or JMP in IMS TM or TM/DB environments

MPP1

MPP4

MPP3

ICAL

ICAL

ICAL

IMS1

MPP2

IMS X

IMS2

MSC

Shared

Msg Queues

Page 21: PHL_IMS13TM&Integration - IMS UG Philly November 2013.pdf

IMS

21

IMS Version 13

IMS 13 Synchronous Program Switch...

● Uses OTMA Destination Routing Descriptors

o Which externalize the routing definitions and specifications for callout messages and synchronous program switch messages

• Allowing up to 510 destination routing descriptor entries defined in DFSYDTx member of IMS.PROCLIB

o With new TYPE= IMSTRAN for synchronous program switches

D entry_name keywords Where entry_name is descriptor entry name and can be masked by ending in an *

keywords are: TYPE=IMSTRANLTERMOVR=name

TMEMBER=name

TPIPE-name

SMEM=NO|YES

EXIT= NO|YES

REPLYCHK=YES|NO

SYNCTP=NO|YES

SYNTIMER=timeout value

For example: D OTMDEST1 TYPE=IMSTRAN SYNTIMER=500

D OTMDEST2 TYPE=IMSTRAN TMEMBER=SCOTTHWS1 TPIPE=BRYCE EXIT=YES

Page 22: PHL_IMS13TM&Integration - IMS UG Philly November 2013.pdf

IMS

22

IMS Version 13

IMS 13 Synchronous Program Switch...

● Usage examples

o Applications can issue multiple ICALs to different destination TYPEs

• Synchronous callout

• Synchronous program switch

ICAL DEST1

ICAL TRANB

TRANAIMS CTL Region

IMS Connect

WebSphere

IMS TMRA

IMS SOAP

Gateway

TCP/IP

RYO pgm

OTMA

MSG-Q

Destination Descriptor

TYPE(IMSCON)

TRANB

GU IOPCB

ISRT IOPCB

Destination Descriptor

TYPE(IMSTRAN)

1

23

4

5

6

7

GU, IOPCB

Page 23: PHL_IMS13TM&Integration - IMS UG Philly November 2013.pdf

IMS

23

IMS Version 13

IMS 13 Synchronous Program Switch...

● Usage examples...

o The IMS application environment supports recursive requests

• ICAL to ICAL

• Across a single or multiple IMS systems

FE IMSBE IMS or Local IMS

LTERM

LU62

OTMA

BMP

TRANA

SQ

ICAL request

SQ,MSC,Local

(FE=BE)

ICAL to SKS2

ISRT IOPCB

APOL12

SKS2

GU, IOPCBICAL to SKS1

ISRT IOPCBSKS1

ISRT IOPCB

GU, IOPCB

ISRT, IOPCB

GU, IOPCB

GU, IOPCB

1 3

4

5

6

78

2

Page 24: PHL_IMS13TM&Integration - IMS UG Philly November 2013.pdf

IMS

24

IMS Version 13

IMS 13 Synchronous Program Switch...

● Implications

o New design considerations

• Timeout values

• Transaction Expiration

• Late Responses

• LTERM Override

• ALTPCB destinations

• Multiple ICALs

• Recursive requests

• Holding database locks across an ICAL request

o Increased importance for performance tooling

Page 25: PHL_IMS13TM&Integration - IMS UG Philly November 2013.pdf

IMS

25

IMS Version 13

IMS 13 Integration Enhancements

Page 26: PHL_IMS13TM&Integration - IMS UG Philly November 2013.pdf

IMS

26

IMS Version 13

IMS TM Resource Adapter

● IBM WebSphere Application Server V8.5 support

● IBM RACF password phrases to enhance the current support for RACF

passwords.

o This support is provided through the IMS 13 service process

Page 27: PHL_IMS13TM&Integration - IMS UG Philly November 2013.pdf

IMS

27

IMS Version 13

IMS solutions for Java development overview

● Classic Java APIs for IMS

o IMS Version 13 is the last release to support the IMS Classic Java APIs.

• use the IMS Universal drivers for developing your Java applications to access IMS

● IMS DB resource adapter

o IMS Version 13 is the last release to support the IMS Classic Java DB resource adapter.

• use the IMS Universal Database resource adapter to develop Java EE applications that

access IMS from WebSphere Application Server

● IMS Universal drivers - IMS 13 integration items from IMS 12 service process

o Search on a qualifier based on an offset and length within a segment instance

• search fields do not need to be defined within the DBD source

o Support the IMS catalog for retrieving database and application metadata.

• complex datatypes (arrays and structures), and segment maps

Page 28: PHL_IMS13TM&Integration - IMS UG Philly November 2013.pdf

IMS

28

IMS Version 13

IMS

.NET

Support for native SQL

● Native SQL Processor

IMS DB

IMS 13

ODBMIMS

Connect

IMS

Catalog

IMS DB

IMS

Catalog

DRDADRDA

SQL

IMS

Native

SQL

Processor DLI

z/OS

MPP,IFP,BMP

Regions

COBOL

Native

SQL

Page 29: PHL_IMS13TM&Integration - IMS UG Philly November 2013.pdf

IMS

29

IMS Version 13

IMS Native SQL Support for COBOL

● Provides access to IMS databases using SQL from IMS managed COBOL

application programs

o Requires IBM Enterprise Cobol for z/OS 5.1 (5655-W32) and APAR PM92523

● Solution

o IMS COBOL applications with embedded SQL statements are supported:

• IMS TM/DB

• MPP,IFP,BMP

• DBCTL BMP

o Convert SQL statements to DL/I database calls

• Handle SQL errors

● Benefits

o Reduce application development cost by leveraging existing SQL skills

o Expands IMS database access for application and database developers.

Page 30: PHL_IMS13TM&Integration - IMS UG Philly November 2013.pdf

IMS

30

IMS Version 13

STATEMENT OF DIRECTION: IMS Data Provider for Microsoft .NET

● IBM intends, at a future time, possibly via its support and service

processes, to make available IMS Data Provider for Microsoft .NET as

part of the IMS Enterprise Suite for Distributed Systems offering.

● It will be designed to provide standard SQL access to IMS data from Microsoft .NET applications.

The intention is to allow Microsoft .NET applications to transparently and directly read and manipulate IMS data without the

need for intermediate steps and additional tooling to accomplish these tasks. IBM's statements regarding its plans, directions, and intent are subject to change or withdrawal without notice at IBM's sole discretion. Information regarding potential future products is intended to outline our general product direction and it should not be relied on in making a purchasing decision. The information mentioned regarding potential future products is not a commitment, promise, or legal obligation to deliver any material, code, or functionality. Information about potential future products may not be incorporated into any contract. The development, release, and timing of any future features or functionality described for our products remains at our sole discretion.

Page 31: PHL_IMS13TM&Integration - IMS UG Philly November 2013.pdf

IMS

31

IMS Version 13

STATEMENT OF DIRECTION: IMS Data Provider for Microsoft .NET

DRDA

IMS 13

Application Server

ODBMDATASTORE

(NAME=IMSA)

ALIAS

(NAME=IMS)

z/OS

TCP/IP

DDMIMS Connect

TCPIP

DRDA

PORT

8888

SCI

DRDA

SQLcalls

DRA

CCTL

ODBA

SCIOM

IMS DB

IMS CatalogPSB1

IMS

SQL

Call Handler

Command

SQL + Parameters

DataReader

Connection

DRDA Client

ADO.NET

Applications

Connection Pool

drdaserver.ims.com

Result set data

DataAdapter

DataSet

Page 32: PHL_IMS13TM&Integration - IMS UG Philly November 2013.pdf

IMS

32

IMS Version 13

IMS Enterprise Suite Version 3.1 SOAP Gateway

● 64-bit support for z/OS

o SOAP Gateway now runs on the z/OS platform in 64-bit mode, allowing organizations to take advantage of their 64-bit operating environment for extended memory usage.

● Send-only with ACK support for synchronous callout

o Send-only with acknowledgement protocol support for synchronous callout allows SOAP Gateway to receive a final confirmation that the response message was delivered to the original IMS application that issued the callout request. This confirmation provides SOAP Gateway users additional information about whether a callout response message was sent to IMS and whether IMS received the message.

● SOAP Gateway management utility batch mode support

o Administrators can now use the batch mode of the management utility to facilitate web service deployment and server management for better performance and manageabilit

o iogmgmt -batch command read file for execution as a batch in one JVM instance.

● Enhanced security cipher suite support

o SOAP Gateway is enhanced to use the FIPS 140-2 approved cryptographic provider(s); IBMJCEFIPS (certificate 376) and/or IBMJSSEFIPS (certificate 409) for cryptography.

o SOAP Gateway also adds the support for Transport Layer Security (TLS) V1.2 and for cipher suites with key length of 2048 and key strength of 112 bit, as required by NIST SP800-131A.

Page 33: PHL_IMS13TM&Integration - IMS UG Philly November 2013.pdf

IMS

33

IMS Version 13

IMS ES 2.2 SOAP Gateway WS-Security

● WS-Security SAML unsigned tokens for synchronous callout applications

o Originating Userid (PSTUSID) for the IMS synchronous callout application is passed to the

external web service for further authentication and authorization

● Benefit

o Provides message-level security for synchronous callout

● WS-Security enhancement for provider web services

o support for Security Assertion Markup Language (SAML) 2.0 sender-vouches signed

tokens

● Benefit

o Provides additional message integrity for service provider processing

o Extends SOAP Gateway support of WS-Security standards

Page 34: PHL_IMS13TM&Integration - IMS UG Philly November 2013.pdf

IMS

34

IMS Version 13

IMS ES 2.2 SOAP GatewayEnd-to-end Transaction Tracking – Provider Scenario(correlation based on Tracking ID)

IMS ES 2.2

SOAP

Gateway

IMS

ConnectO

T

M

A

IMS 13

IMS AppHorizontal

Tracking ID +

(XML) request data

eventexit *

messageexits*

Horizontal

Tracking ID

+ message data

Tracking ID

Horizontal

Tracking ID +

(XML) response

data + CSM Horizontal

Tracking ID +

message dataIMS

Log record

SOAPGateway

Transaction log

Transaction Tracking API

Monitoring

data*

Request with

optional tracking ID

response

Horizontal and Vertical

Tracking IDs

Route /

generate Tracking ID

ITCAM

IMS ConnectExtensions

IMS Connect

Extensionsjournal

Problem

Investigator

Performance

Analyzer

IMS

Performance Analyzer

IMS

Problem Investigator

records events with

Tracking ID

Tracking IDSoap Client

Horizontal and Vertical

Tracking IDs

Page 35: PHL_IMS13TM&Integration - IMS UG Philly November 2013.pdf

IMS

35

IMS Version 13

Generate SQL to

access IMS data

See database relationships

change DBD field

attributes

Edit PSB sensitive segments and

attributes

Ability to access the IMS Catalog

IMS Enterprise Suite V3.1 Explorer for Development

Page 36: PHL_IMS13TM&Integration - IMS UG Philly November 2013.pdf

IMS

36

IMS Version 13

IMS Enterprise Suite V3.1 Explorer for Development

● The enhancements for V3.1 include:

o Ability to import large numbers of DBDs and PSBs.

o Automatic imports of referenced DBDs when DBDs and PSBs from the IMS catalog or the

host are imported.

o Ability to import COBOL and PL/I data structures from the host.

o Support for unit testing.

• create transaction test cases

o Support for IMS catalog navigation.

o A Problems View for troubleshooting information

Page 37: PHL_IMS13TM&Integration - IMS UG Philly November 2013.pdf

IMS

37

IMS Version 13

WebSphere DataPower Integration Appliance V6.0 (5725-K52)

● IMS ICAL Synchronous Callout Support

o enables access from IMS transaction to external service

● IMS Connect Send/Receive Support

o enables a direct connection to an IMS transaction

● IMS Database Support

o enables a direct connection to an IMS database

Page 38: PHL_IMS13TM&Integration - IMS UG Philly November 2013.pdf

IMS

38

IMS Version 13

WebSphere DataPower V6.0 access to IMS DB

DataPower

IMS

JDBC

Driver

Routing/

data

transformation

SQL

sends /

receives

DRDA

sends /

receives

IMS DB

ODBMIMS

Connect

IMSCatalog

IMS DB

IMSCatalog

DRDA

DL/I

IMS

Call

Handler

Back

End

services

IMS 12

Page 39: PHL_IMS13TM&Integration - IMS UG Philly November 2013.pdf

IMS

39

IMS Version 13

IBM IMS EXPLORER FOR ADMINISTRATION

● Web Browser

o Graphically administer IMS Databases and transactions

o View IMSPlex

• visualize relationships between various IMS resources

• transactions, programs and databases in one view

o Replacement for IMS Control Center

• Customers currently using the IMS Control Center should use IMS Explorer for Administration.

● Software requirements

o IMS Tools Admin Console (no-charge)

• IBM IMS Explorer for Administration is available through APAR PM94292 as an extension of the Administration Console component of IBM Tools Base for z/OS, V1.4

o IMS Version 12

• IMS Connect

• Common Service Layer OM and SCI

o Supported web browser

• Firefox, Internet Explorer, Safari

Page 40: PHL_IMS13TM&Integration - IMS UG Philly November 2013.pdf

IMS

40

IMS Version 13

IBM IMS Explorer For Administration – IMSPlex Resources

Page 41: PHL_IMS13TM&Integration - IMS UG Philly November 2013.pdf

IMS

41

IMS Version 13

IBM IMS Explorer for Administration – Manage Transactions

Page 42: PHL_IMS13TM&Integration - IMS UG Philly November 2013.pdf

IMS

42

IMS Version 13

IBM IMS Explorer for Administration – Programs View

Page 43: PHL_IMS13TM&Integration - IMS UG Philly November 2013.pdf

IMS

43

IMS Version 13

IBM IMS Explorer for Administration – Databases View

Page 44: PHL_IMS13TM&Integration - IMS UG Philly November 2013.pdf

IMS

44

IMS Version 13

Discontinuance of support

● IMS 13 is the last release to support IMS MFS Web Enablement.

o Customers using this function should migrate to IBM Rational Host Access Transformation

Services (HATS).

● IMS 13 is the last release to support IMS Classic Java APIs.

o Customers using these APIs should migrate to the IMS Universal JDBC Driver.

● IMS 13 is the last release to support the IMS Connect SSL function.

o Customers using this function should migrate to IBM z/OS Communications Server

Application Transparent Transport Layer Security (AT-TLS) to set up Secure Socket Layer

(SSL) TCP/IP connections to IMS Connect

● IMS Enterprise suite for z/OS , V2.1 is the last release to provide the DLIModel

Utility plug-in.

o Customers should migrate to Explorer for Development

• Explorer provides ability to import DLIModel projects

o Customers using IMS Database Web Services should transition to using the IBM® Data

Studio which leverages the IMS Universal Drivers