LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (May 1998)Back to main CICS-L pageJoin or leave CICS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Fri, 8 May 1998 22:57:13 -0400
Reply-To:     CICS List <CICS-L@UGA.CC.UGA.EDU>
Sender:       CICS List <CICS-L@UGA.CC.UGA.EDU>
From:         "Morris, E Patrick (Patrick)** CTR **" <epmorris@LUCENT.COM>
Subject:      Re: BTAM Return Codes
Content-Type: text/plain; charset="us-ascii"

The data for a sequential terminal MUST be FIXED, UNBLOCKED (Usually 80,80). There is a CICS parm (EODI) that can be set to control whether the line should end with a \ (the default, aka x'15') or something else. If you chose something else, the EODI parm takes two digits that it interprets as hex, be sure to choose something that will NEVER show up in your data!

Patrick Morris

>---------- >From: K K LEUNG[SMTP:leungkk@NETVIGATOR.COM] >Reply To: K K LEUNG >Sent: Friday, May 08, 1998 9:18 PM >To: CICS-L@UGA.CC.UGA.EDU >Subject: Re: BTAM Return Codes > >Have you put '\' after each line of input? Is the RECLEN of the >TCT definitions each to that of the dataset? > > >Can you make the data as fixed blocked? > >Regards, >KK LEUNG >Email: leungkk@iname.com >homepage: http://home.ust.hk/~leungkk >*** Mail from Hong Kong SAR, China >************************* Separator *************************************** > >-----Original Message----- >From: Mark Buttaro <Mark_Buttaro@HARVARD.EDU> >To: CICS-L@UGA.CC.UGA.EDU <CICS-L@UGA.CC.UGA.EDU> >Date: Saturday, May 09, 1998 3:21 AM >Subject: Re: BTAM Return Codes > > >>Thanks for all your responses - let me add a bit more detail. None of >>the transactions in the batch terminal appear to be executing. The >>shutdown stats show 0 input and 0 output messages. The input is fixed, >>unblocked. The first tran is a CSSN, and again the shutdown stats do not >>indicate that CICS ever processed a CSSN transaction. Additional error >>messages are as follows - >> >>DFH2507 INPUT EVENT REJ RETURN CODE FF AT TERM VERI, >>14.45.265 >>DFHTEP, TID ----- >>VERI >>DFHTEP, ACTION -- LINEOS, ABEND, >>ABORTWR >>DFHTEP, DECB ---- 428508FF 00800050 005DA5C0 0002C5AC 00005658 >>005DA504 >> 005DA560 00000000 00000000 00000000 00000000 >>00000000 >>DFHTEP, TACLE --- 96000040 0002BF60 88100000 >>005DA630 >>DFHTEP, ESE ----- 00010000 88000000 >>00511098 >>DFHTEP, ACTION -- LINEOS, ABEND, >>ABORTWR >>DFH2500 UNIT OUT OF SERVICE LINE W/TERM VERI, >>14.45.265 >> >>I could not find the control blocks documented in either MVS Data Areas >>or CICS Data Areas >> >>TIA >> >>> > From: Mark Buttaro[SMTP:Mark_Buttaro@HARVARD.EDU] >>> > Reply To: CICS List >>> > Sent: Friday, May 08, 1998 7:08 AM >>> > To: CICS-L@vm.marist.edu >>> > Subject: BTAM Return Codes >>> > >>> > We are trying to use the Batch Terminal Interface feature of Verify in >>> > our CICS 2.1.2 system. We get msg DFH2507 INPUT EVENT REJECTED RETURN >>> > CODE FF. FF is the BTAM return code. The CICS Messages manual point us >>> > towards the OS/VS BTAM manual, which we cannot find, either on CD, on >>> > the net, or physically. Can anyone tell me what a BTAM FF means (I >>> > hope >>> > it doesn't mean 'There was an error. Contact your systems programmer') >>> > or point me to a copy of this manual? >>> > >> >>Mark Buttaro >>617.495.0465 - voice >>617.496.2279 - fax >>Mark_Buttaro@harvard.edu >> > >


Back to: Top of message | Previous page | Main CICS-L page