Technical Specifications for Calling Finalist CICS - Finalist - 10.0

Finalist Guide

Product type
Software
Portfolio
Verify
Product family
Data Quality - Postals
Product
Finalist
Version
10.0
Language
English
Product name
Finalist
Title
Finalist Guide
Copyright
2023
First publish date
1984
Last updated
2024-05-15
Published on
2024-05-15T00:57:22.811031

Finalist CICS is called externally using the following CICS command:

EXEC CICS XCTL PROGRAM('LPWN511C') COMMAREA(dataname) LENGTH(datalen)

The "dataname" above refers to the name of the COMMAREA to pass. The "datalen" refers to the length of the COMMAREA to pass.

Note: This must always be an XCTL and not a LINK. Never include this in a program called via a CICS LINK command. The Finalist CICS system must be at the highest level of hierarchy below CICS.