﻿<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://owl.unipharm.com/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Information_Systems%3ADB2_for_i_Database</id>
	<title>Information Systems:DB2 for i Database - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://owl.unipharm.com/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Information_Systems%3ADB2_for_i_Database"/>
	<link rel="alternate" type="text/html" href="https://owl.unipharm.com/mediawiki/index.php?title=Information_Systems:DB2_for_i_Database&amp;action=history"/>
	<updated>2026-09-01T11:20:29Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.4</generator>
	<entry>
		<id>https://owl.unipharm.com/mediawiki/index.php?title=Information_Systems:DB2_for_i_Database&amp;diff=4317&amp;oldid=prev</id>
		<title>Norwinu: Norwinu moved page Information Systems:DB2 (Data Base) to Information Systems:DB2 for i Database</title>
		<link rel="alternate" type="text/html" href="https://owl.unipharm.com/mediawiki/index.php?title=Information_Systems:DB2_for_i_Database&amp;diff=4317&amp;oldid=prev"/>
		<updated>2016-07-20T16:29:05Z</updated>

		<summary type="html">&lt;p&gt;Norwinu moved page &lt;a href=&quot;/mediawiki/index.php/Information_Systems:DB2_(Data_Base)&quot; class=&quot;mw-redirect&quot; title=&quot;Information Systems:DB2 (Data Base)&quot;&gt;Information Systems:DB2 (Data Base)&lt;/a&gt; to &lt;a href=&quot;/mediawiki/index.php/Information_Systems:DB2_for_i_Database&quot; title=&quot;Information Systems:DB2 for i Database&quot;&gt;Information Systems:DB2 for i Database&lt;/a&gt;&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left diff-editfont-monospace&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 16:29, 20 July 2016&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Norwinu</name></author>
	</entry>
	<entry>
		<id>https://owl.unipharm.com/mediawiki/index.php?title=Information_Systems:DB2_for_i_Database&amp;diff=4316&amp;oldid=prev</id>
		<title>Norwinu at 16:27, 20 July 2016</title>
		<link rel="alternate" type="text/html" href="https://owl.unipharm.com/mediawiki/index.php?title=Information_Systems:DB2_for_i_Database&amp;diff=4316&amp;oldid=prev"/>
		<updated>2016-07-20T16:27:12Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Data files are grouped together into libraries (like folders on PC’s, but only with a single level).  These data libraries are -&lt;br /&gt;
&lt;br /&gt;
                                       '''Production'''      '''Development'''&lt;br /&gt;
       ASW                             UP1480BFVA      UP1480BFPL&lt;br /&gt;
       Extension                       UWDASWPRDD      UWDASWVOLD&lt;br /&gt;
       Web (web orders, InfoNet)       WEBPRDD         WEBDEVD&lt;br /&gt;
