> -----Original Message----- > From: IBM Mainframe Discussion List > [mailto:[EMAIL PROTECTED] On Behalf Of John Mattson > Sent: Wednesday, June 18, 2008 5:17 PM > To: [email protected] > Subject: Looking for consult help getting to 31-bit CICS Cobol > > We are looking for someone to help with our getting to 31-bit > addressing in CICS. > Running TS 2.2 on zOS 1.08. Major problems: lots of > VSCobol, a > good bit of use of CICS forbidden verbs such as STRING in the > VSCobol. I > have re-written our old Assembler exits to work in batch, but > CICS either > presents new challenges, or VSCobol is getting in the way. So we are > looking for someonewho has already done this, Must have > VSCobol, zCobol, > CICS, and assembler experience. eMail me, or call 562-290-4163
STRING is no long forbidden in Enterprise COBOL CICS code. The LE environment "knows" it is in CICS and replaces the z/OS GETMAIN with a CICS GETMAIN. -- John McKown Senior Systems Programmer HealthMarkets Keeping the Promise of Affordable Coverage Administrative Services Group Information Technology The information contained in this e-mail message may be privileged and/or confidential. It is for intended addressee(s) only. If you are not the intended recipient, you are hereby notified that any disclosure, reproduction, distribution or other use of this communication is strictly prohibited and could, in certain circumstances, be a criminal offense. If you have received this e-mail in error, please notify the sender by reply and delete this message without copying or disclosing it. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

