Date: Tue, 5 Nov 2002 16:46:05 -0500
Reply-To: CICS List <CICS-L@LISTSERV.UGA.EDU>
Sender: CICS List <CICS-L@LISTSERV.UGA.EDU>
From: David Thomas <davidthomas@CHUBB.COM>
Subject: Re: Rejected posting to CICS-L@LISTSERV.UGA.EDU
Content-type: text/plain; charset=us-ascii
External works until you execute CICS LINK or XCTL, once you break into a
different run-unit the external data no longer has any reference.
"Jean Snow, UGA Listserv Admin" <lsvmaint@uga.edu> on 11/05/2002 04:23:54
PM
Please respond to UGA Listserv Admin <lsvmaint@listserv.uga.edu>
To: davidthomas@CHUBB.COM
cc:
Subject: Re: Rejected posting to CICS-L@LISTSERV.UGA.EDU
The CICS-L list is peered at UGA, Marist and Wien. You're subscribed to
CICS-L@AKH-WIEN.AC.AT, and since posting is restricted to subscribers, you
need to send your post to that address.
If you are replying to a message sent by a CICS-L@LISTSERV.UGA.EDU or
CICS-L@VM.MARIST.EDU subscriber, the reply is set by default to CICS-L at
that host. If you change the address on your reply to always be
CICS-L@AKH-WIEN.AC.AT, your posts should be accepted.
--
***Jean Snow lsvmaint@uga.edu ***
*** EITS Server Systems/Postmaster/Listserv Admin ***
On Tue, 5 Nov 2002 davidthomas@CHUBB.COM wrote:
> Please help, for some reason I cannot post messages to the list.
>
>
> ---------------------- Forwarded by David C Thomas/ChubbMail on
11/05/2002
> 01:08 PM ---------------------------
>
>
> "L-Soft list server at UGA (1.8d)" <LISTSERV@LISTSERV.UGA.EDU> on
> 11/05/2002 01:05:15 PM
>
> To: davidthomas@CHUBB.COM
> cc:
>
> Subject: Rejected posting to CICS-L@LISTSERV.UGA.EDU
>
>
> You are not authorized to send mail to the CICS-L list from
> your
> davidthomas@CHUBB.COM account. You might be authorized to send to the
list
> from
> another of your accounts, or perhaps when using another mail program
> which
> generates slightly different addresses, but LISTSERV has no way to
> associate
> this other account or address with yours. If you need assistance or if
you
> have
> any question regarding the policy of the CICS-L list, please contact
the
> list
> owners: CICS-L-request@LISTSERV.UGA.EDU.
>
> ------------------------ Rejected message (85 lines)
> --------------------------
> Received: from smtpgw05.chubb.com (smtpgw05.chubb.com [12.14.122.29])
> by listserv.cc.uga.edu (8.11.6/8.11.6) with ESMTP id gA5I5Fi02034
> for <CICS-L@LISTSERV.UGA.EDU>; Tue, 5 Nov 2002 13:05:15 -0500
> Received: from lnsmtp2.chubb.com (lnsmtp2.chubb.com [10.20.4.72])
> by smtpgw05.chubb.com (Switch-2.2.2/Switch-2.2.0) with ESMTP id
> gA5I30c32502
> for <CICS-L@LISTSERV.UGA.EDU>; Tue, 5 Nov 2002 13:03:00 -0500
> Sensitivity:
> Subject: Re: Cobol question , data defined as external
> To: CICS List <CICS-L@LISTSERV.UGA.EDU>
> X-Mailer: Lotus Notes Release 5.0.4 June 8, 2000
> Message-ID: <OF9488F378.B4E952D3-ON85256C68.0062D1C6@chubb.com>
> From: davidthomas@chubb.com
> Date: Tue, 5 Nov 2002 13:01:51 -0500
> X-MIMETrack: Serialize by Router on LNSMTP2/SRV/ChubbMail(Release 5.0.9a
> |January 7, 2002) at
> 11/05/2002 01:05:16 PM
> MIME-Version: 1.0
> Content-type: text/plain; charset=us-ascii
>
>
> External works until you execute CICS LINK or XCTL, once you break into a
> different run-unit the external data no longer has any reference.
>
>
>
>
>
>
> Adam Nick <kbhnv54@HOTMAIL.COM>@AKH-Wien.AC.AT> on 11/05/2002 09:05:30 AM
>
> Please respond to CICS List <CICS-L@LISTSERV.UGA.EDU>
>
> Sent by: CICS List <CICS-L@AKH-Wien.AC.AT>
>
>
> To: CICS-L@AKH-Wien.AC.AT
> cc:
>
> Subject: Cobol question , data defined as external
>
>
> Hey
> We have COBOL for OS/390 & VM RELEASE 2.2
> and cics ts 1.3
>
> When you define a data field in Cobol as External in two different
> programs,
> the datafield cannot be shared. When you do the same in batch
> it is working ok.
> Does anybody know this. Have you tried it in your environment.
> Regards
> Adam
>
> Example :
>
> prog1:
> working-storage.
> 01 shrdata pic x(30) external.
> procedure division.
> move 'hello' to shrdata.
> exec cics linkcall prog2'.
>
> prog2:
>
> working-storage.
>
> 01 shrdata pic x(30) external.
>
> procedure division.
>
> if shrdata = 'hello' <******** shrdata does not contain 'hello'
>
>
>
>
>
>
>
>
>
> _________________________________________________________________
> Surf the Web without missing calls! Get MSN Broadband.
> http://resourcecenter.msn.com/access/plans/freeactivation.asp
>
>
>
>
>
>
|