Re: Fw: COBOL callable services?

2005-09-01 Thread Clark Morris
On Wed, 31 Aug 2005 00:00:00 GMT, Ted MacNEIL [EMAIL PROTECTED] wrote: may define data residing below 16M if ALL31 is set to OFF [IBM-supplied default]. ... IBM recommends ALL31 to be set to on, for overhead reasons. I have always hated a default set against recommendations, which IBM does all

Re: Fw: COBOL callable services?

2005-09-01 Thread Ted MacNEIL
Until you are sure that you have no 24 bit programs in the mix, ALL31(ON) could cause application failures. Thus the default is ... Not according to IBM. They told us to change our CICS/LE to ALL31(ON) even though we had 24-bit programmes. Just this past December: 2.10 LE from 2.10 TS1.3

Re: Fw: COBOL callable services?

2005-08-31 Thread Ted MacNEIL
may define data residing below 16M if ALL31 is set to OFF [IBM-supplied default]. ... IBM recommends ALL31 to be set to on, for overhead reasons. I have always hated a default set against recommendations, which IBM does all the time. -teD In God we Trust! All others bring data! -- W. Edwards

Fw: COBOL callable services?

2005-08-30 Thread Bill Klein
Too bad you aren't running on VSE, there is one there already, BUT the SHARE LGNC project has submitted a requirement for one on z/OS. If this is important to your shop, contact your IBM marketing branch and submit a REQUEST (or whatever it is called this week) and reference SHARE requirement:

Re: Fw: COBOL callable services?

2005-08-30 Thread john gilmore
IBM-MAIN@BAMA.UA.EDU To: IBM-MAIN@BAMA.UA.EDU Subject: Fw: COBOL callable services? Date: Tue, 30 Aug 2005 14:10:43 -0500 Too bad you aren't running on VSE, there is one there already, BUT the SHARE LGNC project has submitted a requirement for one on z/OS. If this is important to your shop

Fw: Fw: COBOL callable services?

2005-08-30 Thread Bill Klein
Just remember that when calling ILBOWAT0, you A) want to do a dynamic CALL B) need to use DATA(24) I know that some shops have actually created their own interface module (to be called by DATA(31) programs) to copy the time below the line and then to call ILBOWAT0. P.S. ILBOABN0 *has* been