SLR-includer.xml 27 KB

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