There is also much ado about the TIOT in the IBM-MAIN archives (q.v.); namely, the maximum size, below or above the line, how to tell when you come to its end, etc. Bill Fairchild
----- Original Message ----- From: "Barry Merrill" <[email protected]> To: [email protected] Sent: Wednesday, February 5, 2014 12:10:15 PM Subject: Re: Number of entries in the TIOT On the subject of the size of the TIOT, I am aware of conversations between MXG customers and IBM development and I believe there will be a counter added to the SMF 30 record with the count of TIOT entries, so that we can identify those steps approaching the physical limit. Barry Herbert W. "Barry" Merrill, PhD President-Programmer MXG Software Merrill Consultants 10717 Cromwell Drive Dallas, TX 75229 [email protected] http://www.mxg.com - FAQ has Most Answers [email protected] - invoices/PO/Payment [email protected] - technical tel: 214 351 1966 - expect slow reply, use email fax: 214 350 3694 - prefer email, still works -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Blaicher, Christopher Y. Sent: Wednesday, February 05, 2014 10:39 AM To: [email protected] Subject: Re: Number of entries in the TIOT The end of the list is shown by having a TIOELNGH of zero. Also, TIOSLTYP bit will be on if the entry has been freed. You can skip the entry if this is on. You only have to worry about that bit if you do dynamic allocation and free data sets as your program runs. Chris Blaicher Principal Software Engineer, Software Development Syncsort Incorporated 50 Tice Boulevard, Woodcliff Lake, NJ 07677 P: 201-930-8260 | M: 512-627-3803 E: [email protected] -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of MichealButz Sent: Wednesday, February 05, 2014 11:16 AM To: [email protected] Subject: Number of entries in the TIOT When scanning the TIOT IS there and end marker, how do I know I have scanned all the DDnames ? Thanks ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN ________________________________ ATTENTION: ----- The information contained in this message (including any files transmitted with this message) may contain proprietary, trade secret or other confidential and/or legally privileged information. Any pricing information contained in this message or in any files transmitted with this message is always confidential and cannot be shared with any third parties without prior written approval from Syncsort. This message is intended to be read only by the individual or entity to whom it is addressed or by their designee. If the reader of this message is not the intended recipient, you are on notice that any use, disclosure, copying or distribution of this message, in any form, is strictly prohibited. If you have received this message in error, please immediately notify the sender and/or Syncsort and destroy all copies of this message in your possession, custody or control. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
