123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
- "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
- <book xml:base="../">
- <bookinfo>
- <title>ECL Language Reference</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/redswooshWithLogo3.jpg" />
- </imageobject>
- </mediaobject>
- <author>
- <surname>Boca Raton Documentation Team</surname>
- </author>
- <legalnotice>
- <para>We welcome your comments and feedback about this document via
- email to <docfeedback@hpccsystems.com> subject to the HPCC
- Contribution Agreement at: hpccsystems.com/contribution. Please include
- <emphasis role="bold">Documentation Feedback</emphasis> in the subject
- line and reference the document name, page numbers, and current Revision
- Number in the text of the message.</para>
- <para>LexisNexis and related logos, designs, trade dress, and trademarks
- are owned by Reed Elsevier Properties Inc. and its affiliates, used
- under license and not subject to the Creative Commons license. Other
- trademarks owned by their respective companies and not subject to the
- Creative Commons license.</para>
- <para>All names and example data used in this manual are fictitious. Any
- similarity to actual persons, living or dead, is purely
- coincidental.</para>
- <para>This document is licensed under the Creative Commons License CC
- BY-ND 3.0 applicable to the jurisdiction of the principal location of
- the user, as available; otherwise, the CC BY-ND 3.0 Unported (<ulink
- url="https://creativecommons.org/licenses/by-nd/3.0/">https://creativecommons.org/licenses/by-nd/3.0/</ulink>).</para>
- <para></para>
- </legalnotice>
- <xi:include href="common/Version.xml"
- xpointer="xpointer(//*[@id='DateVer'])"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <releaseinfo>© 2020 HPCC Systems<superscript>®</superscript>. All rights
- reserved. Except where otherwise noted, ECL Language Reference content
- licensed under Creative Commons public license.</releaseinfo>
- <corpname>HPCC Systems<superscript>®</superscript></corpname>
- <mediaobject role="logo">
- <imageobject>
- <imagedata fileref="images/LN_Rightjustified.jpg" />
- </imageobject>
- </mediaobject>
- </bookinfo>
- <chapter id="ECLR_Intro">
- <title><emphasis role="bold">Introduction</emphasis></title>
- <xi:include href="ECLLanguageReference/ECLR_mods/DocumentStructure.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/DocumentConventions.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- </chapter>
- <chapter id="ECL_Basics">
- <title><emphasis role="bold">ECL Basics</emphasis></title>
- <xi:include href="ECLLanguageReference/ECLR_mods/Basics-Overview.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/Basics-Constants.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/Basics-AttributeDef.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/Basics-AttributeTypes.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/Basics-RecordSetFiltring.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/Basics-FunctionAttributes.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/Basics-AttributeVisibility.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/Basics-FieldandAttribute.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/Basics-ActionsandAttrib.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- </chapter>
- <chapter id="Expressions_and_Operators_Chapter">
- <title><emphasis role="bold">Expressions and Operators</emphasis></title>
- <xi:include href="ECLLanguageReference/ECLR_mods/ExpressionsandOperatos.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/Expr-LogicalOperators.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/Expr-RecordSetOps.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/Expr-SetOper.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/Expr-StringOps.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/Expr-InOps.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/Expr-BetweenOps.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- </chapter>
- <chapter id="Value_Types_Chapter">
- <title><emphasis role="bold">Value Types</emphasis></title>
- <para>Value types<indexterm>
- <primary>Value Types</primary>
- </indexterm> declare an Attribute's type when placed left of the
- Attribute name in the definition. They also declare a passed parameter's
- type when placed left of the parameter name in the definition. Value types
- also explicitly cast from type to another when placed in parentheses left
- of the expression to cast.</para>
- <xi:include href="ECLLanguageReference/ECLR_mods/Value-Boolean.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/Value-Integer.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/Value-Real.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/Value-Decimal.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/Value-String.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/Value-QString.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/Value-Unicode.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/Value-UTF8.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/Value-Data.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/Value-VarString.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/Value-VarUnicode.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/Value-SetOf.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/Value-TypeOf.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/Value-RecordOf.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/Value-Enum.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/Value-TypeCasting.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- </chapter>
- <chapter id="Record_Structures_and_Files">
- <title><emphasis role="bold">Record Structures and
- Files</emphasis></title>
- <xi:include href="ECLLanguageReference/ECLR_mods/RecordStructure.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/Recrd-DATASET.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/Recrd-DICTIONARY.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/Recrd-Index.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/Recrd-ScopeNLogicalFilenames.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/Recrd-ImplicitDatasetRel.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- </chapter>
- <chapter id="Alien_Data_Types">
- <title><emphasis role="bold">Alien Data Types</emphasis></title>
- <xi:include href="ECLLanguageReference/ECLR_mods/AlienData-TypeStruct.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/AlienData-TypeStrucSpecial.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- </chapter>
- <chapter id="Parsing_Support_Chapter">
- <title><emphasis role="bold">Parsing Support</emphasis></title>
- <xi:include href="ECLLanguageReference/ECLR_mods/ParSppt.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/ParSppt-PARSPattrn.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/ParSppt-NLPRecrd.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/ParSppt-XMLnTRANSF.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- </chapter>
- <chapter id="Reserved_Keywords">
- <title><emphasis role="bold">Reserved Keywords</emphasis></title>
- <xi:include href="ECLLanguageReference/ECLR_mods/ResrvdKywds-ALL.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/ResrvdKywds-EXCEPT.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/ResrvdKywds-EXPORT.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/ResrvdKywds-GROUP.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/ResrvdKywds-IMPORT.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/ResrvdKywds-KEYED-WILD.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/ResrvdKywds-LEFT-RIGHT.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/ResrvdKywds-LIKELY.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/ResrvdKywds-ROWS--LEFT-RIGHT.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/ResrvdKywds-SELF.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/ResrvdKywds-SHARED.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/ResrvdKywds-SKIP.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/ResrvdKywds-TrueFalse.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- </chapter>
- <chapter id="Special_Structures">
- <title><emphasis role="bold">Special Structures</emphasis></title>
- <xi:include href="ECLLanguageReference/ECLR_mods/SpecStruc-BeginC++.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/SpecStruc-EMBED.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/SpecStruc-FuncTion.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/SpecStruc-FuncTionMacro.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/SpecStruc-Interface.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/SpecStruc-Macro.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/SpecStruc-Module.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/SpecStruc-Transform.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- </chapter>
- <chapter id="Built-in_Functions_and_Actions">
- <title><emphasis role="bold">Built-in Functions and
- Actions</emphasis></title>
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-ABS.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-ACOS.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-AGGREGATE.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-ALLNODES.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-APPLY.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-ASCII.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-ASIN.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-ASSERT.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-ASTRING.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-ATAN.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-ATAN2.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-AVE.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-BUILD.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-CASE.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-CATCH.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-CHOOSE.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-CHOOSEN.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-CHOOSETS.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-CLUSTERSIZE.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-COMBINE.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-CORRELATION.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-COS.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-COSH.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-COUNT.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-COVARIANCE.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-CRON.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-DEDUP.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-DEFINE.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-DENORMALIZE.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-DISTRIBUTE.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-DISTRIBUTED.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-DISTRIBUTION.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-EBCDIC.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-ENTH.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-ERROR.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-EVALUATE.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-EVENT.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-EVENTNAME.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-EVENTEXTRA.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-EXISTS.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-EXP.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-FAIL.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-FAILCODE.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-FAILMESSAGE.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-FETCH.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-FROMJSON.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-FROMUNICODE.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-FROMXML.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-GETENV.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-GLOBAL.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-GRAPH.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-GROUP.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-HASH.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-HASH32.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-HASH64.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-HASHCRC.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-HASHMD5.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-HAVING.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-HTTPCALL.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-IF.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-IFF.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-IMPORT.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-INTFORMAT.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-ISVALID.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-ITERATE.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-JOIN.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-KEYDIFF.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-KEYPATCH.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-KEYUNICODE.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-LENGTH.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-LIBRARY.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-LIMIT.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-LN.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-LoadXML.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-LOCAL.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-LOG.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-LOOP.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-MAP.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-MAX.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-MERGE.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-MERGEJOIN.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-MIN.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-NOLOCAL.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-NONEMPTY.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-NORMALIZE.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-NOFOLD.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-NOTHOR.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-NOTIFY.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-ORDERED.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-OUTPUT.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-PARALLEL.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-PARSE.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-PIPE.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-POWER.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-PRELOAD.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-PROCESS.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-PROJECT.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-PULL.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-RANDOM.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-RANGE.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-RANK.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-RANKED.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-REALFORMAT.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-REGEXFIND.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-REGEXFINDSET.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-REGEXREPLACE.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-REGROUP.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-REJECTED.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-ROLLUP.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-ROUND.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-ROUNDUP.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-ROW.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-ROWDIFF.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-SAMPLE.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-SEQUENTIAL.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-SET.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-SIN.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-SINH.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-SIZEOF.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-SOAPCALL.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-SORT.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-SORTED.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-SQRT.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-STEPPED.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-STORED.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-SUM.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-TABLE.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-TAN.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-TANH.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-THISNODE.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-TOJSON.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-TOPN.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-TOUNICODE.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-TOXML.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-TRACE.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-TRANSFER.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-TRIM.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-TRUNCATE.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-UNGROUP.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-UNICODEORDER.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-UNORDERED.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-VARIANCE.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-WAIT.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-WHEN.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-WHICH.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-WORKUNIT.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-XMLDECODE.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/BltInFunc-XMLENCODE.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- </chapter>
- <chapter id="Workflow_Services">
- <title><emphasis role="bold">Workflow Services</emphasis></title>
- <xi:include href="ECLLanguageReference/ECLR_mods/WkFlo-OverView.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/WkFlo-CheckPoint.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/WkFlo-DEPRICATED.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/WkFlo-FAILURE.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/WkFlo-GLOBAL.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/WkFlo-INDEPENDENT.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/WkFlo-ONCE.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/WkFlo-ONWARNING.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/WkFlo-PERSIST.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/WkFlo-PRIORITY.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/WkFlo-RECOVERY.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/WkFlo-STORED.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/WkFlo-SUCCESS.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/WkFlo-WHEN.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- </chapter>
- <chapter id="Templates">
- <title><emphasis role="bold">Template Language</emphasis></title>
- <xi:include href="ECLLanguageReference/ECLR_mods/Templ-OVERVIEW.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/Templ-APPEND.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/Templ-CONSTANT.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/Templ-DECLARE.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/Templ-DEMANGLE.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/Templ-ERROR.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/Templ-EXPAND.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/Templ-EXPORT.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/Templ-EXPORTXML.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/Templ-FOR.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/Templ-GETDATATYPE.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/Templ-IF.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/Templ-INMODULE.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/Templ-LOOP-BREAK.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/Templ-MANGLE.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/Templ-ONWARNING.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/Templ-OPTION.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/Templ-SET.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/Templ-STORED.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/Templ-TEXT.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/Templ-UNIQUENAME.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/Templ-WARNING.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/Templ-WEBSERVICE.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/Templ-WORKUNIT.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- </chapter>
- <chapter id="External_Services">
- <title><emphasis role="bold">External Services</emphasis></title>
- <xi:include href="ECLLanguageReference/ECLR_mods/ExtrSvcs-SERVICEStructure.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/ExtrSvcs-CONST.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLLanguageReference/ECLR_mods/ExtrSvcs-ExternalServicesImpl.xml"
- xpointer="element(/1)"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- </chapter>
- <index></index>
- </book>
|