SLR-includer.xml 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581
  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>Standard Library Reference</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></para>
  18. <para>Please include <emphasis role="bold">Documentation
  19. Feedback</emphasis> in the subject line and reference the document name,
  20. page numbers, and current Version Number in the text of the
  21. message.</para>
  22. <para>LexisNexis and the Knowledge Burst logo are registered trademarks
  23. of Reed Elsevier Properties Inc., used under license.</para>
  24. <para>HPCC Systems<superscript>®</superscript> is a registered trademark
  25. of LexisNexis Risk Data Management Inc.</para>
  26. <para>Other products, logos, and services may be trademarks or
  27. registered trademarks of their respective companies.</para>
  28. <para>All names and example data used in this manual are fictitious. Any
  29. similarity to actual persons, living or dead, is purely
  30. coincidental.</para>
  31. <para></para>
  32. </legalnotice>
  33. <xi:include href="common/Version.xml" xpointer="FooterInfo"
  34. xmlns:xi="http://www.w3.org/2001/XInclude" />
  35. <xi:include href="common/Version.xml" xpointer="DateVer"
  36. xmlns:xi="http://www.w3.org/2001/XInclude" />
  37. <corpname>HPCC Systems<superscript>®</superscript></corpname>
  38. <xi:include href="common/Version.xml" xpointer="Copyright"
  39. xmlns:xi="http://www.w3.org/2001/XInclude" />
  40. <mediaobject role="logo">
  41. <imageobject>
  42. <imagedata fileref="images/LN_Rightjustified.jpg" />
  43. </imageobject>
  44. </mediaobject>
  45. </bookinfo>
  46. <chapter id="Logical_Files">
  47. <title><emphasis>Logical Files</emphasis></title>
  48. <xi:include href="ECLStandardLibraryReference/SLR-Mods/CompareFiles.xml"
  49. xmlns:xi="http://www.w3.org/2001/XInclude" />
  50. <xi:include href="ECLStandardLibraryReference/SLR-Mods/DeleteLogicalFile.xml"
  51. xmlns:xi="http://www.w3.org/2001/XInclude" />
  52. <xi:include href="ECLStandardLibraryReference/SLR-Mods/LogicalFileList.xml"
  53. xmlns:xi="http://www.w3.org/2001/XInclude" />
  54. <xi:include href="ECLStandardLibraryReference/SLR-Mods/FileExists.xml"
  55. xmlns:xi="http://www.w3.org/2001/XInclude" />
  56. <xi:include href="ECLStandardLibraryReference/SLR-Mods/ForeignLogicalFileName.xml"
  57. xmlns:xi="http://www.w3.org/2001/XInclude" />
  58. <xi:include href="ECLStandardLibraryReference/SLR-Mods/GetFileDescription.xml"
  59. xmlns:xi="http://www.w3.org/2001/XInclude" />
  60. <xi:include href="ECLStandardLibraryReference/SLR-Mods/GetLogicalFileAttribute.xml"
  61. xmlns:xi="http://www.w3.org/2001/XInclude" />
  62. <xi:include href="ECLStandardLibraryReference/SLR-Mods/ProtectLogicalFile.xml"
  63. xmlns:xi="http://www.w3.org/2001/XInclude" />
  64. <xi:include href="ECLStandardLibraryReference/SLR-Mods/RenameLogicalFile.xml"
  65. xmlns:xi="http://www.w3.org/2001/XInclude" />
  66. <xi:include href="ECLStandardLibraryReference/SLR-Mods/SetFileDescription.xml"
  67. xmlns:xi="http://www.w3.org/2001/XInclude" />
  68. <xi:include href="ECLStandardLibraryReference/SLR-Mods/SetReadOnly.xml"
  69. xmlns:xi="http://www.w3.org/2001/XInclude" />
  70. <xi:include href="ECLStandardLibraryReference/SLR-Mods/VerifyFile.xml"
  71. xmlns:xi="http://www.w3.org/2001/XInclude" />
  72. </chapter>
  73. <chapter id="SuperFile_Management">
  74. <title><emphasis>SuperFiles</emphasis></title>
  75. <xi:include href="ECLStandardLibraryReference/SLR-Mods/CreateSuperFile.xml"
  76. xmlns:xi="http://www.w3.org/2001/XInclude" />
  77. <xi:include href="ECLStandardLibraryReference/SLR-Mods/SuperFileExists.xml"
  78. xmlns:xi="http://www.w3.org/2001/XInclude" />
  79. <xi:include href="ECLStandardLibraryReference/SLR-Mods/DeleteSuperFile.xml"
  80. xmlns:xi="http://www.w3.org/2001/XInclude" />
  81. <xi:include href="ECLStandardLibraryReference/SLR-Mods/GetSuperFileSubCount.xml"
  82. xmlns:xi="http://www.w3.org/2001/XInclude" />
  83. <xi:include href="ECLStandardLibraryReference/SLR-Mods/GetSuperFileSubName.xml"
  84. xmlns:xi="http://www.w3.org/2001/XInclude" />
  85. <xi:include href="ECLStandardLibraryReference/SLR-Mods/LogicalFileSuperOwners.xml"
  86. xmlns:xi="http://www.w3.org/2001/XInclude" />
  87. <xi:include href="ECLStandardLibraryReference/SLR-Mods/LogicalFileSuperSubList.xml"
  88. xmlns:xi="http://www.w3.org/2001/XInclude" />
  89. <xi:include href="ECLStandardLibraryReference/SLR-Mods/SuperFileContents.xml"
  90. xmlns:xi="http://www.w3.org/2001/XInclude" />
  91. <xi:include href="ECLStandardLibraryReference/SLR-Mods/FindSuperFileSubName.xml"
  92. xmlns:xi="http://www.w3.org/2001/XInclude" />
  93. <xi:include href="ECLStandardLibraryReference/SLR-Mods/StartSuperFileTransaction.xml"
  94. xmlns:xi="http://www.w3.org/2001/XInclude" />
  95. <xi:include href="ECLStandardLibraryReference/SLR-Mods/AddSuperFile.xml"
  96. xmlns:xi="http://www.w3.org/2001/XInclude" />
  97. <xi:include href="ECLStandardLibraryReference/SLR-Mods/RemoveSuperFile.xml"
  98. xmlns:xi="http://www.w3.org/2001/XInclude" />
  99. <xi:include href="ECLStandardLibraryReference/SLR-Mods/ClearSuperFile.xml"
  100. xmlns:xi="http://www.w3.org/2001/XInclude" />
  101. <xi:include href="ECLStandardLibraryReference/SLR-Mods/RemoveOwnedSubFiles.xml"
  102. xmlns:xi="http://www.w3.org/2001/XInclude" />
  103. <xi:include href="ECLStandardLibraryReference/SLR-Mods/SwapSuperFile.xml"
  104. xmlns:xi="http://www.w3.org/2001/XInclude" />
  105. <xi:include href="ECLStandardLibraryReference/SLR-Mods/ReplaceSuperFile.xml"
  106. xmlns:xi="http://www.w3.org/2001/XInclude" />
  107. <xi:include href="ECLStandardLibraryReference/SLR-Mods/PromoteSuperFileList.xml"
  108. xmlns:xi="http://www.w3.org/2001/XInclude" />
  109. <xi:include href="ECLStandardLibraryReference/SLR-Mods/FinishSuperFileTransaction.xml"
  110. xmlns:xi="http://www.w3.org/2001/XInclude" />
  111. </chapter>
  112. <chapter id="External_File_Support">
  113. <title><emphasis>External Files </emphasis></title>
  114. <xi:include href="ECLStandardLibraryReference/SLR-Mods/ExternalLogicalFileName.xml"
  115. xmlns:xi="http://www.w3.org/2001/XInclude" />
  116. <xi:include href="ECLStandardLibraryReference/SLR-Mods/MoveExternalFile.xml"
  117. xmlns:xi="http://www.w3.org/2001/XInclude" />
  118. <xi:include href="ECLStandardLibraryReference/SLR-Mods/DeleteExternalFile.xml"
  119. xmlns:xi="http://www.w3.org/2001/XInclude" />
  120. <xi:include href="ECLStandardLibraryReference/SLR-Mods/CreateExternalDirectory.xml"
  121. xmlns:xi="http://www.w3.org/2001/XInclude" />
  122. <xi:include href="ECLStandardLibraryReference/SLR-Mods/RemoteDirectory.xml"
  123. xmlns:xi="http://www.w3.org/2001/XInclude" />
  124. </chapter>
  125. <chapter id="File_Browsing_Support">
  126. <title><emphasis>File Browsing </emphasis></title>
  127. <xi:include href="ECLStandardLibraryReference/SLR-Mods/SetColumnMapping.xml"
  128. xmlns:xi="http://www.w3.org/2001/XInclude" />
  129. <xi:include href="ECLStandardLibraryReference/SLR-Mods/GetColumnMapping.xml"
  130. xmlns:xi="http://www.w3.org/2001/XInclude" />
  131. <xi:include href="ECLStandardLibraryReference/SLR-Mods/AddFileRelationship.xml"
  132. xmlns:xi="http://www.w3.org/2001/XInclude" />
  133. <xi:include href="ECLStandardLibraryReference/SLR-Mods/FileRelationshipList.xml"
  134. xmlns:xi="http://www.w3.org/2001/XInclude" />
  135. <xi:include href="ECLStandardLibraryReference/SLR-Mods/RemoveFileRelationship.xml"
  136. xmlns:xi="http://www.w3.org/2001/XInclude" />
  137. </chapter>
  138. <chapter id="File_Movement">
  139. <title><emphasis>File Movement</emphasis></title>
  140. <xi:include href="ECLStandardLibraryReference/SLR-Mods/DfuPlusExec.xml"
  141. xmlns:xi="http://www.w3.org/2001/XInclude" />
  142. <xi:include href="ECLStandardLibraryReference/SLR-Mods/AbortDfuWorkunit.xml"
  143. xmlns:xi="http://www.w3.org/2001/XInclude" />
  144. <xi:include href="ECLStandardLibraryReference/SLR-Mods/Copy.xml"
  145. xmlns:xi="http://www.w3.org/2001/XInclude" />
  146. <xi:include href="ECLStandardLibraryReference/SLR-Mods/DeSpray.xml"
  147. xmlns:xi="http://www.w3.org/2001/XInclude" />
  148. <xi:include href="ECLStandardLibraryReference/SLR-Mods/RemotePull.xml"
  149. xmlns:xi="http://www.w3.org/2001/XInclude" />
  150. <xi:include href="ECLStandardLibraryReference/SLR-Mods/Replicate.xml"
  151. xmlns:xi="http://www.w3.org/2001/XInclude" />
  152. <xi:include href="ECLStandardLibraryReference/SLR-Mods/SprayFixed.xml"
  153. xmlns:xi="http://www.w3.org/2001/XInclude" />
  154. <xi:include href="ECLStandardLibraryReference/SLR-Mods/SprayVariable.xml"
  155. xmlns:xi="http://www.w3.org/2001/XInclude" />
  156. <xi:include href="ECLStandardLibraryReference/SLR-Mods/SprayXML.xml"
  157. xmlns:xi="http://www.w3.org/2001/XInclude" />
  158. <xi:include href="ECLStandardLibraryReference/SLR-Mods/WaitDfuWorkunit.xml"
  159. xmlns:xi="http://www.w3.org/2001/XInclude" />
  160. </chapter>
  161. <chapter id="String_Handling">
  162. <title><emphasis>String Handling</emphasis></title>
  163. <xi:include href="ECLStandardLibraryReference/SLR-Mods/CleanAccents.xml"
  164. xmlns:xi="http://www.w3.org/2001/XInclude" />
  165. <xi:include href="ECLStandardLibraryReference/SLR-Mods/CleanSpaces.xml"
  166. xmlns:xi="http://www.w3.org/2001/XInclude" />
  167. <xi:include href="ECLStandardLibraryReference/SLR-Mods/CompareAtStrength.xml"
  168. xmlns:xi="http://www.w3.org/2001/XInclude" />
  169. <xi:include href="ECLStandardLibraryReference/SLR-Mods/CompareIgnoreCase.xml"
  170. xmlns:xi="http://www.w3.org/2001/XInclude" />
  171. <xi:include href="ECLStandardLibraryReference/SLR-Mods/Contains.xml"
  172. xmlns:xi="http://www.w3.org/2001/XInclude" />
  173. <xi:include href="ECLStandardLibraryReference/SLR-Mods/CountWords.xml"
  174. xmlns:xi="http://www.w3.org/2001/XInclude" />
  175. <xi:include href="ECLStandardLibraryReference/SLR-Mods/EditDistance.xml"
  176. xmlns:xi="http://www.w3.org/2001/XInclude" />
  177. <xi:include href="ECLStandardLibraryReference/SLR-Mods/EditDistanceWithinRadius.xml"
  178. xmlns:xi="http://www.w3.org/2001/XInclude" />
  179. <xi:include href="ECLStandardLibraryReference/SLR-Mods/EndsWith.xml"
  180. xmlns:xi="http://www.w3.org/2001/XInclude" />
  181. <xi:include href="ECLStandardLibraryReference/SLR-Mods/EqualIgnoreCase.xml"
  182. xmlns:xi="http://www.w3.org/2001/XInclude" />
  183. <xi:include href="ECLStandardLibraryReference/SLR-Mods/ExcludeFirstWord.xml"
  184. xmlns:xi="http://www.w3.org/2001/XInclude" />
  185. <xi:include href="ECLStandardLibraryReference/SLR-Mods/ExcludeLastWord.xml"
  186. xmlns:xi="http://www.w3.org/2001/XInclude" />
  187. <xi:include href="ECLStandardLibraryReference/SLR-Mods/ExcludeNthWord.xml"
  188. xmlns:xi="http://www.w3.org/2001/XInclude" />
  189. <xi:include href="ECLStandardLibraryReference/SLR-Mods/Extract.xml"
  190. xmlns:xi="http://www.w3.org/2001/XInclude" />
  191. <xi:include href="ECLStandardLibraryReference/SLR-Mods/Filter.xml"
  192. xmlns:xi="http://www.w3.org/2001/XInclude" />
  193. <xi:include href="ECLStandardLibraryReference/SLR-Mods/FilterOut.xml"
  194. xmlns:xi="http://www.w3.org/2001/XInclude" />
  195. <xi:include href="ECLStandardLibraryReference/SLR-Mods/Find.xml"
  196. xmlns:xi="http://www.w3.org/2001/XInclude" />
  197. <xi:include href="ECLStandardLibraryReference/SLR-Mods/FindCount.xml"
  198. xmlns:xi="http://www.w3.org/2001/XInclude" />
  199. <xi:include href="ECLStandardLibraryReference/SLR-Mods/FindAtStrength.xml"
  200. xmlns:xi="http://www.w3.org/2001/XInclude" />
  201. <xi:include href="ECLStandardLibraryReference/SLR-Mods/FindAtStrengthReplace.xml"
  202. xmlns:xi="http://www.w3.org/2001/XInclude" />
  203. <xi:include href="ECLStandardLibraryReference/SLR-Mods/FindReplace.xml"
  204. xmlns:xi="http://www.w3.org/2001/XInclude" />
  205. <xi:include href="ECLStandardLibraryReference/SLR-Mods/FromHexPairs.xml"
  206. xmlns:xi="http://www.w3.org/2001/XInclude" />
  207. <xi:include href="ECLStandardLibraryReference/SLR-Mods/GetNthWord.xml"
  208. xmlns:xi="http://www.w3.org/2001/XInclude" />
  209. <xi:include href="ECLStandardLibraryReference/SLR-Mods/RemoveSuffix.xml"
  210. xmlns:xi="http://www.w3.org/2001/XInclude" />
  211. <xi:include href="ECLStandardLibraryReference/SLR-Mods/Repeat.xml"
  212. xmlns:xi="http://www.w3.org/2001/XInclude" />
  213. <xi:include href="ECLStandardLibraryReference/SLR-Mods/Reverse.xml"
  214. xmlns:xi="http://www.w3.org/2001/XInclude" />
  215. <xi:include href="ECLStandardLibraryReference/SLR-Mods/SplitWords.xml"
  216. xmlns:xi="http://www.w3.org/2001/XInclude" />
  217. <xi:include href="ECLStandardLibraryReference/SLR-Mods/SubstituteExcluded.xml"
  218. xmlns:xi="http://www.w3.org/2001/XInclude" />
  219. <xi:include href="ECLStandardLibraryReference/SLR-Mods/SubstituteIncluded.xml"
  220. xmlns:xi="http://www.w3.org/2001/XInclude" />
  221. <xi:include href="ECLStandardLibraryReference/SLR-Mods/StartsWith.xml"
  222. xmlns:xi="http://www.w3.org/2001/XInclude" />
  223. <xi:include href="ECLStandardLibraryReference/SLR-Mods/ToHexPairs.xml"
  224. xmlns:xi="http://www.w3.org/2001/XInclude" />
  225. <xi:include href="ECLStandardLibraryReference/SLR-Mods/ToLowerCase.xml"
  226. xmlns:xi="http://www.w3.org/2001/XInclude" />
  227. <xi:include href="ECLStandardLibraryReference/SLR-Mods/ToProperCase.xml"
  228. xmlns:xi="http://www.w3.org/2001/XInclude" />
  229. <xi:include href="ECLStandardLibraryReference/SLR-Mods/ToUpperCase.xml"
  230. xmlns:xi="http://www.w3.org/2001/XInclude" />
  231. <xi:include href="ECLStandardLibraryReference/SLR-Mods/Translate.xml"
  232. xmlns:xi="http://www.w3.org/2001/XInclude" />
  233. <xi:include href="ECLStandardLibraryReference/SLR-Mods/WildMatch.xml"
  234. xmlns:xi="http://www.w3.org/2001/XInclude" />
  235. <xi:include href="ECLStandardLibraryReference/SLR-Mods/WordCount.xml"
  236. xmlns:xi="http://www.w3.org/2001/XInclude" />
  237. </chapter>
  238. <chapter id="MetaphoneSupport">
  239. <title>Metaphone Support</title>
  240. <para>These functions provide a means to implement Double Metaphone or
  241. Metaphone 3 phonetic encoding or fuzzy-match algorithms which return a
  242. primary code, a secondary code, or both for a given string.</para>
  243. <xi:include href="ECLStandardLibraryReference/SLR-Mods/Primary.xml"
  244. xmlns:xi="http://www.w3.org/2001/XInclude" />
  245. <xi:include href="ECLStandardLibraryReference/SLR-Mods/Secondary.xml"
  246. xmlns:xi="http://www.w3.org/2001/XInclude" />
  247. <xi:include href="ECLStandardLibraryReference/SLR-Mods/Double.xml"
  248. xmlns:xi="http://www.w3.org/2001/XInclude" />
  249. </chapter>
  250. <chapter id="Date_Handling">
  251. <title><emphasis>Date and Time Handling</emphasis></title>
  252. <xi:include href="ECLStandardLibraryReference/SLR-Mods/DateDataTypes.xml"
  253. xmlns:xi="http://www.w3.org/2001/XInclude" />
  254. <xi:include href="ECLStandardLibraryReference/SLR-Mods/TimeDataTypes.xml"
  255. xmlns:xi="http://www.w3.org/2001/XInclude" />
  256. <xi:include href="ECLStandardLibraryReference/SLR-Mods/Year.xml"
  257. xmlns:xi="http://www.w3.org/2001/XInclude" />
  258. <xi:include href="ECLStandardLibraryReference/SLR-Mods/Month.xml"
  259. xmlns:xi="http://www.w3.org/2001/XInclude" />
  260. <xi:include href="ECLStandardLibraryReference/SLR-Mods/Day.xml"
  261. xmlns:xi="http://www.w3.org/2001/XInclude" />
  262. <xi:include href="ECLStandardLibraryReference/SLR-Mods/Hour.xml"
  263. xmlns:xi="http://www.w3.org/2001/XInclude" />
  264. <xi:include href="ECLStandardLibraryReference/SLR-Mods/Minute.xml"
  265. xmlns:xi="http://www.w3.org/2001/XInclude" />
  266. <xi:include href="ECLStandardLibraryReference/SLR-Mods/Second.xml"
  267. xmlns:xi="http://www.w3.org/2001/XInclude" />
  268. <xi:include href="ECLStandardLibraryReference/SLR-Mods/DateFromParts.xml"
  269. xmlns:xi="http://www.w3.org/2001/XInclude" />
  270. <xi:include href="ECLStandardLibraryReference/SLR-Mods/IsLeapYear.xml"
  271. xmlns:xi="http://www.w3.org/2001/XInclude" />
  272. <xi:include href="ECLStandardLibraryReference/SLR-Mods/IsValidDate.xml"
  273. xmlns:xi="http://www.w3.org/2001/XInclude" />
  274. <xi:include href="ECLStandardLibraryReference/SLR-Mods/FromGregorianYMD.xml"
  275. xmlns:xi="http://www.w3.org/2001/XInclude" />
  276. <xi:include href="ECLStandardLibraryReference/SLR-Mods/ToGregorianYMD.xml"
  277. xmlns:xi="http://www.w3.org/2001/XInclude" />
  278. <xi:include href="ECLStandardLibraryReference/SLR-Mods/FromStringToDate.xml"
  279. xmlns:xi="http://www.w3.org/2001/XInclude" />
  280. <xi:include href="ECLStandardLibraryReference/SLR-Mods/Today.xml"
  281. xmlns:xi="http://www.w3.org/2001/XInclude" />
  282. <xi:include href="ECLStandardLibraryReference/SLR-Mods/DayOfYear.xml"
  283. xmlns:xi="http://www.w3.org/2001/XInclude" />
  284. <xi:include href="ECLStandardLibraryReference/SLR-Mods/DaysBetween.xml"
  285. xmlns:xi="http://www.w3.org/2001/XInclude" />
  286. <xi:include href="ECLStandardLibraryReference/SLR-Mods/MonthsBetween.xml"
  287. xmlns:xi="http://www.w3.org/2001/XInclude" />
  288. <xi:include href="ECLStandardLibraryReference/SLR-Mods/AdjustDate.xml"
  289. xmlns:xi="http://www.w3.org/2001/XInclude" />
  290. <xi:include href="ECLStandardLibraryReference/SLR-Mods/AdjustCalendar.xml"
  291. xmlns:xi="http://www.w3.org/2001/XInclude" />
  292. </chapter>
  293. <chapter id="Cluster_Handling">
  294. <title><emphasis>Cluster Handling</emphasis></title>
  295. <xi:include href="ECLStandardLibraryReference/SLR-Mods/Node.xml"
  296. xmlns:xi="http://www.w3.org/2001/XInclude" />
  297. <xi:include href="ECLStandardLibraryReference/SLR-Mods/Nodes.xml"
  298. xmlns:xi="http://www.w3.org/2001/XInclude" />
  299. <xi:include href="ECLStandardLibraryReference/SLR-Mods/LogicalToPhysical.xml"
  300. xmlns:xi="http://www.w3.org/2001/XInclude" />
  301. <xi:include href="ECLStandardLibraryReference/SLR-Mods/DaliServers.xml"
  302. xmlns:xi="http://www.w3.org/2001/XInclude" />
  303. <xi:include href="ECLStandardLibraryReference/SLR-Mods/Group.xml"
  304. xmlns:xi="http://www.w3.org/2001/XInclude" />
  305. <xi:include href="ECLStandardLibraryReference/SLR-Mods/GetExpandLogicalFileName.xml"
  306. xmlns:xi="http://www.w3.org/2001/XInclude" />
  307. </chapter>
  308. <chapter id="Job_Handling">
  309. <title><emphasis>Job Handling</emphasis></title>
  310. <xi:include href="ECLStandardLibraryReference/SLR-Mods/WUID.xml"
  311. xmlns:xi="http://www.w3.org/2001/XInclude" />
  312. <xi:include href="ECLStandardLibraryReference/SLR-Mods/Target.xml"
  313. xmlns:xi="http://www.w3.org/2001/XInclude" />
  314. <xi:include href="ECLStandardLibraryReference/SLR-Mods/JobName.xml"
  315. xmlns:xi="http://www.w3.org/2001/XInclude" />
  316. <xi:include href="ECLStandardLibraryReference/SLR-Mods/JobOwner.xml"
  317. xmlns:xi="http://www.w3.org/2001/XInclude" />
  318. <xi:include href="ECLStandardLibraryReference/SLR-Mods/OS.xml"
  319. xmlns:xi="http://www.w3.org/2001/XInclude" />
  320. <xi:include href="ECLStandardLibraryReference/SLR-Mods/Platform.xml"
  321. xmlns:xi="http://www.w3.org/2001/XInclude" />
  322. <xi:include href="ECLStandardLibraryReference/SLR-Mods/LogString.xml"
  323. xmlns:xi="http://www.w3.org/2001/XInclude" />
  324. </chapter>
  325. <chapter id="File_Monitoring">
  326. <title><emphasis>File Monitoring </emphasis></title>
  327. <xi:include href="ECLStandardLibraryReference/SLR-Mods/MonitorFile.xml"
  328. xmlns:xi="http://www.w3.org/2001/XInclude" />
  329. <xi:include href="ECLStandardLibraryReference/SLR-Mods/MonitorLogicalFileName.xml"
  330. xmlns:xi="http://www.w3.org/2001/XInclude" />
  331. </chapter>
  332. <chapter id="Logging">
  333. <title><emphasis>Logging</emphasis></title>
  334. <xi:include href="ECLStandardLibraryReference/SLR-Mods/dbglog.xml"
  335. xmlns:xi="http://www.w3.org/2001/XInclude" />
  336. <xi:include href="ECLStandardLibraryReference/SLR-Mods/addWorkunitInformation.xml"
  337. xmlns:xi="http://www.w3.org/2001/XInclude" />
  338. <xi:include href="ECLStandardLibraryReference/SLR-Mods/addWorkunitWarning.xml"
  339. xmlns:xi="http://www.w3.org/2001/XInclude" />
  340. <xi:include href="ECLStandardLibraryReference/SLR-Mods/addWorkunitError.xml"
  341. xmlns:xi="http://www.w3.org/2001/XInclude" />
  342. </chapter>
  343. <chapter id="Auditing">
  344. <title><emphasis>Auditing</emphasis></title>
  345. <xi:include href="ECLStandardLibraryReference/SLR-Mods/Audit.xml"
  346. xmlns:xi="http://www.w3.org/2001/XInclude" />
  347. </chapter>
  348. <chapter id="Utilities">
  349. <title><emphasis>Utilities</emphasis></title>
  350. <xi:include href="ECLStandardLibraryReference/SLR-Mods/GetHostName.xml"
  351. xmlns:xi="http://www.w3.org/2001/XInclude" />
  352. <xi:include href="ECLStandardLibraryReference/SLR-Mods/ResolveHostName.xml"
  353. xmlns:xi="http://www.w3.org/2001/XInclude" />
  354. <xi:include href="ECLStandardLibraryReference/SLR-Mods/CmdProcess.xml"
  355. xmlns:xi="http://www.w3.org/2001/XInclude" />
  356. <xi:include href="ECLStandardLibraryReference/SLR-Mods/GetUniqueInteger.xml"
  357. xmlns:xi="http://www.w3.org/2001/XInclude" />
  358. </chapter>
  359. <chapter id="Debugging">
  360. <title><emphasis>Debugging</emphasis></title>
  361. <xi:include href="ECLStandardLibraryReference/SLR-Mods/GetParseTree.xml"
  362. xmlns:xi="http://www.w3.org/2001/XInclude" />
  363. <xi:include href="ECLStandardLibraryReference/SLR-Mods/GetXMLParseTree.xml"
  364. xmlns:xi="http://www.w3.org/2001/XInclude" />
  365. <xi:include href="ECLStandardLibraryReference/SLR-Mods/Sleep.xml"
  366. xmlns:xi="http://www.w3.org/2001/XInclude" />
  367. <xi:include href="ECLStandardLibraryReference/SLR-Mods/msTick.xml"
  368. xmlns:xi="http://www.w3.org/2001/XInclude" />
  369. </chapter>
  370. <chapter id="Email">
  371. <title><emphasis>Email</emphasis></title>
  372. <xi:include href="ECLStandardLibraryReference/SLR-Mods/SendEmail.xml"
  373. xmlns:xi="http://www.w3.org/2001/XInclude" />
  374. <xi:include href="ECLStandardLibraryReference/SLR-Mods/SendEmailAttachData.xml"
  375. xmlns:xi="http://www.w3.org/2001/XInclude" />
  376. <xi:include href="ECLStandardLibraryReference/SLR-Mods/SendEmailAttachText.xml"
  377. xmlns:xi="http://www.w3.org/2001/XInclude" />
  378. </chapter>
  379. <chapter id="Workunit_Services">
  380. <title><emphasis>Workunit Services</emphasis></title>
  381. <xi:include href="ECLStandardLibraryReference/SLR-Mods/WorkunitExists.xml"
  382. xmlns:xi="http://www.w3.org/2001/XInclude" />
  383. <xi:include href="ECLStandardLibraryReference/SLR-Mods/WorkunitList.xml"
  384. xmlns:xi="http://www.w3.org/2001/XInclude" />
  385. <xi:include href="ECLStandardLibraryReference/SLR-Mods/SetWorkunitAppValue.xml"
  386. xmlns:xi="http://www.w3.org/2001/XInclude" />
  387. <xi:include href="ECLStandardLibraryReference/SLR-Mods/WUIDonDate.xml"
  388. xmlns:xi="http://www.w3.org/2001/XInclude" />
  389. <xi:include href="ECLStandardLibraryReference/SLR-Mods/WUIDdaysAgo.xml"
  390. xmlns:xi="http://www.w3.org/2001/XInclude" />
  391. <xi:include href="ECLStandardLibraryReference/SLR-Mods/WorkunitTimeStamps.xml"
  392. xmlns:xi="http://www.w3.org/2001/XInclude" />
  393. <xi:include href="ECLStandardLibraryReference/SLR-Mods/WorkunitMessages.xml"
  394. xmlns:xi="http://www.w3.org/2001/XInclude" />
  395. <xi:include href="ECLStandardLibraryReference/SLR-Mods/WorkunitFilesRead.xml"
  396. xmlns:xi="http://www.w3.org/2001/XInclude" />
  397. <xi:include href="ECLStandardLibraryReference/SLR-Mods/WorkunitFilesWritten.xml"
  398. xmlns:xi="http://www.w3.org/2001/XInclude" />
  399. <xi:include href="ECLStandardLibraryReference/SLR-Mods/WorkunitTimings.xml"
  400. xmlns:xi="http://www.w3.org/2001/XInclude" />
  401. </chapter>
  402. </book>