Questions tagged [zos-connect-ee]

Questions about z/OS Connect Enterprise Edition which is used to expose RESTful APIs from data on IBM System Z and call RESTful APIs from CICS, IMS and Batch applications.

z/OS Connect Enterprise Edition is a product from IBM which enables data locked up on the mainframe to be exposed as RESTful APIs without having to change existing backend programs. Users can also call RESTful APIs from CICS, IMS or Batch applications using COBOL and PL/I without having to deal with JSON or HTTP calls directly.

More information can be found in the Knowledge Center

7 questions
2
votes
1 answer

How to - enable distributed tracing on our z/OS Connect servers (based on WebSphere liberty Profile and open-liberty)?

I am writing to you today to request assistance in enabling distributed tracing in z/OS Connect and CICS while working with API requesters - from COBOL routines (in the scope of online CICS transactions) that activates APIs via the zCEE…
1
vote
1 answer

Using WOLA in Liberty WebApp to access CICS

Trying to use WOLA direct from a webapp in Liberty to CICS. Using same CICS region successfully with z/OS Connect V2 (zCEE). With Liberty, I have configured: servlet-3.1 jndi-1.0
Michael Casile
  • 85
  • 2
  • 11
0
votes
1 answer

Hi Guys, Can anyone please share a CICS (COBOL) wrapper for zOS connect having Depending on clause

Can anyone please share a CICS (COBOL) wrapper program example for a zOS connect. I am have to use DEPENDING CLAUSE for the same. So far I am new to zOS thing. I have to use channels and containers. Example if any please.
Badal
  • 1
0
votes
2 answers

Connection Reference in Service Project Editor of z/OS Connect EE

Please help me to understand the connection Reference that we give the service project editor of z/OS connect EE. Will it be used when establishing a connection with CICS region from z/OS connect EE server? Adding the image.
MCN
  • 83
  • 1
  • 7
0
votes
0 answers

Send multiple files in connect direct ndm parallely

I want to send huge files from Unix to zos node parallely can you help how to open multiple sessions and submit the ndm script any example code will be helpful to me Is parallel transfer possible from Unix(node A) to mainframes (node B)
Hari
  • 1
0
votes
1 answer

API requester generation using z/OS Connect build toolkit

While we generate API requester artifacts using zconbt commandline tool and the API specification file the zconbt is not generating copybooks for multiple error responses. Suppose in the API swagger file we have defined response schema for HTTP…
-1
votes
1 answer

Does IBM Z/OS Connect EE allow authoring custom REST API

In our current project , We have a need to run queries from Azure on z/os systems. We plan to use IBM Z/OS Connect EE for integration from Azure cloud to Z/OS. We found that Z/OS Connect EE provides out of box features, to construct API on z/os…