&lt;br /&gt;
There are two types of data files; physical and logical.  A physical file contains the actual data records.  A logical file is not data, but an index to the data.  &lt;br /&gt;
&lt;br /&gt;
Logical files are defined to allow different programs to access the data in different ways; or to optimise SQL (see Programming / SQL – Structure Query Language for an explanation of this).  &lt;br /&gt;
&lt;br /&gt;
For example, SROITR (Inventory Transactions) is a physical file.  Records are accessed in the sequence in which they were written.  Some of the logical files, or indexes, are SRBITR (keyed by inventory event code, order number, line number), SR1ITR (item, warehouse, date, time, text, batch, quantity), SR2ITR (item, date, time, text, batch, quantity), SR12ITR (accounting period, item, warehouse), and SRYITR (warehouse, inventory event code, date, handler).&lt;br /&gt;
&lt;br /&gt;
In ASW, the first two characters  indicate the system (in this example 'Stock Room').  An ‘O’ for the third character means it is a physical file; ‘B’ or a number means logical file; other letters working backwards from Z are logical files we have built.  The rest of the name indicates the type of data.  In the extensions, the last character(s) indicate the type; P for physical, or L and a number for logical.  &lt;br /&gt;
&lt;br /&gt;
To find out if a particular file is physical or logical, and it logical what the physical file is, key in  DSPFD  SR2ITR  and press enter.&lt;br /&gt;
Notice 'Type of file' 10 lines down, and 'Files accessed by logical file' in about the middle.&lt;br /&gt;
&lt;br /&gt;
                                                        Display Spooled File                                                        &lt;br /&gt;
 File  . . . . . :   QPDSPFD                                                                          Page/Line   1/1 Control . . . . .                                                                                     Columns     1 - 130 Find  . . . . . .                                                                                                                  &lt;br /&gt;
 *...+....1....+....2....+....3....+....4....+....5....+....6....+....7....+....8....+....9....+....0....+....1....+....2....     3/26/15                Display File Description&lt;br /&gt;
  DSPFD Command Input &lt;br /&gt;
    File  . . . . . . . . . . . . . . . . . . . : FILE       SR2ITR&lt;br /&gt;
      Library . . . . . . . . . . . . . . . . . :            *LIBL&lt;br /&gt;
    Type of information . . . . . . . . . . . . : TYPE       *ALL&lt;br /&gt;
    File attributes . . . . . . . . . . . . . . : FILEATR    *ALL&lt;br /&gt;
    System  . . . . . . . . . . . . . . . . . . : SYSTEM     *LCL&lt;br /&gt;
  File Description Header&lt;br /&gt;
    File  . . . . . . . . . . . . . . . . . . . : FILE       SR2ITR&lt;br /&gt;
    Library . . . . . . . . . . . . . . . . . . :            UP1480BFPL&lt;br /&gt;
    '''Type of file  . . . . . . . . . . . . . . . :            Logical'''&lt;br /&gt;
    File type . . . . . . . . . . . . . . . . . : FILETYPE   *DATA&lt;br /&gt;
    Auxiliary storage pool ID . . . . . . . . . :            00001&lt;br /&gt;
  Data Base File Attributes&lt;br /&gt;
    Externally described file . . . . . . . . . :            Yes &lt;br /&gt;
    File level identifier . . . . . . . . . . . :            1050129085518&lt;br /&gt;
    Creation date . . . . . . . . . . . . . . . :            01/29/05&lt;br /&gt;
    Text 'description'  . . . . . . . . . . . . : TEXT       Item/date/time/ &lt;br /&gt;
                                                             stockroom/text/batch/qty                          &lt;br /&gt;
    Distributed file  . . . . . . . . . . . . . :            No&lt;br /&gt;
    Partitioned SQL Table . . . . . . . . . . . :            No&lt;br /&gt;
    DBCS capable  . . . . . . . . . . . . . . . :            No&lt;br /&gt;
    Maximum members . . . . . . . . . . . . . . : MAXMBRS        1&lt;br /&gt;
    Number of triggers  . . . . . . . . . . . . :                0&lt;br /&gt;
    Number of members . . . . . . . . . . . . . :                1 &lt;br /&gt;
    Access path maintenance . . . . . . . . . . : MAINT      *IMMED&lt;br /&gt;
    Access path recovery  . . . . . . . . . . . : RECOVER    *NO&lt;br /&gt;
    Force keyed access path . . . . . . . . . . : FRCACCPTH  *NO &lt;br /&gt;
    Preferred storage unit  . . . . . . . . . . : UNIT       *ANY&lt;br /&gt;
    Record format selector program  . . . . . . : FMTSLR     *NONE&lt;br /&gt;
    Records to force a write  . . . . . . . . . : FRCRATIO   *NONE&lt;br /&gt;
    Maximum file wait time  . . . . . . . . . . : WAITFILE   *IMMED&lt;br /&gt;
    Maximum record wait time  . . . . . . . . . : WAITRCD       60 &lt;br /&gt;
    With check option . . . . . . . . . . . . . :            NONE&lt;br /&gt;
    Allow read operation  . . . . . . . . . . . :            Yes&lt;br /&gt;
    Allow write operation . . . . . . . . . . . :            Yes&lt;br /&gt;
    Allow update operation  . . . . . . . . . . : ALWUPD     *YES&lt;br /&gt;
    Allow delete operation  . . . . . . . . . . : ALWDLT     *YES&lt;br /&gt;
    Record format level check . . . . . . . . . : LVLCHK     *YES&lt;br /&gt;
    Access path . . . . . . . . . . . . . . . . :            Keyed&lt;br /&gt;
    Access path size  . . . . . . . . . . . . . : ACCPTHSIZ  *MAX1TB&lt;br /&gt;
    Access path logical page size . . . . . . . : PAGESIZE   *KEYLEN&lt;br /&gt;
    Maximum key length  . . . . . . . . . . . . :               98&lt;br /&gt;
    Maximum record length . . . . . . . . . . . :              208&lt;br /&gt;
  Access Path Description&lt;br /&gt;
    Access path maintenance . . . . . . . . . . : MAINT      *IMMED&lt;br /&gt;
    Unique key values required  . . . . . . . . : UNIQUE     No&lt;br /&gt;
    Key order . . . . . . . . . . . . . . . . . :            Not specified&lt;br /&gt;
    Select/omit specified . . . . . . . . . . . :            No&lt;br /&gt;
    Access path journaled . . . . . . . . . . . :            No&lt;br /&gt;
    Access path . . . . . . . . . . . . . . . . :            Keyed&lt;br /&gt;
    Number of key fields  . . . . . . . . . . . :              7&lt;br /&gt;
    Record format . . . . . . . . . . . . . . . :            ITR&lt;br /&gt;
      Key field . . . . . . . . . . . . . . . . :            ITPRDC&lt;br /&gt;
        Sequence  . . . . . . . . . . . . . . . :            Ascending&lt;br /&gt;
        Sign specified  . . . . . . . . . . . . :            UNSIGNED&lt;br /&gt;
        Zone/digit specified  . . . . . . . . . :            *NONE&lt;br /&gt;
        Alternative collating sequence  . . . . :            No&lt;br /&gt;
      Key field . . . . . . . . . . . . . . . . :            ITDATE&lt;br /&gt;
        Sequence  . . . . . . . . . . . . . . . :            Ascending&lt;br /&gt;
        Sign specified  . . . . . . . . . . . . :            SIGNED&lt;br /&gt;
        Zone/digit specified  . . . . . . . . . :            *NONE&lt;br /&gt;
        Alternative collating sequence  . . . . :            No&lt;br /&gt;
      Key field . . . . . . . . . . . . . . . . :            ITTIME&lt;br /&gt;
        Sequence  . . . . . . . . . . . . . . . :            Ascending&lt;br /&gt;
        Sign specified  . . . . . . . . . . . . :            SIGNED&lt;br /&gt;
        Zone/digit specified  . . . . . . . . . :            *NONE&lt;br /&gt;
        Alternative collating sequence  . . . . :            No&lt;br /&gt;
      Key field . . . . . . . . . . . . . . . . :            ITSROM&lt;br /&gt;
        Sequence  . . . . . . . . . . . . . . . :            Ascending&lt;br /&gt;
        Sign specified  . . . . . . . . . . . . :            UNSIGNED&lt;br /&gt;
        Zone/digit specified  . . . . . . . . . :            *NONE&lt;br /&gt;
        Alternative collating sequence  . . . . :            No&lt;br /&gt;
      Key field . . . . . . . . . . . . . . . . :            ITTEXT&lt;br /&gt;
        Sequence  . . . . . . . . . . . . . . . :            Ascending&lt;br /&gt;
        Sign specified  . . . . . . . . . . . . :            UNSIGNED&lt;br /&gt;
        Zone/digit specified  . . . . . . . . . :            *NONE&lt;br /&gt;
        Alternative collating sequence  . . . . :            No&lt;br /&gt;
      Key field . . . . . . . . . . . . . . . . :            ITBATC&lt;br /&gt;
        Sequence  . . . . . . . . . . . . . . . :            Ascending&lt;br /&gt;
        Sign specified  . . . . . . . . . . . . :            UNSIGNED&lt;br /&gt;
        Zone/digit specified  . . . . . . . . . :            *NONE&lt;br /&gt;
        Alternative collating sequence  . . . . :            No&lt;br /&gt;
      Key field . . . . . . . . . . . . . . . . :            ITQTY&lt;br /&gt;
        Sequence  . . . . . . . . . . . . . . . :            Ascending&lt;br /&gt;
        Sign specified  . . . . . . . . . . . . :            SIGNED&lt;br /&gt;
        Zone/digit specified  . . . . . . . . . :            *NONE&lt;br /&gt;
        Alternative collating sequence  . . . . :            No&lt;br /&gt;
      '''Files accessed by logical file              PFILE&lt;br /&gt;
         File               Library              LF Format&lt;br /&gt;
         SROITR             UP1480BFPL           ITR'''&lt;br /&gt;
    Sort Sequence . . . . . . . . . . . . . . . : SRTSEQ     *HEX&lt;br /&gt;
    Language identifier . . . . . . . . . . . . : LANGID     ENU&lt;br /&gt;
  Member Description&lt;br /&gt;
    Member  . . . . . . . . . . . . . . . . . . : MBR        SR2ITR&lt;br /&gt;
      Member level identifier . . . . . . . . . :            1050129085518&lt;br /&gt;
      Member creation date  . . . . . . . . . . :            01/29/05&lt;br /&gt;
      Text 'description'  . . . . . . . . . . . : TEXT       Item/date/time/ &lt;br /&gt;
                                                             stockroom/text/batch/qty                           &lt;br /&gt;
      Expiration date for member  . . . . . . . : EXPDATE    *NONE&lt;br /&gt;
      Access path maintenance . . . . . . . . . : MAINT      *IMMED&lt;br /&gt;
      Access path recovery  . . . . . . . . . . : RECOVER    *NO&lt;br /&gt;
      Preferred storage unit  . . . . . . . . . : UNIT       *ANY&lt;br /&gt;
      Record format selector program  . . . . . : FMTSLR     *NONE&lt;br /&gt;
      Records to force a write  . . . . . . . . : FRCRATIO   *NONE&lt;br /&gt;
      Share open data path  . . . . . . . . . . : SHARE      *YES&lt;br /&gt;
      Access Path Activity Statistics . . . . . :&lt;br /&gt;
        Access path logical reads . . . . . . . :&lt;br /&gt;
        Access path physical reads  . . . . . . :&lt;br /&gt;
        Index size  . . . . . . . . . . . . . . :                 3315630080&lt;br /&gt;
        Access path valid . . . . . . . . . . . :            Yes&lt;br /&gt;
        Implicit access path sharing  . . . . . :            Yes&lt;br /&gt;
          Access path journaled . . . . . . . . :            Yes&lt;br /&gt;
        Number of unique partial key values . . :&lt;br /&gt;
          Key field 1 . . . . . . . . . . . . . :                      66959&lt;br /&gt;
          Key fields 1 - 2  . . . . . . . . . . :                   11624772&lt;br /&gt;
          Key fields 1 - 3  . . . . . . . . . . :                   23585801&lt;br /&gt;
          Key fields 1 - 4  . . . . . . . . . . :                   23742851&lt;br /&gt;
        File owning access path . . . . . . . . :            UP1480BFPL/SR18ITR&lt;br /&gt;
        Member  . . . . . . . . . . . . . . . . :            SR18ITR&lt;br /&gt;
        Shared access path attributes&lt;br /&gt;
          Maintenance . . . . . . . . . . . . . :            *IMMED&lt;br /&gt;
          Access path recovery  . . . . . . . . :            *NO &lt;br /&gt;
          Force keyed access path . . . . . . . :            *NO&lt;br /&gt;
          Keys must be unique . . . . . . . . . :            No&lt;br /&gt;
      Last change date/time . . . . . . . . . . :            01/17/15  15:29:30&lt;br /&gt;
      Last save date/time . . . . . . . . . . . :            01/17/15  01:06:20&lt;br /&gt;
      Last restore date/time  . . . . . . . . . :            01/17/15  14:49:33&lt;br /&gt;
      Last used date  . . . . . . . . . . . . . :            02/12/15&lt;br /&gt;
      Days used count . . . . . . . . . . . . . :                1&lt;br /&gt;
        Reset date  . . . . . . . . . . . . . . :          &lt;br /&gt;
      Number of data members  . . . . . . . . . :              1&lt;br /&gt;
      Based on file . . . . . . . . . . . . . . :            SROITR&lt;br /&gt;
        Library . . . . . . . . . . . . . . . . :            UP1480BFPL&lt;br /&gt;
        Member  . . . . . . . . . . . . . . . . :            SROITR&lt;br /&gt;
        Logical file format . . . . . . . . . . :            ITR&lt;br /&gt;
        Number of index entries . . . . . . . . :              23756196&lt;br /&gt;
  Record Format List&lt;br /&gt;
                         Record  Format Level&lt;br /&gt;
   Format       Fields   Length  Identifier&lt;br /&gt;
   ITR              36      208  3CDDB9F4542D1&lt;br /&gt;
     Text . . . . . . . . . . . . . . . . . . . : &lt;br /&gt;
   Total number of formats  . . . . . . . . . . :           1&lt;br /&gt;
   Total number of fields . . . . . . . . . . . :          36&lt;br /&gt;
   Total record length  . . . . . . . . . . . . :         208&lt;br /&gt;
  Member List&lt;br /&gt;
                               Source Creation    Last Change&lt;br /&gt;
   Member           Size        Type  Date       Date     Time&lt;br /&gt;
   SR2ITR           3315630080        01/29/05 01/17/15 15:29:30&lt;br /&gt;
     Text:  Item/date/time/stockroom/text/batch/quantity&lt;br /&gt;
   Total number of members  . . . . . . . . . :                 1&lt;br /&gt;
   Total number of members not available  . . :                 0&lt;br /&gt;
   Total of member sizes  . . . . . . . . . . :        3315630080&lt;br /&gt;
