| Author |
Message |
Crasch
Guest
|
Posted:
Fri Sep 02, 2005 12:52 pm Post subject:
COMTI cics using lu6.2 data chunking |
|
|
Hi,
we use his 2000 to send data to our os/390 cics COBOL transaction.
We need to send more than 32k of content.
In the docs it's written that there's no limit on size of the message
but COMTI chunks the data in 32k frame.
Is there a way to change this behavior and sending the data
alltogether?
If not, what is the best way to recreate the area in the receiving host
transaction?
THanks
Carlo Folini |
|
| Back to top |
|
 |
Neil Pike
Guest
|
Posted:
Fri Sep 02, 2005 8:52 pm Post subject:
Re: COMTI cics using lu6.2 data chunking |
|
|
Carlo,
Back when I did mainframe CICS the commarea was limited to 32K. But that was
10+ years ago in CICS v1.x/2.x and early 3.x releases. What is the limit now?
Possible other ways of doing it would be to write the data to a mainframe DB/2
table, VSAM file etc. then kick off a CICS transaction pointing to the key for
the data.
| Quote: | we use his 2000 to send data to our os/390 cics COBOL transaction.
We need to send more than 32k of content.
In the docs it's written that there's no limit on size of the message
but COMTI chunks the data in 32k frame.
Is there a way to change this behavior and sending the data
alltogether?
If not, what is the best way to recreate the area in the receiving host
transaction?
|
Neil Pike. Protech Computing Ltd
Microsoft SNA/HIS MVP |
|
| Back to top |
|
 |
Terry Bullington [MSFT]
Guest
|
Posted:
Fri Sep 02, 2005 8:52 pm Post subject:
RE: COMTI cics using lu6.2 data chunking |
|
|
You can override the default buffer size unfortunately not to a value
larger than you are already have. For any particular piece of data that
you are receiving which is larger than 32k you can redefine it with a table
something like 01 BIG-DATA OCCURS n TIMES PIC X(32763). and then bump
the table index after each receive.
--------------------
From: "Crasch" <carlo.folini@gmail.com>
Newsgroups: microsoft.public.hiserver.general
Subject: COMTI cics using lu6.2 data chunking
Date: 2 Sep 2005 03:57:26 -0700
Organization: http://groups.google.com
Lines: 15
Message-ID: <1125658646.671218.107220@g47g2000cwa.googlegroups.com>
NNTP-Posting-Host: 194.185.181.102
Mime-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
X-Trace: posting.google.com 1125658651 16548 127.0.0.1 (2 Sep 2005 10:57:31
GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Fri, 2 Sep 2005 10:57:31 +0000 (UTC)
User-Agent: G2/0.2
X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1;
.NET CLR 1.1.4322),gzip(gfe),gzip(gfe)
X-HTTP-Via: 1.0 SOBB00US
Complaints-To: groups-abuse@google.com
Injection-Info: g47g2000cwa.googlegroups.com; posting-host=194.185.181.102;
posting-account=eNSt9A0AAADWkgH_HIIGnh7yGIvmEAmc
Path:
TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfeed00.sul.t-online.de!t-onli
ne.de!news.glorb.com!postnews.google.com!g47g2000cwa.googlegroups.com!not-fo
r-mail
Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.hiserver.general:1956
X-Tomcat-NG: microsoft.public.hiserver.general
Hi,
we use his 2000 to send data to our os/390 cics COBOL transaction.
We need to send more than 32k of content.
In the docs it's written that there's no limit on size of the message
but COMTI chunks the data in 32k frame.
Is there a way to change this behavior and sending the data
alltogether?
If not, what is the best way to recreate the area in the receiving host
transaction?
THanks
Carlo Folini |
|
| Back to top |
|
 |
Crasch
Guest
|
Posted:
Mon Sep 05, 2005 12:52 pm Post subject:
Re: COMTI cics using lu6.2 data chunking |
|
|
Hi,
the limit of 32K it's only with CICS LINK using LU6.2 because CSMI is
used (not my case).
This 32k Chunks behavior is also for HIS2004?
Anyway, on the host side we already did something similar to handle the
incoming message in chunks.
Is there a way to know the total message size so we can allocate the
appropriate area?
Carlo |
|
| Back to top |
|
 |
Terry Bullington [MSFT]
Guest
|
Posted:
Tue Sep 06, 2005 8:51 pm Post subject:
Re: COMTI cics using lu6.2 data chunking |
|
|
HIS2004 Transaction Integrator limits the amount of data it will send at
one time to 32K regardless of whether the "Link" programming model is being
used or not.
If you look at the COBOL generated by the TIDesigner it will contain
comments that lists the size of the input and out areas.
--------------------
From: "Crasch" <carlo.folini@gmail.com>
Newsgroups: microsoft.public.hiserver.general
Subject: Re: COMTI cics using lu6.2 data chunking
Date: 5 Sep 2005 03:57:14 -0700
Organization: http://groups.google.com
Lines: 14
Message-ID: <1125917834.703938.322090@g49g2000cwa.googlegroups.com>
References: <1125658646.671218.107220@g47g2000cwa.googlegroups.com>
<VA.00006310.001beb1c@compuserve.com>
NNTP-Posting-Host: 194.185.181.102
Mime-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
X-Trace: posting.google.com 1125917839 9063 127.0.0.1 (5 Sep 2005 10:57:19
GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Mon, 5 Sep 2005 10:57:19 +0000 (UTC)
In-Reply-To: <VA.00006310.001beb1c@compuserve.com>
User-Agent: G2/0.2
X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1;
.NET CLR 1.1.4322),gzip(gfe),gzip(gfe)
X-HTTP-Via: 1.0 SOBB00US
Complaints-To: groups-abuse@google.com
Injection-Info: g49g2000cwa.googlegroups.com; posting-host=194.185.181.102;
posting-account=eNSt9A0AAADWkgH_HIIGnh7yGIvmEAmc
Path:
TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfeed00.sul.t-online.de!t-onli
ne.de!news.glorb.com!postnews.google.com!g49g2000cwa.googlegroups.com!not-fo
r-mail
Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.hiserver.general:1969
X-Tomcat-NG: microsoft.public.hiserver.general
Hi,
the limit of 32K it's only with CICS LINK using LU6.2 because CSMI is
used (not my case).
This 32k Chunks behavior is also for HIS2004?
Anyway, on the host side we already did something similar to handle the
incoming message in chunks.
Is there a way to know the total message size so we can allocate the
appropriate area?
Carlo |
|
| Back to top |
|
 |
Neil Pike
Guest
|
Posted:
Wed Sep 07, 2005 12:53 am Post subject:
Re: COMTI cics using lu6.2 data chunking |
|
|
Carlo - I'm afraid I don't know. Probably best if you open a case with MS PSS
and have them work it with you.
Neil Pike. Protech Computing Ltd
Microsoft SNA/HIS MVP |
|
| Back to top |
|
 |
|
|
|
|