Learn more about features
Connect/MP ›
The first native z/OS batch AI inference utility — no migration, no risk.
z/OS · z/Linux · Linux x86 · Windows · macOS
Native
z/OS Batch
Architecture
Zero
Application Code
Changes
3
Inference Model
Targets
SAF
Access
Control
5
Output
Destinations
Connect/AI is a JCL-native bridge that connects z/OS batch workloads on IBM z17 directly to IBM's Telum II and Spyre-accelerated vLLM inference stack — via HTTP over HiperSockets.
No application code changes, no data movement, no cloud egress — and low-latency inference that preserves batch window SLAs.
Your mainframe data stays on-platform, your existing Z infrastructure becomes an AI inference engine, and your batch jobs gain AI capability through simple JCL steps.
IBM built the inference stack. Connect/AI puts it to work.
Connect/AI gives z/OS batch workloads direct, secure access to the world's most powerful specialty inference models — fraud detection, risk scoring, clinical NLP, legal document analysis, regulatory compliance, and more — through JCL steps.
Connect/AI connects your mainframe data to any HTTP-accessible model endpoint, local or cloud, without requiring data replication, application changes, or custom integration pipelines.
The right model for the right workload, called at the right moment — directly within your existing batch job stream.
Connect/AI runs as a native z/OS batch process, giving every prompt, model interaction, and dataset the same SAF access controls, audit policies, and System SSL encryption as your most critical mainframe workloads — keeping AI workflows safe, controlled, and fully accountable.
Why Connect/AI
Click any card to expand details.
Connect/MP › Connect/AI
z/OS · z/Linux · Linux x86 · Windows · macOS
Batch AI Inference
Output & Routing
Security & Compliance
Connect/MP › Connect/AI
z/OS · z/Linux · Linux x86 · Windows · macOS
Connect/AI — Use Cases
AI inference, where your data already lives.
Connect/AI brings intelligence to mainframe batch workflows — without moving your data, rewriting your applications, or learning new tooling for data preparation. Raw mainframe data uses the tools you already know: DFSORT, IDCAMS REPRO, REXX, COBOL, DB2 extraction tools, SMF extraction tools, JCL SORT.
Financial Services & Insurance
Financial Services
AI-assisted fraud narrative generation
A retail bank's fraud team reviews hundreds of flagged transactions daily, each requiring manual cross-referencing before writing a case narrative. Raw VSAM transaction records contain packed decimal amounts, internal offsets, and system codes irrelevant to the analyst. A REXX script flattens the VSAM structure and converts packed decimal values to readable form; DFSORT filters the output to the 12 fraud-relevant fields and caps record volume. Connect/AI passes each prepared record with a structured prompt to a cloud model, writing a plain-language case summary back to dataset for analyst review each morning.
Pipeline
Source
VSAM flagged transactions
packed decimal, raw fields
Prepare
Flatten + filter to 12 fields
decoded values, sized payload
REXX + DFSORTInfer
Connect/AI
cloud model, narrative prompt
Output
Case narrative dataset
analyst review queue
Outcomes
“Our analysts were spending half their morning writing up what the system already knew. Now they spend it deciding what to do about it.”
— Fraud Operations Manager, regional bank
Insurance
Automated policy exception commentary
A life insurer runs nightly batch processing across millions of policies. When a policy hits an exception — lapse risk, beneficiary conflict, underwriting anomaly — it is written to a VSAM KSDS with a deeply nested, repeating-group structure. Compliance rules prohibit policyholder data leaving the on-premises environment. IDCAMS REPRO extracts the relevant exception records; a COBOL program restructures the variable-length records into a consistent flat layout, normalises date and currency fields, and strips fields not relevant to the exception type. Connect/AI targets a locally-hosted inference model, generating a plain-English explanation and suggested resolution path for each exception.
Pipeline
Source
VSAM KSDS exceptions
nested repeating groups
Prepare
Extract, restructure + normalise
flat layout, stripped fields
IDCAMS + COBOLInfer
Connect/AI
local model, exception prompt
Output
Annotated exception report
operations team queue
Outcomes
“We couldn’t send customer data to a cloud API — full stop. The local model option meant we didn’t have to choose between AI and compliance.”
— Head of Policy Operations, life insurer
Government & Operations
Government
SMF-based capacity insight reporting
A government agency’s infrastructure team produces weekly capacity reports from SMF record types 30, 70, and 72 — covering CPU utilisation, DASD activity, and WLM metrics. Raw SMF data arrives as undecoded binary records, previously handled by a mix of SAS macros and manual effort. Standard SMF extraction tools decode the binary records to a workable sequential format; a REXX script then normalises field representations and aggregates readings to hourly intervals to reduce inference payload size, flagging records that breach capacity thresholds. Connect/AI passes the prepared dataset to a z/OS-hosted model requesting a trend summary and risk narrative, delivered by email to infrastructure management before the weekly review.
Pipeline
Source
SMF types 30, 70, 72
binary, undecoded
Prepare
Decode, normalise + aggregate
hourly intervals, threshold flags
SMF tools + REXXInfer
Connect/AI
z/OS model, capacity prompt
Output
Email — infra management
weekly review ready
Outcomes
“We were spending more time preparing the SMF data than reading it. Now the report lands in our inbox already interpreted.”
— Infrastructure Manager, government agency
Mainframe Operations
Direct JES report inference for job failure triage
A mainframe operations team runs hundreds of batch jobs daily via JES2. When jobs fail or produce anomalies, operations staff manually scan spool output — JESMSGLG, JESJCL, SYSOUT — to identify root causes. With Connect/AI, the raw JES report is passed directly to the inference model, which understands fixed-width columnar formats, JCL syntax, and standard IBM message codes natively. No ETL, field extraction, or data preparation pipeline is required. The model reads the spool output as-is, identifies the failing step, interprets the relevant system messages, and drafts a triage summary routed to the operations team via Connect/Hybrid.
Pipeline
Source
JES spool output
JESMSGLG, JESJCL, SYSOUT — unmodified
No Prepare Step
Spool passed directly
fixed-width format, IBM codes read natively
Connect/AIInfer ×1
Triage + summarise
failing step, message codes, probable cause
Output
Connect/Hybrid → ops queue
triage summary for operator review
Outcomes
“We’ve been staring at spool output for thirty years waiting for something to read it for us. Now it just does — no reformatting, no middleware, nothing.”
— Operations Lead, financial services mainframe team
Logistics & Performance Engineering
Logistics
Intelligent exception routing for supply chain events
A global logistics operator processes millions of shipment events daily through a z/OS core system, with exception records stored in DB2. Each record contains the full shipment history — hundreds of columns including rate tables, routing history, and carrier codes — far exceeding what an inference model needs. A DB2 extraction tool selects only current-day exceptions; DFSORT filters to the 15 impact-relevant fields and translates internal carrier and status codes to human-readable equivalents via a lookup. A two-step inference job follows: a lightweight local model classifies severity; for high-severity events only, a cloud model drafts a customer communication, routed via Connect/Hybrid into the CRM for agent review.
Pipeline
Source
DB2 shipment exceptions
full history, internal codes
Prepare
Extract, filter + decode
15 fields, readable values
DB2 tools + DFSORTInfer ×2
Classify → draft comms
local triage + cloud (high severity)
Output
Connect/Hybrid → CRM
agent review queue
Outcomes
“Using a cheap local model to triage and a powerful cloud model only when it counts — that’s the kind of cost control our CFO actually understands.”
— VP Infrastructure, global logistics operator
Performance Engineering
AI-driven Omegamon performance analysis and reporting
A z/OS performance engineering team monitors system health using IBM Omegamon — navigating multiple 3270 monitor screens daily to assess CPU, memory, I/O, and address space activity. Producing the weekly capacity and incident trend report requires manually visiting Omegamon screens, transcribing key metrics, and composing a narrative summary — typically a half-day task. A Python script automates the entire collection process via the Connect/3270 REST API; DFSORT or REXX step merges and sizes the multi-screen payload; Connect/AI then passes the prepared dataset to a cloud model requesting anomaly detection, trend commentary, and a recommended actions summary. The finished report is emailed to the performance team and uploaded via FTP to the infrastructure document store.
Sample JSON Payload — CPU Activity Screen
{
"screen": "OMEGAMON_CPU_ACTIVITY",
"captured": "2026-05-01T06:00:12",
"lpar": "SYSPLEX1",
"cpu": {
"dispatch_pct": 87.4,
"zlip_pct": 61.2,
"wait_pct": 12.6
},
"top_consumers": [
{ "jobname": "BATCHPRC1", "cpu_pct": 23.1, "type": "BATCH" },
{ "jobname": "CICSREG2", "cpu_pct": 18.7, "type": "CICS" },
{ "jobname": "DBMAINT", "cpu_pct": 11.3, "type": "BATCH" }
]
}
Pipeline
Source
Omegamon 3270 screens
live monitor data
Collect
Navigate + capture
JSON per screen
Python + Connect/3270Prepare
Merge + size payload
combined JSON, filtered
DFSORT / REXXInfer
Connect/AI
anomaly + trend analysis
Output
Email + FTP
perf team + doc store
Outcomes
“We’ve been staring at those Omegamon screens for twenty years. This is the first time the system has told us what they mean rather than just showing us the numbers.”
— Senior Performance Engineer, financial services firm
Many of the world's top mainframe installations are using Connect/MP every day to simplify and accelerate mainframe file exchange, across the Enterprise and beyond.
This site uses cookies. By continuing to browse our site you are agreeing to our use of cookies.