&lt;br /&gt;
This shows that SR2ITR is a logical file that is for the physical file SROITR.&lt;br /&gt;
&lt;br /&gt;
[[Category:Database Query]]&lt;br /&gt;
[[Category: IBM i]]&lt;/div&gt;</summary>
		<author><name>Norwinu</name></author>
	</entry>
	<entry>
		<id>https://owl.unipharm.com/mediawiki/index.php?title=Information_Systems:DB2_for_i_Database&amp;diff=625&amp;oldid=prev</id>
		<title>Sheilav at 19:29, 19 October 2015</title>
		<link rel="alternate" type="text/html" href="https://owl.unipharm.com/mediawiki/index.php?title=Information_Systems:DB2_for_i_Database&amp;diff=625&amp;oldid=prev"/>
		<updated>2015-10-19T19:29:29Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;a href=&quot;https://owl.unipharm.com/mediawiki/index.php?title=Information_Systems:DB2_for_i_Database&amp;amp;diff=625&amp;amp;oldid=620&quot;&gt;Show changes&lt;/a&gt;</summary>
		<author><name>Sheilav</name></author>
	</entry>
	<entry>
		<id>https://owl.unipharm.com/mediawiki/index.php?title=Information_Systems:DB2_for_i_Database&amp;diff=620&amp;oldid=prev</id>
		<title>Sheilav: Created page with &quot;Data files are grouped together into libraries (like folders on PC’s, but only with a single level).  These data libraries are -                                         '''P...&quot;</title>
		<link rel="alternate" type="text/html" href="https://owl.unipharm.com/mediawiki/index.php?title=Information_Systems:DB2_for_i_Database&amp;diff=620&amp;oldid=prev"/>
		<updated>2015-10-19T19:07:39Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Data files are grouped together into libraries (like folders on PC’s, but only with a single level).  These data libraries are -                                         &amp;#039;&amp;#039;&amp;#039;P...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Data files are grouped together into libraries (like folders on PC’s, but only with a single level).  These data libraries are -&lt;br /&gt;
&lt;br /&gt;
                                       '''Production'''      '''Development'''&lt;br /&gt;
       ASW                             UP1480BFVA      UP1480BFPL&lt;br /&gt;
       Extension                       UWDASWPRDD      UWDASWVOLD&lt;br /&gt;
       Web (web orders, InfoNet)       WEBPRDD         WEBDEVD&lt;br /&gt;
&lt;br /&gt;
There are two types of data files; physical and logical.  A physical file contains the actual data records.  A logical file is not data, but an index to the data.  &lt;br /&gt;
&lt;br /&gt;
Logical files are defined to allow different programs to access the data in different ways; or to optimise SQL (see Programming / SQL – Structure Query Language for an explanation of this).  &lt;br /&gt;
&lt;br /&gt;
For example, SROITR (Inventory Transactions) is a physical file.  Records are accessed in the sequence in which they were written.  Some of the logical files, or indexes, are SRBITR (keyed by inventory event code, order number, line number), SR1ITR (item, warehouse, date, time, text, batch, quantity), SR2ITR (item, date, time, text, batch, quantity), SR12ITR (accounting period, item, warehouse), and SRYITR (warehouse, inventory event code, date, handler).&lt;br /&gt;
&lt;br /&gt;
In ASW, the first two characters  indicate the system (in this example 'Stock Room').  An ‘O’ for the third character means it is a physical file; ‘B’ or a number means logical file; other letters working backwards from Z are logical files we have built.  The rest of the name indicates the type of data.  In the extensions, the last character(s) indicate the type; P for physical, or L and a number for logical.  &lt;br /&gt;
&lt;br /&gt;
To find out if a particular file is physical or logical, and it logical what the physical file is, key in  DSPFD  SR2ITR  and press enter.&lt;br /&gt;
Notice 'Type of file' 10 lines down, and 'Files accessed by logical file' in about the middle.&lt;br /&gt;
&lt;br /&gt;
                                                        Display Spooled File                                                        &lt;br /&gt;
 File  . . . . . :   QPDSPFD                                                                              Page/Line   1/1           &lt;br /&gt;
 Control . . . . .                                                                                        Columns     1 - 130       &lt;br /&gt;
 Find  . . . . . .                                                                                                                  &lt;br /&gt;
 *...+....1....+....2....+....3....+....4....+....5....+....6....+....7....+....8....+....9....+....0....+....1....+....2....+....3 &lt;br /&gt;
     3/26/15                Display File Description                                                                                &lt;br /&gt;
  DSPFD Command Input                                                                                                               &lt;br /&gt;
    File  . . . . . . . . . . . . . . . . . . . : FILE       SR2ITR                                                                 &lt;br /&gt;
      Library . . . . . . . . . . . . . . . . . :            *LIBL                                                                  &lt;br /&gt;
    Type of information . . . . . . . . . . . . : TYPE       *ALL                                                                   &lt;br /&gt;
    File attributes . . . . . . . . . . . . . . : FILEATR    *ALL                                                                   &lt;br /&gt;
    System  . . . . . . . . . . . . . . . . . . : SYSTEM     *LCL                                                                   &lt;br /&gt;
  File Description Header                                                                                                           &lt;br /&gt;
    File  . . . . . . . . . . . . . . . . . . . : FILE       SR2ITR                                                                 &lt;br /&gt;
    Library . . . . . . . . . . . . . . . . . . :            UP1480BFPL                                                             &lt;br /&gt;
    '''Type of file  . . . . . . . . . . . . . . . :            Logical'''                                                                &lt;br /&gt;
    File type . . . . . . . . . . . . . . . . . : FILETYPE   *DATA                                                                  &lt;br /&gt;
    Auxiliary storage pool ID . . . . . . . . . :            00001                                                                  &lt;br /&gt;
  Data Base File Attributes                                                                                                         &lt;br /&gt;
    Externally described file . . . . . . . . . :            Yes                                                                    &lt;br /&gt;
    File level identifier . . . . . . . . . . . :            1050129085518                                                          &lt;br /&gt;
    Creation date . . . . . . . . . . . . . . . :            01/29/05                                                               &lt;br /&gt;
    Text 'description'  . . . . . . . . . . . . : TEXT       Item/date/time/ &lt;br /&gt;
                                                             stockroom/text/batch/qty                          &lt;br /&gt;
    Distributed file  . . . . . . . . . . . . . :            No                                                                     &lt;br /&gt;
    Partitioned SQL Table . . . . . . . . . . . :            No                                                                     &lt;br /&gt;
    DBCS capable  . . . . . . . . . . . . . . . :            No                                                                     &lt;br /&gt;
    Maximum members . . . . . . . . . . . . . . : MAXMBRS        1                                                                  &lt;br /&gt;
    Number of triggers  . . . . . . . . . . . . :                0                                                                  &lt;br /&gt;
    Number of members . . . . . . . . . . . . . :                1                                                                  &lt;br /&gt;
    Access path maintenance . . . . . . . . . . : MAINT      *IMMED                                                                 &lt;br /&gt;
    Access path recovery  . . . . . . . . . . . : RECOVER    *NO                                                                    &lt;br /&gt;
    Force keyed access path . . . . . . . . . . : FRCACCPTH  *NO                                                                    &lt;br /&gt;
    Preferred storage unit  . . . . . . . . . . : UNIT       *ANY                                                                   &lt;br /&gt;
    Record format selector program  . . . . . . : FMTSLR     *NONE                                                                  &lt;br /&gt;
    Records to force a write  . . . . . . . . . : FRCRATIO   *NONE                                                                  &lt;br /&gt;
    Maximum file wait time  . . . . . . . . . . : WAITFILE   *IMMED                                                                 &lt;br /&gt;
    Maximum record wait time  . . . . . . . . . : WAITRCD       60                                                                  &lt;br /&gt;
    With check option . . . . . . . . . . . . . :            NONE                                                                   &lt;br /&gt;
    Allow read operation  . . . . . . . . . . . :            Yes                                                                    &lt;br /&gt;
    Allow write operation . . . . . . . . . . . :            Yes                                                                    &lt;br /&gt;
    Allow update operation  . . . . . . . . . . : ALWUPD     *YES                                                                   &lt;br /&gt;
    Allow delete operation  . . . . . . . . . . : ALWDLT     *YES                                                                   &lt;br /&gt;
    Record format level check . . . . . . . . . : LVLCHK     *YES                                                                   &lt;br /&gt;
    Access path . . . . . . . . . . . . . . . . :            Keyed                                                                  &lt;br /&gt;
    Access path size  . . . . . . . . . . . . . : ACCPTHSIZ  *MAX1TB                                                                &lt;br /&gt;
    Access path logical page size . . . . . . . : PAGESIZE   *KEYLEN                                                                &lt;br /&gt;
    Maximum key length  . . . . . . . . . . . . :               98                                                                  &lt;br /&gt;
    Maximum record length . . . . . . . . . . . :              208                                                                  &lt;br /&gt;
  Access Path Description                                                                                                           &lt;br /&gt;
    Access path maintenance . . . . . . . . . . : MAINT      *IMMED                                                                 &lt;br /&gt;
    Unique key values required  . . . . . . . . : UNIQUE     No                                                                     &lt;br /&gt;
    Key order . . . . . . . . . . . . . . . . . :            Not specified                                                          &lt;br /&gt;
    Select/omit specified . . . . . . . . . . . :            No                                                                     &lt;br /&gt;
    Access path journaled . . . . . . . . . . . :            No                                                                     &lt;br /&gt;
    Access path . . . . . . . . . . . . . . . . :            Keyed                                                                  &lt;br /&gt;
    Number of key fields  . . . . . . . . . . . :              7                                                                    &lt;br /&gt;
    Record format . . . . . . . . . . . . . . . :            ITR                                                                    &lt;br /&gt;
      Key field . . . . . . . . . . . . . . . . :            ITPRDC                                                                 &lt;br /&gt;
        Sequence  . . . . . . . . . . . . . . . :            Ascending                                                              &lt;br /&gt;
        Sign specified  . . . . . . . . . . . . :            UNSIGNED                                                               &lt;br /&gt;
        Zone/digit specified  . . . . . . . . . :            *NONE                                                                  &lt;br /&gt;
        Alternative collating sequence  . . . . :            No                                                                     &lt;br /&gt;
      Key field . . . . . . . . . . . . . . . . :            ITDATE                                                                 &lt;br /&gt;
        Sequence  . . . . . . . . . . . . . . . :            Ascending                                                              &lt;br /&gt;
        Sign specified  . . . . . . . . . . . . :            SIGNED                                                                 &lt;br /&gt;
        Zone/digit specified  . . . . . . . . . :            *NONE                                                                  &lt;br /&gt;
        Alternative collating sequence  . . . . :            No                                                                     &lt;br /&gt;
      Key field . . . . . . . . . . . . . . . . :            ITTIME                                                                 &lt;br /&gt;
        Sequence  . . . . . . . . . . . . . . . :            Ascending                                                              &lt;br /&gt;
        Sign specified  . . . . . . . . . . . . :            SIGNED                                                                 &lt;br /&gt;
        Zone/digit specified  . . . . . . . . . :            *NONE                                                                  &lt;br /&gt;
        Alternative collating sequence  . . . . :            No                                                                     &lt;br /&gt;
      Key field . . . . . . . . . . . . . . . . :            ITSROM                                                                 &lt;br /&gt;
        Sequence  . . . . . . . . . . . . . . . :            Ascending                                                              &lt;br /&gt;
        Sign specified  . . . . . . . . . . . . :            UNSIGNED                                                               &lt;br /&gt;
        Zone/digit specified  . . . . . . . . . :            *NONE                                                                  &lt;br /&gt;
        Alternative collating sequence  . . . . :            No                                                                     &lt;br /&gt;
      Key field . . . . . . . . . . . . . . . . :            ITTEXT                                                                 &lt;br /&gt;
        Sequence  . . . . . . . . . . . . . . . :            Ascending                                                              &lt;br /&gt;
        Sign specified  . . . . . . . . . . . . :            UNSIGNED                                                               &lt;br /&gt;
        Zone/digit specified  . . . . . . . . . :            *NONE                                                                  &lt;br /&gt;
        Alternative collating sequence  . . . . :            No                                                                     &lt;br /&gt;
      Key field . . . . . . . . . . . . . . . . :            ITBATC                                                                 &lt;br /&gt;
        Sequence  . . . . . . . . . . . . . . . :            Ascending                                                              &lt;br /&gt;
        Sign specified  . . . . . . . . . . . . :            UNSIGNED                                                               &lt;br /&gt;
        Zone/digit specified  . . . . . . . . . :            *NONE                                                                  &lt;br /&gt;
        Alternative collating sequence  . . . . :            No                                                                     &lt;br /&gt;
      Key field . . . . . . . . . . . . . . . . :            ITQTY                                                                  &lt;br /&gt;
        Sequence  . . . . . . . . . . . . . . . :            Ascending                                                              &lt;br /&gt;
        Sign specified  . . . . . . . . . . . . :            SIGNED                                                                 &lt;br /&gt;
        Zone/digit specified  . . . . . . . . . :            *NONE                                                                  &lt;br /&gt;
        Alternative collating sequence  . . . . :            No                                                                     &lt;br /&gt;
      '''Files accessed by logical file              PFILE                                                                             &lt;br /&gt;
         File               Library              LF Format                                                                          &lt;br /&gt;
         SROITR             UP1480BFPL           ITR'''                                                                                &lt;br /&gt;
    Sort Sequence . . . . . . . . . . . . . . . : SRTSEQ     *HEX                                                                   &lt;br /&gt;
    Language identifier . . . . . . . . . . . . : LANGID     ENU                                                                    &lt;br /&gt;
  Member Description                                                                                                                &lt;br /&gt;
    Member  . . . . . . . . . . . . . . . . . . : MBR        SR2ITR                                                                 &lt;br /&gt;
      Member level identifier . . . . . . . . . :            1050129085518                                                          &lt;br /&gt;
      Member creation date  . . . . . . . . . . :            01/29/05                                                               &lt;br /&gt;
      Text 'description'  . . . . . . . . . . . : TEXT       Item/date/time/ &lt;br /&gt;
                                                             stockroom/text/batch/qty                           &lt;br /&gt;
      Expiration date for member  . . . . . . . : EXPDATE    *NONE                                                                  &lt;br /&gt;
      Access path maintenance . . . . . . . . . : MAINT      *IMMED                                                                 &lt;br /&gt;
      Access path recovery  . . . . . . . . . . : RECOVER    *NO                                                                    &lt;br /&gt;
      Preferred storage unit  . . . . . . . . . : UNIT       *ANY                                                                   &lt;br /&gt;
      Record format selector program  . . . . . : FMTSLR     *NONE                                                                  &lt;br /&gt;
      Records to force a write  . . . . . . . . : FRCRATIO   *NONE                                                                  &lt;br /&gt;
      Share open data path  . . . . . . . . . . : SHARE      *YES                                                                   &lt;br /&gt;
      Access Path Activity Statistics . . . . . :                                                                                   &lt;br /&gt;
        Access path logical reads . . . . . . . :                                                                                   &lt;br /&gt;
        Access path physical reads  . . . . . . :                                                                                   &lt;br /&gt;
        Index size  . . . . . . . . . . . . . . :                 3315630080                                                        &lt;br /&gt;
        Access path valid . . . . . . . . . . . :            Yes                                                                    &lt;br /&gt;
        Implicit access path sharing  . . . . . :            Yes                                                                    &lt;br /&gt;
          Access path journaled . . . . . . . . :            Yes                                                                    &lt;br /&gt;
        Number of unique partial key values . . :                                                                                   &lt;br /&gt;
          Key field 1 . . . . . . . . . . . . . :                      66959                                                        &lt;br /&gt;
          Key fields 1 - 2  . . . . . . . . . . :                   11624772                                                        &lt;br /&gt;
          Key fields 1 - 3  . . . . . . . . . . :                   23585801                                                        &lt;br /&gt;
          Key fields 1 - 4  . . . . . . . . . . :                   23742851                                                        &lt;br /&gt;
        File owning access path . . . . . . . . :            UP1480BFPL/SR18ITR                                                     &lt;br /&gt;
        Member  . . . . . . . . . . . . . . . . :            SR18ITR                                                                &lt;br /&gt;
        Shared access path attributes                                                                                               &lt;br /&gt;
          Maintenance . . . . . . . . . . . . . :            *IMMED                                                                 &lt;br /&gt;
          Access path recovery  . . . . . . . . :            *NO                                                                    &lt;br /&gt;
          Force keyed access path . . . . . . . :            *NO                                                                    &lt;br /&gt;
          Keys must be unique . . . . . . . . . :            No                                                                     &lt;br /&gt;
      Last change date/time . . . . . . . . . . :            01/17/15  15:29:30                                                     &lt;br /&gt;
      Last save date/time . . . . . . . . . . . :            01/17/15  01:06:20                                                     &lt;br /&gt;
      Last restore date/time  . . . . . . . . . :            01/17/15  14:49:33                                                     &lt;br /&gt;
      Last used date  . . . . . . . . . . . . . :            02/12/15                                                               &lt;br /&gt;
      Days used count . . . . . . . . . . . . . :                1                                                                  &lt;br /&gt;
        Reset date  . . . . . . . . . . . . . . :                                                                                   &lt;br /&gt;
      Number of data members  . . . . . . . . . :              1                                                                    &lt;br /&gt;
      Based on file . . . . . . . . . . . . . . :            SROITR                                                                 &lt;br /&gt;
        Library . . . . . . . . . . . . . . . . :            UP1480BFPL                                                             &lt;br /&gt;
        Member  . . . . . . . . . . . . . . . . :            SROITR                                                                 &lt;br /&gt;
        Logical file format . . . . . . . . . . :            ITR                                                                    &lt;br /&gt;
        Number of index entries . . . . . . . . :              23756196                                                             &lt;br /&gt;
  Record Format List                                                                                                                &lt;br /&gt;
                         Record  Format Level                                                                                       &lt;br /&gt;
   Format       Fields   Length  Identifier                                                                                         &lt;br /&gt;
   ITR              36      208  3CDDB9F4542D1                                                                                      &lt;br /&gt;
     Text . . . . . . . . . . . . . . . . . . . :                                                                                   &lt;br /&gt;
   Total number of formats  . . . . . . . . . . :           1                                                                       &lt;br /&gt;
   Total number of fields . . . . . . . . . . . :          36                                                                       &lt;br /&gt;
   Total record length  . . . . . . . . . . . . :         208                                                                       &lt;br /&gt;
  Member List                                                                                                                       &lt;br /&gt;
                               Source Creation    Last Change                                                                       &lt;br /&gt;
   Member           Size        Type  Date       Date     Time                                                                      &lt;br /&gt;
   SR2ITR           3315630080        01/29/05 01/17/15 15:29:30                                                                    &lt;br /&gt;
     Text:  Item/date/time/stockroom/text/batch/quantity                                                                            &lt;br /&gt;
   Total number of members  . . . . . . . . . :                 1                                                                   &lt;br /&gt;
   Total number of members not available  . . :                 0                                                                   &lt;br /&gt;
   Total of member sizes  . . . . . . . . . . :        3315630080                                                                   &lt;br /&gt;
&lt;br /&gt;
This shows that SR2ITR is a logical file that is for the physical file SROITR.&lt;/div&gt;</summary>
		<author><name>Sheilav</name></author>
	</entry>
</feed>