PrGd-Includer.xml 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
  3. "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
  4. <book xml:base="../">
  5. <bookinfo>
  6. <title>ECL Programmers Guide</title>
  7. <mediaobject>
  8. <imageobject>
  9. <imagedata fileref="images/redswooshWithLogo3.jpg" />
  10. </imageobject>
  11. </mediaobject>
  12. <author>
  13. <surname>Boca Raton Documentation Team</surname>
  14. </author>
  15. <legalnotice>
  16. <para>We welcome your comments and feedback about this document via
  17. email to <email>docfeedback@hpccsystems.com</email> Please include
  18. <emphasis role="bold">Documentation Feedback</emphasis> in the subject
  19. line and reference the document name, page numbers, and current Version
  20. Number in the text of the message.</para>
  21. <para>LexisNexis and the Knowledge Burst logo are registered trademarks
  22. of Reed Elsevier Properties Inc., used under license. HPCC Systems is a
  23. registered trademark of LexisNexis Risk Data Management Inc.</para>
  24. <para>Other products, logos, and services may be trademarks or
  25. registered trademarks of their respective companies. All names and
  26. example data used in this manual are fictitious. Any similarity to
  27. actual persons, living or dead, is purely coincidental.</para>
  28. <para> </para>
  29. </legalnotice>
  30. <xi:include href="common/Version.xml" xpointer="FooterInfo"
  31. xmlns:xi="http://www.w3.org/2001/XInclude" />
  32. <xi:include href="common/Version.xml" xpointer="DateVer"
  33. xmlns:xi="http://www.w3.org/2001/XInclude" />
  34. <corpname>HPCC Systems</corpname>
  35. <xi:include href="common/Version.xml" xpointer="Copyright"
  36. xmlns:xi="http://www.w3.org/2001/XInclude" />
  37. <mediaobject role="logo">
  38. <imageobject>
  39. <imagedata fileref="images/LN_Rightjustified.jpg" />
  40. </imageobject>
  41. </mediaobject>
  42. </bookinfo>
  43. <chapter>
  44. <title>ECL Programming Concepts</title>
  45. <xi:include href="ECLProgrammersGuide/PRG_Mods/PrG_Attribute_Creation.xml"
  46. xpointer="element(/1)"
  47. xmlns:xi="http://www.w3.org/2001/XInclude" />
  48. <xi:include href="ECLProgrammersGuide/PRG_Mods/PrG_Creating_example_data.xml"
  49. xpointer="element(/1)"
  50. xmlns:xi="http://www.w3.org/2001/XInclude" />
  51. <xi:include href="ECLProgrammersGuide/PRG_Mods/PrG_Crosstab_reports.xml"
  52. xpointer="element(/1)"
  53. xmlns:xi="http://www.w3.org/2001/XInclude" />
  54. <xi:include href="ECLProgrammersGuide/PRG_Mods/PrG_Efficient_Value_TypeUsage.xml"
  55. xpointer="element(/1)"
  56. xmlns:xi="http://www.w3.org/2001/XInclude" />
  57. <xi:include href="ECLProgrammersGuide/PRG_Mods/PrG_Using_Group_Function.xml"
  58. xpointer="element(/1)"
  59. xmlns:xi="http://www.w3.org/2001/XInclude" />
  60. <xi:include href="ECLProgrammersGuide/PRG_Mods/PrG_Automated_ECL.xml"
  61. xpointer="element(/1)"
  62. xmlns:xi="http://www.w3.org/2001/XInclude" />
  63. <xi:include href="ECLProgrammersGuide/PRG_Mods/PrG_Job_Failure.xml"
  64. xpointer="element(/1)"
  65. xmlns:xi="http://www.w3.org/2001/XInclude" />
  66. <xi:include href="ECLProgrammersGuide/PRG_Mods/PrG_NonRandom_Random.xml"
  67. xpointer="element(/1)"
  68. xmlns:xi="http://www.w3.org/2001/XInclude" />
  69. <xi:include href="ECLProgrammersGuide/PRG_Mods/PrG_Workwith_XML_Data.xml"
  70. xpointer="element(/1)"
  71. xmlns:xi="http://www.w3.org/2001/XInclude" />
  72. <xi:include href="ECLProgrammersGuide/PRG_Mods/PrG_Workwith_Blobs.xml"
  73. xpointer="element(/1)"
  74. xmlns:xi="http://www.w3.org/2001/XInclude" />
  75. <xi:include href="ECLProgrammersGuide/PRG_Mods/PrG_Using_ECL_Keys.xml"
  76. xpointer="element(/1)"
  77. xmlns:xi="http://www.w3.org/2001/XInclude" />
  78. </chapter>
  79. <chapter>
  80. <title>Working With SuperFiles</title>
  81. <xi:include href="ECLProgrammersGuide/PRG_Mods/PrG_Superfile_Overview.xml"
  82. xpointer="element(/1)"
  83. xmlns:xi="http://www.w3.org/2001/XInclude" />
  84. <xi:include href="ECLProgrammersGuide/PRG_Mods/PrG_CreateMaintain_Superfiles.xml"
  85. xpointer="element(/1)"
  86. xmlns:xi="http://www.w3.org/2001/XInclude" />
  87. <xi:include href="ECLProgrammersGuide/PRG_Mods/PrG_Indexing_Superfiles.xml"
  88. xpointer="element(/1)"
  89. xmlns:xi="http://www.w3.org/2001/XInclude" />
  90. <xi:include href="ECLProgrammersGuide/PRG_Mods/PrG_Using_Superkeys.xml"
  91. xpointer="element(/1)"
  92. xmlns:xi="http://www.w3.org/2001/XInclude" />
  93. </chapter>
  94. <chapter>
  95. <title>Working With Roxie</title>
  96. <xi:include href="ECLProgrammersGuide/PRG_Mods/PrG_Roxie_Overview.xml"
  97. xpointer="element(/1)"
  98. xmlns:xi="http://www.w3.org/2001/XInclude" />
  99. <xi:include href="ECLProgrammersGuide/PRG_Mods/PrG_SOAPenable_Queries.xml"
  100. xpointer="element(/1)"
  101. xmlns:xi="http://www.w3.org/2001/XInclude" />
  102. <xi:include href="ECLProgrammersGuide/PRG_Mods/PrG_Complex_ROXIE_Queries.xml"
  103. xpointer="element(/1)"
  104. xmlns:xi="http://www.w3.org/2001/XInclude" />
  105. <xi:include href="ECLProgrammersGuide/PRG_Mods/PrG_SOAPCALL_fromTHOR_to_ROXIE.xml"
  106. xpointer="element(/1)"
  107. xmlns:xi="http://www.w3.org/2001/XInclude" />
  108. <xi:include href="ECLProgrammersGuide/PRG_Mods/PrG_control_ROXIE_queries.xml"
  109. xpointer="element(/1)"
  110. xmlns:xi="http://www.w3.org/2001/XInclude" />
  111. <xi:include href="ECLProgrammersGuide/PRG_Mods/PrG_query_libraries.xml"
  112. xpointer="element(/1)"
  113. xmlns:xi="http://www.w3.org/2001/XInclude" />
  114. <xi:include href="ECLProgrammersGuide/PRG_Mods/PrG_Smart_Stepping.xml"
  115. xpointer="element(/1)"
  116. xmlns:xi="http://www.w3.org/2001/XInclude" />
  117. </chapter>
  118. <chapter>
  119. <title>Getting Things Done</title>
  120. <xi:include href="ECLProgrammersGuide/PRG_Mods/PrG_Cartesian_Product_of_Two_Datasets.xml"
  121. xpointer="element(/1)"
  122. xmlns:xi="http://www.w3.org/2001/XInclude" />
  123. <xi:include href="ECLProgrammersGuide/PRG_Mods/PrG_Records_Containing_Any_Set_of_Words.xml"
  124. xpointer="element(/1)"
  125. xmlns:xi="http://www.w3.org/2001/XInclude" />
  126. <xi:include href="ECLProgrammersGuide/PRG_Mods/PrG_Simple_Random_Samples.xml"
  127. xpointer="element(/1)"
  128. xmlns:xi="http://www.w3.org/2001/XInclude" />
  129. <xi:include href="ECLProgrammersGuide/PRG_Mods/PrG_Hex_String_to_Decimal_String.xml"
  130. xpointer="element(/1)"
  131. xmlns:xi="http://www.w3.org/2001/XInclude" />
  132. </chapter>
  133. </book>