ECLR-includer.xml 48 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145
  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 Language 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 &lt;docfeedback@hpccsystems.com&gt; subject to the HPCC
  18. Contribution Agreement at: hpccsystems.com/contribution. Please include
  19. <emphasis role="bold">Documentation Feedback</emphasis> in the subject
  20. line and reference the document name, page numbers, and current Revision
  21. Number in the text of the message.</para>
  22. <para>LexisNexis and related logos, designs, trade dress, and trademarks
  23. are owned by Reed Elsevier Properties Inc. and its affiliates, used
  24. under license and not subject to the Creative Commons license. Other
  25. trademarks owned by their respective companies and not subject to the
  26. Creative Commons license.</para>
  27. <para>All names and example data used in this manual are fictitious. Any
  28. similarity to actual persons, living or dead, is purely
  29. coincidental.</para>
  30. <para>This document is licensed under the Creative Commons License CC
  31. BY-ND 3.0 applicable to the jurisdiction of the principal location of
  32. the user, as available; otherwise, the CC BY-ND 3.0 Unported (<ulink
  33. url="https://creativecommons.org/licenses/by-nd/3.0/">https://creativecommons.org/licenses/by-nd/3.0/</ulink>).</para>
  34. <para></para>
  35. </legalnotice>
  36. <xi:include href="common/Version.xml"
  37. xpointer="xpointer(//*[@id='DateVer'])"
  38. xmlns:xi="http://www.w3.org/2001/XInclude" />
  39. <releaseinfo>© 2017 HPCC Systems<superscript>®</superscript>. All rights
  40. reserved. Except where otherwise noted, ECL Language Reference content
  41. licensed under Creative Commons public license.</releaseinfo>
  42. <corpname>HPCC Systems<superscript>®</superscript></corpname>
  43. <mediaobject role="logo">
  44. <imageobject>
  45. <imagedata fileref="images/LN_Rightjustified.jpg" />
  46. </imageobject>
  47. </mediaobject>
  48. </bookinfo>
  49. <chapter id="ECLR_Intro">
  50. <title><emphasis role="bold">Introduction</emphasis></title>
  51. <xi:include href="ECLLanguageReference/ECLR_mods/DocumentStructure.xml"
  52. xpointer="element(/1)"
  53. xmlns:xi="http://www.w3.org/2001/XInclude" />
  54. <xi:include href="ECLLanguageReference/ECLR_mods/DocumentConventions.xml"
  55. xpointer="element(/1)"
  56. xmlns:xi="http://www.w3.org/2001/XInclude" />
  57. </chapter>
  58. <chapter id="ECL_Basics">
  59. <title><emphasis role="bold">ECL Basics</emphasis></title>
  60. <xi:include href="ECLLanguageReference/ECLR_mods/Basics-Overview.xml"
  61. xpointer="element(/1)"
  62. xmlns:xi="http://www.w3.org/2001/XInclude" />
  63. <xi:include href="ECLLanguageReference/ECLR_mods/Basics-Constants.xml"
  64. xpointer="element(/1)"
  65. xmlns:xi="http://www.w3.org/2001/XInclude" />
  66. <xi:include href="ECLLanguageReference/ECLR_mods/Basics-AttributeDef.xml"
  67. xpointer="element(/1)"
  68. xmlns:xi="http://www.w3.org/2001/XInclude" />
  69. <xi:include href="ECLLanguageReference/ECLR_mods/Basics-AttributeTypes.xml"
  70. xpointer="element(/1)"
  71. xmlns:xi="http://www.w3.org/2001/XInclude" />
  72. <xi:include href="ECLLanguageReference/ECLR_mods/Basics-RecordSetFiltring.xml"
  73. xpointer="element(/1)"
  74. xmlns:xi="http://www.w3.org/2001/XInclude" />
  75. <xi:include href="ECLLanguageReference/ECLR_mods/Basics-FunctionAttributes.xml"
  76. xpointer="element(/1)"
  77. xmlns:xi="http://www.w3.org/2001/XInclude" />
  78. <xi:include href="ECLLanguageReference/ECLR_mods/Basics-AttributeVisibility.xml"
  79. xpointer="element(/1)"
  80. xmlns:xi="http://www.w3.org/2001/XInclude" />
  81. <xi:include href="ECLLanguageReference/ECLR_mods/Basics-FieldandAttribute.xml"
  82. xpointer="element(/1)"
  83. xmlns:xi="http://www.w3.org/2001/XInclude" />
  84. <xi:include href="ECLLanguageReference/ECLR_mods/Basics-ActionsandAttrib.xml"
  85. xpointer="element(/1)"
  86. xmlns:xi="http://www.w3.org/2001/XInclude" />
  87. </chapter>
  88. <chapter id="Expressions_and_Operators_Chapter">
  89. <title><emphasis role="bold">Expressions and Operators</emphasis></title>
  90. <xi:include href="ECLLanguageReference/ECLR_mods/ExpressionsandOperatos.xml"
  91. xpointer="element(/1)"
  92. xmlns:xi="http://www.w3.org/2001/XInclude" />
  93. <xi:include href="ECLLanguageReference/ECLR_mods/Expr-LogicalOperators.xml"
  94. xpointer="element(/1)"
  95. xmlns:xi="http://www.w3.org/2001/XInclude" />
  96. <xi:include href="ECLLanguageReference/ECLR_mods/Expr-RecordSetOps.xml"
  97. xpointer="element(/1)"
  98. xmlns:xi="http://www.w3.org/2001/XInclude" />
  99. <xi:include href="ECLLanguageReference/ECLR_mods/Expr-SetOper.xml"
  100. xpointer="element(/1)"
  101. xmlns:xi="http://www.w3.org/2001/XInclude" />
  102. <xi:include href="ECLLanguageReference/ECLR_mods/Expr-StringOps.xml"
  103. xpointer="element(/1)"
  104. xmlns:xi="http://www.w3.org/2001/XInclude" />
  105. <xi:include href="ECLLanguageReference/ECLR_mods/Expr-InOps.xml"
  106. xpointer="element(/1)"
  107. xmlns:xi="http://www.w3.org/2001/XInclude" />
  108. <xi:include href="ECLLanguageReference/ECLR_mods/Expr-BetweenOps.xml"
  109. xpointer="element(/1)"
  110. xmlns:xi="http://www.w3.org/2001/XInclude" />
  111. </chapter>
  112. <chapter id="Value_Types_Chapter">
  113. <title><emphasis role="bold">Value Types</emphasis></title>
  114. <para>Value types<indexterm>
  115. <primary>Value Types</primary>
  116. </indexterm> declare an Attribute's type when placed left of the
  117. Attribute name in the definition. They also declare a passed parameter's
  118. type when placed left of the parameter name in the definition. Value types
  119. also explicitly cast from type to another when placed in parentheses left
  120. of the expression to cast.</para>
  121. <xi:include href="ECLLanguageReference/ECLR_mods/Value-Boolean.xml"
  122. xpointer="element(/1)"
  123. xmlns:xi="http://www.w3.org/2001/XInclude" />
  124. <xi:include href="ECLLanguageReference/ECLR_mods/Value-Integer.xml"
  125. xpointer="element(/1)"
  126. xmlns:xi="http://www.w3.org/2001/XInclude" />
  127. <xi:include href="ECLLanguageReference/ECLR_mods/Value-Real.xml"
  128. xpointer="element(/1)"
  129. xmlns:xi="http://www.w3.org/2001/XInclude" />
  130. <xi:include href="ECLLanguageReference/ECLR_mods/Value-Decimal.xml"
  131. xpointer="element(/1)"
  132. xmlns:xi="http://www.w3.org/2001/XInclude" />
  133. <xi:include href="ECLLanguageReference/ECLR_mods/Value-String.xml"
  134. xpointer="element(/1)"
  135. xmlns:xi="http://www.w3.org/2001/XInclude" />
  136. <xi:include href="ECLLanguageReference/ECLR_mods/Value-QString.xml"
  137. xpointer="element(/1)"
  138. xmlns:xi="http://www.w3.org/2001/XInclude" />
  139. <xi:include href="ECLLanguageReference/ECLR_mods/Value-Unicode.xml"
  140. xpointer="element(/1)"
  141. xmlns:xi="http://www.w3.org/2001/XInclude" />
  142. <xi:include href="ECLLanguageReference/ECLR_mods/Value-UTF8.xml"
  143. xpointer="element(/1)"
  144. xmlns:xi="http://www.w3.org/2001/XInclude" />
  145. <xi:include href="ECLLanguageReference/ECLR_mods/Value-Data.xml"
  146. xpointer="element(/1)"
  147. xmlns:xi="http://www.w3.org/2001/XInclude" />
  148. <xi:include href="ECLLanguageReference/ECLR_mods/Value-VarString.xml"
  149. xpointer="element(/1)"
  150. xmlns:xi="http://www.w3.org/2001/XInclude" />
  151. <xi:include href="ECLLanguageReference/ECLR_mods/Value-VarUnicode.xml"
  152. xpointer="element(/1)"
  153. xmlns:xi="http://www.w3.org/2001/XInclude" />
  154. <xi:include href="ECLLanguageReference/ECLR_mods/Value-SetOf.xml"
  155. xpointer="element(/1)"
  156. xmlns:xi="http://www.w3.org/2001/XInclude" />
  157. <xi:include href="ECLLanguageReference/ECLR_mods/Value-TypeOf.xml"
  158. xpointer="element(/1)"
  159. xmlns:xi="http://www.w3.org/2001/XInclude" />
  160. <xi:include href="ECLLanguageReference/ECLR_mods/Value-RecordOf.xml"
  161. xpointer="element(/1)"
  162. xmlns:xi="http://www.w3.org/2001/XInclude" />
  163. <xi:include href="ECLLanguageReference/ECLR_mods/Value-Enum.xml"
  164. xpointer="element(/1)"
  165. xmlns:xi="http://www.w3.org/2001/XInclude" />
  166. <xi:include href="ECLLanguageReference/ECLR_mods/Value-TypeCasting.xml"
  167. xpointer="element(/1)"
  168. xmlns:xi="http://www.w3.org/2001/XInclude" />
  169. </chapter>
  170. <chapter id="Record_Structures_and_Files">
  171. <title><emphasis role="bold">Record Structures and
  172. Files</emphasis></title>
  173. <xi:include href="ECLLanguageReference/ECLR_mods/RecordStructure.xml"
  174. xpointer="element(/1)"
  175. xmlns:xi="http://www.w3.org/2001/XInclude" />
  176. <xi:include href="ECLLanguageReference/ECLR_mods/Recrd-DATASET.xml"
  177. xpointer="element(/1)"
  178. xmlns:xi="http://www.w3.org/2001/XInclude" />
  179. <xi:include href="ECLLanguageReference/ECLR_mods/Recrd-DICTIONARY.xml"
  180. xpointer="element(/1)"
  181. xmlns:xi="http://www.w3.org/2001/XInclude" />
  182. <xi:include href="ECLLanguageReference/ECLR_mods/Recrd-Index.xml"
  183. xpointer="element(/1)"
  184. xmlns:xi="http://www.w3.org/2001/XInclude" />
  185. <xi:include href="ECLLanguageReference/ECLR_mods/Recrd-ScopeNLogicalFilenames.xml"
  186. xpointer="element(/1)"
  187. xmlns:xi="http://www.w3.org/2001/XInclude" />
  188. <xi:include href="ECLLanguageReference/ECLR_mods/Recrd-ImplicitDatasetRel.xml"
  189. xpointer="element(/1)"
  190. xmlns:xi="http://www.w3.org/2001/XInclude" />
  191. </chapter>
  192. <chapter id="Alien_Data_Types">
  193. <title><emphasis role="bold">Alien Data Types</emphasis></title>
  194. <xi:include href="ECLLanguageReference/ECLR_mods/AlienData-TypeStruct.xml"
  195. xpointer="element(/1)"
  196. xmlns:xi="http://www.w3.org/2001/XInclude" />
  197. <xi:include href="ECLLanguageReference/ECLR_mods/AlienData-TypeStrucSpecial.xml"
  198. xpointer="element(/1)"
  199. xmlns:xi="http://www.w3.org/2001/XInclude" />
  200. </chapter>
  201. <chapter id="Parsing_Support_Chapter">
  202. <title><emphasis role="bold">Parsing Support</emphasis></title>
  203. <xi:include href="ECLLanguageReference/ECLR_mods/ParSppt.xml"
  204. xpointer="element(/1)"
  205. xmlns:xi="http://www.w3.org/2001/XInclude" />
  206. <xi:include href="ECLLanguageReference/ECLR_mods/ParSppt-PARSPattrn.xml"
  207. xpointer="element(/1)"
  208. xmlns:xi="http://www.w3.org/2001/XInclude" />
  209. <xi:include href="ECLLanguageReference/ECLR_mods/ParSppt-NLPRecrd.xml"
  210. xpointer="element(/1)"
  211. xmlns:xi="http://www.w3.org/2001/XInclude" />
  212. <xi:include href="ECLLanguageReference/ECLR_mods/ParSppt-XMLnTRANSF.xml"
  213. xpointer="element(/1)"
  214. xmlns:xi="http://www.w3.org/2001/XInclude" />
  215. </chapter>
  216. <chapter id="Reserved_Keywords">
  217. <title><emphasis role="bold">Reserved Keywords</emphasis></title>
  218. <xi:include href="ECLLanguageReference/ECLR_mods/ResrvdKywds-ALL.xml"
  219. xpointer="element(/1)"
  220. xmlns:xi="http://www.w3.org/2001/XInclude" />
  221. <xi:include href="ECLLanguageReference/ECLR_mods/ResrvdKywds-EXCEPT.xml"
  222. xpointer="element(/1)"
  223. xmlns:xi="http://www.w3.org/2001/XInclude" />
  224. <xi:include href="ECLLanguageReference/ECLR_mods/ResrvdKywds-EXPORT.xml"
  225. xpointer="element(/1)"
  226. xmlns:xi="http://www.w3.org/2001/XInclude" />
  227. <xi:include href="ECLLanguageReference/ECLR_mods/ResrvdKywds-GROUP.xml"
  228. xpointer="element(/1)"
  229. xmlns:xi="http://www.w3.org/2001/XInclude" />
  230. <xi:include href="ECLLanguageReference/ECLR_mods/ResrvdKywds-IMPORT.xml"
  231. xpointer="element(/1)"
  232. xmlns:xi="http://www.w3.org/2001/XInclude" />
  233. <xi:include href="ECLLanguageReference/ECLR_mods/ResrvdKywds-KEYED-WILD.xml"
  234. xpointer="element(/1)"
  235. xmlns:xi="http://www.w3.org/2001/XInclude" />
  236. <xi:include href="ECLLanguageReference/ECLR_mods/ResrvdKywds-LEFT-RIGHT.xml"
  237. xpointer="element(/1)"
  238. xmlns:xi="http://www.w3.org/2001/XInclude" />
  239. <xi:include href="ECLLanguageReference/ECLR_mods/ResrvdKywds-LIKELY.xml"
  240. xpointer="element(/1)"
  241. xmlns:xi="http://www.w3.org/2001/XInclude" />
  242. <xi:include href="ECLLanguageReference/ECLR_mods/ResrvdKywds-ROWS--LEFT-RIGHT.xml"
  243. xpointer="element(/1)"
  244. xmlns:xi="http://www.w3.org/2001/XInclude" />
  245. <xi:include href="ECLLanguageReference/ECLR_mods/ResrvdKywds-SELF.xml"
  246. xpointer="element(/1)"
  247. xmlns:xi="http://www.w3.org/2001/XInclude" />
  248. <xi:include href="ECLLanguageReference/ECLR_mods/ResrvdKywds-SHARED.xml"
  249. xpointer="element(/1)"
  250. xmlns:xi="http://www.w3.org/2001/XInclude" />
  251. <xi:include href="ECLLanguageReference/ECLR_mods/ResrvdKywds-SKIP.xml"
  252. xpointer="element(/1)"
  253. xmlns:xi="http://www.w3.org/2001/XInclude" />
  254. <xi:include href="ECLLanguageReference/ECLR_mods/ResrvdKywds-TrueFalse.xml"
  255. xpointer="element(/1)"
  256. xmlns:xi="http://www.w3.org/2001/XInclude" />
  257. </chapter>
  258. <chapter id="Special_Structures">
  259. <title><emphasis role="bold">Special Structures</emphasis></title>
  260. <xi:include href="ECLLanguageReference/ECLR_mods/SpecStruc-BeginC++.xml"
  261. xpointer="element(/1)"
  262. xmlns:xi="http://www.w3.org/2001/XInclude" />
  263. <xi:include href="ECLLanguageReference/ECLR_mods/SpecStruc-EMBED.xml"
  264. xpointer="element(/1)"
  265. xmlns:xi="http://www.w3.org/2001/XInclude" />
  266. <xi:include href="ECLLanguageReference/ECLR_mods/SpecStruc-FuncTion.xml"
  267. xpointer="element(/1)"
  268. xmlns:xi="http://www.w3.org/2001/XInclude" />
  269. <xi:include href="ECLLanguageReference/ECLR_mods/SpecStruc-FuncTionMacro.xml"
  270. xpointer="element(/1)"
  271. xmlns:xi="http://www.w3.org/2001/XInclude" />
  272. <xi:include href="ECLLanguageReference/ECLR_mods/SpecStruc-Interface.xml"
  273. xpointer="element(/1)"
  274. xmlns:xi="http://www.w3.org/2001/XInclude" />
  275. <xi:include href="ECLLanguageReference/ECLR_mods/SpecStruc-Macro.xml"
  276. xpointer="element(/1)"
  277. xmlns:xi="http://www.w3.org/2001/XInclude" />
  278. <xi:include href="ECLLanguageReference/ECLR_mods/SpecStruc-Module.xml"
  279. xpointer="element(/1)"
  280. xmlns:xi="http://www.w3.org/2001/XInclude" />
  281. <xi:include href="ECLLanguageReference/ECLR_mods/SpecStruc-Transform.xml"
  282. xpointer="element(/1)"
  283. xmlns:xi="http://www.w3.org/2001/XInclude" />
  284. </chapter>
  285. <chapter id="Built-in_Functions_and_Actions">
  286. <title><emphasis role="bold">Built-in Functions and
  287. Actions</emphasis></title>
  288. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-ABS.xml"
  289. xpointer="element(/1)"
  290. xmlns:xi="http://www.w3.org/2001/XInclude" />
  291. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-ACOS.xml"
  292. xpointer="element(/1)"
  293. xmlns:xi="http://www.w3.org/2001/XInclude" />
  294. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-AGGREGATE.xml"
  295. xpointer="element(/1)"
  296. xmlns:xi="http://www.w3.org/2001/XInclude" />
  297. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-ALLNODES.xml"
  298. xpointer="element(/1)"
  299. xmlns:xi="http://www.w3.org/2001/XInclude" />
  300. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-APPLY.xml"
  301. xpointer="element(/1)"
  302. xmlns:xi="http://www.w3.org/2001/XInclude" />
  303. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-ASCII.xml"
  304. xpointer="element(/1)"
  305. xmlns:xi="http://www.w3.org/2001/XInclude" />
  306. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-ASIN.xml"
  307. xpointer="element(/1)"
  308. xmlns:xi="http://www.w3.org/2001/XInclude" />
  309. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-ASSERT.xml"
  310. xpointer="element(/1)"
  311. xmlns:xi="http://www.w3.org/2001/XInclude" />
  312. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-ASTRING.xml"
  313. xpointer="element(/1)"
  314. xmlns:xi="http://www.w3.org/2001/XInclude" />
  315. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-ATAN.xml"
  316. xpointer="element(/1)"
  317. xmlns:xi="http://www.w3.org/2001/XInclude" />
  318. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-ATAN2.xml"
  319. xpointer="element(/1)"
  320. xmlns:xi="http://www.w3.org/2001/XInclude" />
  321. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-AVE.xml"
  322. xpointer="element(/1)"
  323. xmlns:xi="http://www.w3.org/2001/XInclude" />
  324. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-BUILD.xml"
  325. xpointer="element(/1)"
  326. xmlns:xi="http://www.w3.org/2001/XInclude" />
  327. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-CASE.xml"
  328. xpointer="element(/1)"
  329. xmlns:xi="http://www.w3.org/2001/XInclude" />
  330. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-CATCH.xml"
  331. xpointer="element(/1)"
  332. xmlns:xi="http://www.w3.org/2001/XInclude" />
  333. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-CHOOSE.xml"
  334. xpointer="element(/1)"
  335. xmlns:xi="http://www.w3.org/2001/XInclude" />
  336. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-CHOOSEN.xml"
  337. xpointer="element(/1)"
  338. xmlns:xi="http://www.w3.org/2001/XInclude" />
  339. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-CHOOSETS.xml"
  340. xpointer="element(/1)"
  341. xmlns:xi="http://www.w3.org/2001/XInclude" />
  342. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-CLUSTERSIZE.xml"
  343. xpointer="element(/1)"
  344. xmlns:xi="http://www.w3.org/2001/XInclude" />
  345. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-COMBINE.xml"
  346. xpointer="element(/1)"
  347. xmlns:xi="http://www.w3.org/2001/XInclude" />
  348. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-CORRELATION.xml"
  349. xpointer="element(/1)"
  350. xmlns:xi="http://www.w3.org/2001/XInclude" />
  351. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-COS.xml"
  352. xpointer="element(/1)"
  353. xmlns:xi="http://www.w3.org/2001/XInclude" />
  354. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-COSH.xml"
  355. xpointer="element(/1)"
  356. xmlns:xi="http://www.w3.org/2001/XInclude" />
  357. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-COUNT.xml"
  358. xpointer="element(/1)"
  359. xmlns:xi="http://www.w3.org/2001/XInclude" />
  360. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-COVARIANCE.xml"
  361. xpointer="element(/1)"
  362. xmlns:xi="http://www.w3.org/2001/XInclude" />
  363. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-CRON.xml"
  364. xpointer="element(/1)"
  365. xmlns:xi="http://www.w3.org/2001/XInclude" />
  366. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-DEDUP.xml"
  367. xpointer="element(/1)"
  368. xmlns:xi="http://www.w3.org/2001/XInclude" />
  369. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-DEFINE.xml"
  370. xpointer="element(/1)"
  371. xmlns:xi="http://www.w3.org/2001/XInclude" />
  372. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-DENORMALIZE.xml"
  373. xpointer="element(/1)"
  374. xmlns:xi="http://www.w3.org/2001/XInclude" />
  375. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-DISTRIBUTE.xml"
  376. xpointer="element(/1)"
  377. xmlns:xi="http://www.w3.org/2001/XInclude" />
  378. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-DISTRIBUTED.xml"
  379. xpointer="element(/1)"
  380. xmlns:xi="http://www.w3.org/2001/XInclude" />
  381. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-DISTRIBUTION.xml"
  382. xpointer="element(/1)"
  383. xmlns:xi="http://www.w3.org/2001/XInclude" />
  384. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-EBCDIC.xml"
  385. xpointer="element(/1)"
  386. xmlns:xi="http://www.w3.org/2001/XInclude" />
  387. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-ENTH.xml"
  388. xpointer="element(/1)"
  389. xmlns:xi="http://www.w3.org/2001/XInclude" />
  390. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-ERROR.xml"
  391. xpointer="element(/1)"
  392. xmlns:xi="http://www.w3.org/2001/XInclude" />
  393. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-EVALUATE.xml"
  394. xpointer="element(/1)"
  395. xmlns:xi="http://www.w3.org/2001/XInclude" />
  396. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-EVENT.xml"
  397. xpointer="element(/1)"
  398. xmlns:xi="http://www.w3.org/2001/XInclude" />
  399. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-EVENTNAME.xml"
  400. xpointer="element(/1)"
  401. xmlns:xi="http://www.w3.org/2001/XInclude" />
  402. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-EVENTEXTRA.xml"
  403. xpointer="element(/1)"
  404. xmlns:xi="http://www.w3.org/2001/XInclude" />
  405. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-EXISTS.xml"
  406. xpointer="element(/1)"
  407. xmlns:xi="http://www.w3.org/2001/XInclude" />
  408. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-EXP.xml"
  409. xpointer="element(/1)"
  410. xmlns:xi="http://www.w3.org/2001/XInclude" />
  411. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-FAIL.xml"
  412. xpointer="element(/1)"
  413. xmlns:xi="http://www.w3.org/2001/XInclude" />
  414. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-FAILCODE.xml"
  415. xpointer="element(/1)"
  416. xmlns:xi="http://www.w3.org/2001/XInclude" />
  417. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-FAILMESSAGE.xml"
  418. xpointer="element(/1)"
  419. xmlns:xi="http://www.w3.org/2001/XInclude" />
  420. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-FETCH.xml"
  421. xpointer="element(/1)"
  422. xmlns:xi="http://www.w3.org/2001/XInclude" />
  423. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-FROMJSON.xml"
  424. xpointer="element(/1)"
  425. xmlns:xi="http://www.w3.org/2001/XInclude" />
  426. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-FROMUNICODE.xml"
  427. xpointer="element(/1)"
  428. xmlns:xi="http://www.w3.org/2001/XInclude" />
  429. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-FROMXML.xml"
  430. xpointer="element(/1)"
  431. xmlns:xi="http://www.w3.org/2001/XInclude" />
  432. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-GETENV.xml"
  433. xpointer="element(/1)"
  434. xmlns:xi="http://www.w3.org/2001/XInclude" />
  435. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-GLOBAL.xml"
  436. xpointer="element(/1)"
  437. xmlns:xi="http://www.w3.org/2001/XInclude" />
  438. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-GRAPH.xml"
  439. xpointer="element(/1)"
  440. xmlns:xi="http://www.w3.org/2001/XInclude" />
  441. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-GROUP.xml"
  442. xpointer="element(/1)"
  443. xmlns:xi="http://www.w3.org/2001/XInclude" />
  444. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-HASH.xml"
  445. xpointer="element(/1)"
  446. xmlns:xi="http://www.w3.org/2001/XInclude" />
  447. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-HASH32.xml"
  448. xpointer="element(/1)"
  449. xmlns:xi="http://www.w3.org/2001/XInclude" />
  450. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-HASH64.xml"
  451. xpointer="element(/1)"
  452. xmlns:xi="http://www.w3.org/2001/XInclude" />
  453. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-HASHCRC.xml"
  454. xpointer="element(/1)"
  455. xmlns:xi="http://www.w3.org/2001/XInclude" />
  456. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-HASHMD5.xml"
  457. xpointer="element(/1)"
  458. xmlns:xi="http://www.w3.org/2001/XInclude" />
  459. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-HAVING.xml"
  460. xpointer="element(/1)"
  461. xmlns:xi="http://www.w3.org/2001/XInclude" />
  462. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-HTTPCALL.xml"
  463. xpointer="element(/1)"
  464. xmlns:xi="http://www.w3.org/2001/XInclude" />
  465. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-IF.xml"
  466. xpointer="element(/1)"
  467. xmlns:xi="http://www.w3.org/2001/XInclude" />
  468. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-IFF.xml"
  469. xpointer="element(/1)"
  470. xmlns:xi="http://www.w3.org/2001/XInclude" />
  471. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-IMPORT.xml"
  472. xpointer="element(/1)"
  473. xmlns:xi="http://www.w3.org/2001/XInclude" />
  474. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-INTFORMAT.xml"
  475. xpointer="element(/1)"
  476. xmlns:xi="http://www.w3.org/2001/XInclude" />
  477. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-ISVALID.xml"
  478. xpointer="element(/1)"
  479. xmlns:xi="http://www.w3.org/2001/XInclude" />
  480. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-ITERATE.xml"
  481. xpointer="element(/1)"
  482. xmlns:xi="http://www.w3.org/2001/XInclude" />
  483. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-JOIN.xml"
  484. xpointer="element(/1)"
  485. xmlns:xi="http://www.w3.org/2001/XInclude" />
  486. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-KEYDIFF.xml"
  487. xpointer="element(/1)"
  488. xmlns:xi="http://www.w3.org/2001/XInclude" />
  489. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-KEYPATCH.xml"
  490. xpointer="element(/1)"
  491. xmlns:xi="http://www.w3.org/2001/XInclude" />
  492. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-KEYUNICODE.xml"
  493. xpointer="element(/1)"
  494. xmlns:xi="http://www.w3.org/2001/XInclude" />
  495. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-LENGTH.xml"
  496. xpointer="element(/1)"
  497. xmlns:xi="http://www.w3.org/2001/XInclude" />
  498. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-LIBRARY.xml"
  499. xpointer="element(/1)"
  500. xmlns:xi="http://www.w3.org/2001/XInclude" />
  501. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-LIMIT.xml"
  502. xpointer="element(/1)"
  503. xmlns:xi="http://www.w3.org/2001/XInclude" />
  504. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-LN.xml"
  505. xpointer="element(/1)"
  506. xmlns:xi="http://www.w3.org/2001/XInclude" />
  507. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-LoadXML.xml"
  508. xpointer="element(/1)"
  509. xmlns:xi="http://www.w3.org/2001/XInclude" />
  510. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-LOCAL.xml"
  511. xpointer="element(/1)"
  512. xmlns:xi="http://www.w3.org/2001/XInclude" />
  513. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-LOG.xml"
  514. xpointer="element(/1)"
  515. xmlns:xi="http://www.w3.org/2001/XInclude" />
  516. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-LOOP.xml"
  517. xpointer="element(/1)"
  518. xmlns:xi="http://www.w3.org/2001/XInclude" />
  519. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-MAP.xml"
  520. xpointer="element(/1)"
  521. xmlns:xi="http://www.w3.org/2001/XInclude" />
  522. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-MAX.xml"
  523. xpointer="element(/1)"
  524. xmlns:xi="http://www.w3.org/2001/XInclude" />
  525. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-MERGE.xml"
  526. xpointer="element(/1)"
  527. xmlns:xi="http://www.w3.org/2001/XInclude" />
  528. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-MERGEJOIN.xml"
  529. xpointer="element(/1)"
  530. xmlns:xi="http://www.w3.org/2001/XInclude" />
  531. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-MIN.xml"
  532. xpointer="element(/1)"
  533. xmlns:xi="http://www.w3.org/2001/XInclude" />
  534. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-NOLOCAL.xml"
  535. xpointer="element(/1)"
  536. xmlns:xi="http://www.w3.org/2001/XInclude" />
  537. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-NONEMPTY.xml"
  538. xpointer="element(/1)"
  539. xmlns:xi="http://www.w3.org/2001/XInclude" />
  540. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-NORMALIZE.xml"
  541. xpointer="element(/1)"
  542. xmlns:xi="http://www.w3.org/2001/XInclude" />
  543. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-NOFOLD.xml"
  544. xpointer="element(/1)"
  545. xmlns:xi="http://www.w3.org/2001/XInclude" />
  546. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-NOTHOR.xml"
  547. xpointer="element(/1)"
  548. xmlns:xi="http://www.w3.org/2001/XInclude" />
  549. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-NOTIFY.xml"
  550. xpointer="element(/1)"
  551. xmlns:xi="http://www.w3.org/2001/XInclude" />
  552. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-ORDERED.xml"
  553. xpointer="element(/1)"
  554. xmlns:xi="http://www.w3.org/2001/XInclude" />
  555. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-OUTPUT.xml"
  556. xpointer="element(/1)"
  557. xmlns:xi="http://www.w3.org/2001/XInclude" />
  558. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-PARALLEL.xml"
  559. xpointer="element(/1)"
  560. xmlns:xi="http://www.w3.org/2001/XInclude" />
  561. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-PARSE.xml"
  562. xpointer="element(/1)"
  563. xmlns:xi="http://www.w3.org/2001/XInclude" />
  564. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-PIPE.xml"
  565. xpointer="element(/1)"
  566. xmlns:xi="http://www.w3.org/2001/XInclude" />
  567. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-POWER.xml"
  568. xpointer="element(/1)"
  569. xmlns:xi="http://www.w3.org/2001/XInclude" />
  570. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-PRELOAD.xml"
  571. xpointer="element(/1)"
  572. xmlns:xi="http://www.w3.org/2001/XInclude" />
  573. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-PROCESS.xml"
  574. xpointer="element(/1)"
  575. xmlns:xi="http://www.w3.org/2001/XInclude" />
  576. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-PROJECT.xml"
  577. xpointer="element(/1)"
  578. xmlns:xi="http://www.w3.org/2001/XInclude" />
  579. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-PULL.xml"
  580. xpointer="element(/1)"
  581. xmlns:xi="http://www.w3.org/2001/XInclude" />
  582. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-RANDOM.xml"
  583. xpointer="element(/1)"
  584. xmlns:xi="http://www.w3.org/2001/XInclude" />
  585. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-RANGE.xml"
  586. xpointer="element(/1)"
  587. xmlns:xi="http://www.w3.org/2001/XInclude" />
  588. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-RANK.xml"
  589. xpointer="element(/1)"
  590. xmlns:xi="http://www.w3.org/2001/XInclude" />
  591. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-RANKED.xml"
  592. xpointer="element(/1)"
  593. xmlns:xi="http://www.w3.org/2001/XInclude" />
  594. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-REALFORMAT.xml"
  595. xpointer="element(/1)"
  596. xmlns:xi="http://www.w3.org/2001/XInclude" />
  597. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-REGEXFIND.xml"
  598. xpointer="element(/1)"
  599. xmlns:xi="http://www.w3.org/2001/XInclude" />
  600. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-REGEXFINDSET.xml"
  601. xpointer="element(/1)"
  602. xmlns:xi="http://www.w3.org/2001/XInclude" />
  603. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-REGEXREPLACE.xml"
  604. xpointer="element(/1)"
  605. xmlns:xi="http://www.w3.org/2001/XInclude" />
  606. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-REGROUP.xml"
  607. xpointer="element(/1)"
  608. xmlns:xi="http://www.w3.org/2001/XInclude" />
  609. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-REJECTED.xml"
  610. xpointer="element(/1)"
  611. xmlns:xi="http://www.w3.org/2001/XInclude" />
  612. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-ROLLUP.xml"
  613. xpointer="element(/1)"
  614. xmlns:xi="http://www.w3.org/2001/XInclude" />
  615. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-ROUND.xml"
  616. xpointer="element(/1)"
  617. xmlns:xi="http://www.w3.org/2001/XInclude" />
  618. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-ROUNDUP.xml"
  619. xpointer="element(/1)"
  620. xmlns:xi="http://www.w3.org/2001/XInclude" />
  621. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-ROW.xml"
  622. xpointer="element(/1)"
  623. xmlns:xi="http://www.w3.org/2001/XInclude" />
  624. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-ROWDIFF.xml"
  625. xpointer="element(/1)"
  626. xmlns:xi="http://www.w3.org/2001/XInclude" />
  627. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-SAMPLE.xml"
  628. xpointer="element(/1)"
  629. xmlns:xi="http://www.w3.org/2001/XInclude" />
  630. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-SEQUENTIAL.xml"
  631. xpointer="element(/1)"
  632. xmlns:xi="http://www.w3.org/2001/XInclude" />
  633. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-SET.xml"
  634. xpointer="element(/1)"
  635. xmlns:xi="http://www.w3.org/2001/XInclude" />
  636. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-SIN.xml"
  637. xpointer="element(/1)"
  638. xmlns:xi="http://www.w3.org/2001/XInclude" />
  639. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-SINH.xml"
  640. xpointer="element(/1)"
  641. xmlns:xi="http://www.w3.org/2001/XInclude" />
  642. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-SIZEOF.xml"
  643. xpointer="element(/1)"
  644. xmlns:xi="http://www.w3.org/2001/XInclude" />
  645. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-SOAPCALL.xml"
  646. xpointer="element(/1)"
  647. xmlns:xi="http://www.w3.org/2001/XInclude" />
  648. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-SORT.xml"
  649. xpointer="element(/1)"
  650. xmlns:xi="http://www.w3.org/2001/XInclude" />
  651. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-SORTED.xml"
  652. xpointer="element(/1)"
  653. xmlns:xi="http://www.w3.org/2001/XInclude" />
  654. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-SQRT.xml"
  655. xpointer="element(/1)"
  656. xmlns:xi="http://www.w3.org/2001/XInclude" />
  657. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-STEPPED.xml"
  658. xpointer="element(/1)"
  659. xmlns:xi="http://www.w3.org/2001/XInclude" />
  660. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-STORED.xml"
  661. xpointer="element(/1)"
  662. xmlns:xi="http://www.w3.org/2001/XInclude" />
  663. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-SUM.xml"
  664. xpointer="element(/1)"
  665. xmlns:xi="http://www.w3.org/2001/XInclude" />
  666. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-TABLE.xml"
  667. xpointer="element(/1)"
  668. xmlns:xi="http://www.w3.org/2001/XInclude" />
  669. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-TAN.xml"
  670. xpointer="element(/1)"
  671. xmlns:xi="http://www.w3.org/2001/XInclude" />
  672. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-TANH.xml"
  673. xpointer="element(/1)"
  674. xmlns:xi="http://www.w3.org/2001/XInclude" />
  675. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-THISNODE.xml"
  676. xpointer="element(/1)"
  677. xmlns:xi="http://www.w3.org/2001/XInclude" />
  678. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-TOJSON.xml"
  679. xpointer="element(/1)"
  680. xmlns:xi="http://www.w3.org/2001/XInclude" />
  681. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-TOPN.xml"
  682. xpointer="element(/1)"
  683. xmlns:xi="http://www.w3.org/2001/XInclude" />
  684. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-TOUNICODE.xml"
  685. xpointer="element(/1)"
  686. xmlns:xi="http://www.w3.org/2001/XInclude" />
  687. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-TOXML.xml"
  688. xpointer="element(/1)"
  689. xmlns:xi="http://www.w3.org/2001/XInclude" />
  690. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-TRACE.xml"
  691. xpointer="element(/1)"
  692. xmlns:xi="http://www.w3.org/2001/XInclude" />
  693. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-TRANSFER.xml"
  694. xpointer="element(/1)"
  695. xmlns:xi="http://www.w3.org/2001/XInclude" />
  696. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-TRIM.xml"
  697. xpointer="element(/1)"
  698. xmlns:xi="http://www.w3.org/2001/XInclude" />
  699. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-TRUNCATE.xml"
  700. xpointer="element(/1)"
  701. xmlns:xi="http://www.w3.org/2001/XInclude" />
  702. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-UNGROUP.xml"
  703. xpointer="element(/1)"
  704. xmlns:xi="http://www.w3.org/2001/XInclude" />
  705. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-UNICODEORDER.xml"
  706. xpointer="element(/1)"
  707. xmlns:xi="http://www.w3.org/2001/XInclude" />
  708. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-UNORDERED.xml"
  709. xpointer="element(/1)"
  710. xmlns:xi="http://www.w3.org/2001/XInclude" />
  711. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-VARIANCE.xml"
  712. xpointer="element(/1)"
  713. xmlns:xi="http://www.w3.org/2001/XInclude" />
  714. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-WAIT.xml"
  715. xpointer="element(/1)"
  716. xmlns:xi="http://www.w3.org/2001/XInclude" />
  717. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-WHEN.xml"
  718. xpointer="element(/1)"
  719. xmlns:xi="http://www.w3.org/2001/XInclude" />
  720. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-WHICH.xml"
  721. xpointer="element(/1)"
  722. xmlns:xi="http://www.w3.org/2001/XInclude" />
  723. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-WORKUNIT.xml"
  724. xpointer="element(/1)"
  725. xmlns:xi="http://www.w3.org/2001/XInclude" />
  726. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-XMLDECODE.xml"
  727. xpointer="element(/1)"
  728. xmlns:xi="http://www.w3.org/2001/XInclude" />
  729. <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-XMLENCODE.xml"
  730. xpointer="element(/1)"
  731. xmlns:xi="http://www.w3.org/2001/XInclude" />
  732. </chapter>
  733. <chapter id="Workflow_Services">
  734. <title><emphasis role="bold">Workflow Services</emphasis></title>
  735. <xi:include href="ECLLanguageReference/ECLR_mods/WkFlo-OverView.xml"
  736. xpointer="element(/1)"
  737. xmlns:xi="http://www.w3.org/2001/XInclude" />
  738. <xi:include href="ECLLanguageReference/ECLR_mods/WkFlo-CheckPoint.xml"
  739. xpointer="element(/1)"
  740. xmlns:xi="http://www.w3.org/2001/XInclude" />
  741. <xi:include href="ECLLanguageReference/ECLR_mods/WkFlo-DEPRICATED.xml"
  742. xpointer="element(/1)"
  743. xmlns:xi="http://www.w3.org/2001/XInclude" />
  744. <xi:include href="ECLLanguageReference/ECLR_mods/WkFlo-FAILURE.xml"
  745. xpointer="element(/1)"
  746. xmlns:xi="http://www.w3.org/2001/XInclude" />
  747. <xi:include href="ECLLanguageReference/ECLR_mods/WkFlo-GLOBAL.xml"
  748. xpointer="element(/1)"
  749. xmlns:xi="http://www.w3.org/2001/XInclude" />
  750. <xi:include href="ECLLanguageReference/ECLR_mods/WkFlo-INDEPENDENT.xml"
  751. xpointer="element(/1)"
  752. xmlns:xi="http://www.w3.org/2001/XInclude" />
  753. <xi:include href="ECLLanguageReference/ECLR_mods/WkFlo-ONWARNING.xml"
  754. xpointer="element(/1)"
  755. xmlns:xi="http://www.w3.org/2001/XInclude" />
  756. <xi:include href="ECLLanguageReference/ECLR_mods/WkFlo-PERSIST.xml"
  757. xpointer="element(/1)"
  758. xmlns:xi="http://www.w3.org/2001/XInclude" />
  759. <xi:include href="ECLLanguageReference/ECLR_mods/WkFlo-PRIORITY.xml"
  760. xpointer="element(/1)"
  761. xmlns:xi="http://www.w3.org/2001/XInclude" />
  762. <xi:include href="ECLLanguageReference/ECLR_mods/WkFlo-RECOVERY.xml"
  763. xpointer="element(/1)"
  764. xmlns:xi="http://www.w3.org/2001/XInclude" />
  765. <xi:include href="ECLLanguageReference/ECLR_mods/WkFlo-STORED.xml"
  766. xpointer="element(/1)"
  767. xmlns:xi="http://www.w3.org/2001/XInclude" />
  768. <xi:include href="ECLLanguageReference/ECLR_mods/WkFlo-SUCCESS.xml"
  769. xpointer="element(/1)"
  770. xmlns:xi="http://www.w3.org/2001/XInclude" />
  771. <xi:include href="ECLLanguageReference/ECLR_mods/WkFlo-WHEN.xml"
  772. xpointer="element(/1)"
  773. xmlns:xi="http://www.w3.org/2001/XInclude" />
  774. </chapter>
  775. <chapter id="Templates">
  776. <title><emphasis role="bold">Template Language</emphasis></title>
  777. <xi:include href="ECLLanguageReference/ECLR_mods/Templ-OVERVIEW.xml"
  778. xpointer="element(/1)"
  779. xmlns:xi="http://www.w3.org/2001/XInclude" />
  780. <xi:include href="ECLLanguageReference/ECLR_mods/Templ-APPEND.xml"
  781. xpointer="element(/1)"
  782. xmlns:xi="http://www.w3.org/2001/XInclude" />
  783. <xi:include href="ECLLanguageReference/ECLR_mods/Templ-CONSTANT.xml"
  784. xpointer="element(/1)"
  785. xmlns:xi="http://www.w3.org/2001/XInclude" />
  786. <xi:include href="ECLLanguageReference/ECLR_mods/Templ-DECLARE.xml"
  787. xpointer="element(/1)"
  788. xmlns:xi="http://www.w3.org/2001/XInclude" />
  789. <xi:include href="ECLLanguageReference/ECLR_mods/Templ-DEMANGLE.xml"
  790. xpointer="element(/1)"
  791. xmlns:xi="http://www.w3.org/2001/XInclude" />
  792. <xi:include href="ECLLanguageReference/ECLR_mods/Templ-ERROR.xml"
  793. xpointer="element(/1)"
  794. xmlns:xi="http://www.w3.org/2001/XInclude" />
  795. <xi:include href="ECLLanguageReference/ECLR_mods/Templ-EXPAND.xml"
  796. xpointer="element(/1)"
  797. xmlns:xi="http://www.w3.org/2001/XInclude" />
  798. <xi:include href="ECLLanguageReference/ECLR_mods/Templ-EXPORT.xml"
  799. xpointer="element(/1)"
  800. xmlns:xi="http://www.w3.org/2001/XInclude" />
  801. <xi:include href="ECLLanguageReference/ECLR_mods/Templ-EXPORTXML.xml"
  802. xpointer="element(/1)"
  803. xmlns:xi="http://www.w3.org/2001/XInclude" />
  804. <xi:include href="ECLLanguageReference/ECLR_mods/Templ-FOR.xml"
  805. xpointer="element(/1)"
  806. xmlns:xi="http://www.w3.org/2001/XInclude" />
  807. <xi:include href="ECLLanguageReference/ECLR_mods/Templ-GETDATATYPE.xml"
  808. xpointer="element(/1)"
  809. xmlns:xi="http://www.w3.org/2001/XInclude" />
  810. <xi:include href="ECLLanguageReference/ECLR_mods/Templ-IF.xml"
  811. xpointer="element(/1)"
  812. xmlns:xi="http://www.w3.org/2001/XInclude" />
  813. <xi:include href="ECLLanguageReference/ECLR_mods/Templ-INMODULE.xml"
  814. xpointer="element(/1)"
  815. xmlns:xi="http://www.w3.org/2001/XInclude" />
  816. <xi:include href="ECLLanguageReference/ECLR_mods/Templ-LOOP-BREAK.xml"
  817. xpointer="element(/1)"
  818. xmlns:xi="http://www.w3.org/2001/XInclude" />
  819. <xi:include href="ECLLanguageReference/ECLR_mods/Templ-MANGLE.xml"
  820. xpointer="element(/1)"
  821. xmlns:xi="http://www.w3.org/2001/XInclude" />
  822. <xi:include href="ECLLanguageReference/ECLR_mods/Templ-ONWARNING.xml"
  823. xpointer="element(/1)"
  824. xmlns:xi="http://www.w3.org/2001/XInclude" />
  825. <xi:include href="ECLLanguageReference/ECLR_mods/Templ-OPTION.xml"
  826. xpointer="element(/1)"
  827. xmlns:xi="http://www.w3.org/2001/XInclude" />
  828. <xi:include href="ECLLanguageReference/ECLR_mods/Templ-SET.xml"
  829. xpointer="element(/1)"
  830. xmlns:xi="http://www.w3.org/2001/XInclude" />
  831. <xi:include href="ECLLanguageReference/ECLR_mods/Templ-STORED.xml"
  832. xpointer="element(/1)"
  833. xmlns:xi="http://www.w3.org/2001/XInclude" />
  834. <xi:include href="ECLLanguageReference/ECLR_mods/Templ-TEXT.xml"
  835. xpointer="element(/1)"
  836. xmlns:xi="http://www.w3.org/2001/XInclude" />
  837. <xi:include href="ECLLanguageReference/ECLR_mods/Templ-UNIQUENAME.xml"
  838. xpointer="element(/1)"
  839. xmlns:xi="http://www.w3.org/2001/XInclude" />
  840. <xi:include href="ECLLanguageReference/ECLR_mods/Templ-WARNING.xml"
  841. xpointer="element(/1)"
  842. xmlns:xi="http://www.w3.org/2001/XInclude" />
  843. <xi:include href="ECLLanguageReference/ECLR_mods/Templ-WEBSERVICE.xml"
  844. xpointer="element(/1)"
  845. xmlns:xi="http://www.w3.org/2001/XInclude" />
  846. <xi:include href="ECLLanguageReference/ECLR_mods/Templ-WORKUNIT.xml"
  847. xpointer="element(/1)"
  848. xmlns:xi="http://www.w3.org/2001/XInclude" />
  849. </chapter>
  850. <chapter id="External_Services">
  851. <title><emphasis role="bold">External Services</emphasis></title>
  852. <xi:include href="ECLLanguageReference/ECLR_mods/ExtrSvcs-SERVICEStructure.xml"
  853. xpointer="element(/1)"
  854. xmlns:xi="http://www.w3.org/2001/XInclude" />
  855. <xi:include href="ECLLanguageReference/ECLR_mods/ExtrSvcs-CONST.xml"
  856. xpointer="element(/1)"
  857. xmlns:xi="http://www.w3.org/2001/XInclude" />
  858. <xi:include href="ECLLanguageReference/ECLR_mods/ExtrSvcs-ExternalServicesImpl.xml"
  859. xpointer="element(/1)"
  860. xmlns:xi="http://www.w3.org/2001/XInclude" />
  861. </chapter>
  862. <index></index>
  863. </book>