Re: CICS DOCUMENT CREATE storage?
- From: Arnold Trembley <arnold.trembley@xxxxxxxxxxxxxxxx>
- Date: Thu, 30 Mar 2006 06:41:29 GMT
Joe Zitzelberger wrote:
In article <1143564941.574464.155400@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>,
"Steamroller" <walkertigers@xxxxxxxxx> wrote:
Hi. The question is, where does CICS allocate storage for the EXEC
CICS DOCUMENT commands? Is it above or below the line?
The environment is Z/OS, CICS TS 2.3, Cobol CICS program with an
HTML/JavaScript front end (uses CWS).
We are seeing 2-3 (or more) times as much storage allocated below the
line for all "web-aware" cobol programs versus other programs using BMS
and we are trying to pinpoint the reason why.
Thanks
Check your transaction options. I suspect you have them set to BELow instead of ANY.
Not all CICS applications programmers have access to CEDA to maintain CSD table entries. I believe the parameter in the TRANSACTION ID entry (formerly know as the PCT entry) is named DATALOCATION. Since the PCT/Transaction entry only identifies the first program to be executed in the CICS transaction, and that program could EXEC CICS LINK or XCTL to another program, it's quite possible that another program could be executed that is not AMODE31. Therefore there might be a need to force a transaction to use only AMODE24 data areas.
It might take a system programmer to change the DATALOCATION parameter for the transction.
If you know the transaction ID, you can try to inquire on this by typing the following command on a blank screen in CICS:
CEDC EXPAND GROUP(*) TRANS(XXXX)
The CEDC transaction only allows you to view CSD table entries. The CEDB transaction allows you to view or modify CSD entries. The CEDA transaction allows you to view, modify, or install CSD entries.
And for the old-timers who have been away from CICS for a while, the CSD file replaces virtually all of the configuration tables that had to be assembled to configure CICS -- PCT (transactions), PPT (programs), FCT (files), TCT (Terminals), et cetera. CSD entries are stored in GROUPS, and each CICS region has a LIST of GROUPS that comprise its configuration.
I hope that helps.
--
http://arnold.trembley.home.att.net/
.
- Follow-Ups:
- Re: CICS DOCUMENT CREATE storage?
- From: Steamroller
- Re: CICS DOCUMENT CREATE storage?
- From: Pete Dashwood
- Re: CICS DOCUMENT CREATE storage?
- References:
- CICS DOCUMENT CREATE storage?
- From: Steamroller
- Re: CICS DOCUMENT CREATE storage?
- From: Joe Zitzelberger
- CICS DOCUMENT CREATE storage?
- Prev by Date: Re: CICS DOCUMENT CREATE storage?
- Next by Date: Re: Any comments?
- Previous by thread: Re: CICS DOCUMENT CREATE storage?
- Next by thread: Re: CICS DOCUMENT CREATE storage?
- Index(es):
Relevant Pages
|