123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629 |
- <?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>Standard Library 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 <email>docfeedback@hpccsystems.com</email></para>
- <para>Please include <emphasis role="bold">Documentation
- Feedback</emphasis> in the subject line and reference the document name,
- page numbers, and current Version Number in the text of the
- message.</para>
- <para>LexisNexis and the Knowledge Burst logo are registered trademarks
- of Reed Elsevier Properties Inc., used under license.</para>
- <para>HPCC Systems<superscript>®</superscript> is a registered trademark
- of LexisNexis Risk Data Management Inc.</para>
- <para>Other products, logos, and services may be trademarks or
- registered trademarks of their respective companies.</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></para>
- </legalnotice>
- <xi:include href="common/Version.xml"
- xpointer="xpointer(//*[@id='FooterInfo'])"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="common/Version.xml"
- xpointer="xpointer(//*[@id='DateVer'])"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <corpname>HPCC Systems<superscript>®</superscript></corpname>
- <xi:include href="common/Version.xml"
- xpointer="xpointer(//*[@id='Copyright'])"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <mediaobject role="logo">
- <imageobject>
- <imagedata fileref="images/LN_Rightjustified.jpg" />
- </imageobject>
- </mediaobject>
- </bookinfo>
- <chapter id="Logical_Files">
- <title><emphasis>Logical Files</emphasis></title>
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/CompareFiles.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/DeleteLogicalFile.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/LogicalFileList.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/FileExists.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/ForeignLogicalFileName.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/GetFileDescription.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/GetLogicalFileAttribute.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/ProtectLogicalFile.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/RenameLogicalFile.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/SetFileDescription.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/SetReadOnly.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/VerifyFile.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- </chapter>
- <chapter id="SuperFile_Management">
- <title><emphasis>SuperFiles</emphasis></title>
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/CreateSuperFile.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/SuperFileExists.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/DeleteSuperFile.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/GetSuperFileSubCount.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/GetSuperFileSubName.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/LogicalFileSuperOwners.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/LogicalFileSuperSubList.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/SuperFileContents.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/FindSuperFileSubName.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/StartSuperFileTransaction.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/AddSuperFile.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/RemoveSuperFile.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/ClearSuperFile.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/RemoveOwnedSubFiles.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/SwapSuperFile.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/ReplaceSuperFile.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/PromoteSuperFileList.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/FinishSuperFileTransaction.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- </chapter>
- <chapter id="External_File_Support">
- <title><emphasis>External Files </emphasis></title>
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/ExternalLogicalFileName.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/MoveExternalFile.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/DeleteExternalFile.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/CreateExternalDirectory.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/RemoteDirectory.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- </chapter>
- <chapter id="File_Browsing_Support">
- <title><emphasis>File Browsing </emphasis></title>
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/SetColumnMapping.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/GetColumnMapping.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/AddFileRelationship.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/FileRelationshipList.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/RemoveFileRelationship.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- </chapter>
- <chapter id="File_Movement">
- <title><emphasis>File Movement</emphasis></title>
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/DfuPlusExec.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/AbortDfuWorkunit.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/Copy.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/DeSpray.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/RemotePull.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/Replicate.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/SprayFixed.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/SprayVariable.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/SprayXML.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/WaitDfuWorkunit.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- </chapter>
- <chapter id="String_Handling">
- <title><emphasis>String Handling</emphasis></title>
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/CleanAccents.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/CleanSpaces.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/CompareAtStrength.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/CompareIgnoreCase.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/Contains.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/CountWords.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/DecodeBase64.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/EditDistance.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/EditDistanceWithinRadius.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/EncodeBase64.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/EndsWith.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/EqualIgnoreCase.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/ExcludeFirstWord.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/ExcludeLastWord.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/ExcludeNthWord.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/Extract.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/ExtractMultiple.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/Filter.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/FilterOut.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/Find.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/FindCount.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/FindAtStrength.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/FindAtStrengthReplace.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/FindReplace.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/FindWord.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/FromHexPairs.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/GetNthWord.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/RemoveSuffix.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/Repeat.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/Reverse.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/SplitWords.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/SubstituteExcluded.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/SubstituteIncluded.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/StartsWith.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/ToHexPairs.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/ToLowerCase.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/ToProperCase.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/ToUpperCase.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/Translate.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/WildMatch.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/WordCount.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- </chapter>
- <chapter id="MetaphoneSupport">
- <title><emphasis>Metaphone Support</emphasis></title>
- <para>These functions provide a means to implement Double Metaphone or
- Metaphone 3 phonetic encoding or fuzzy-match algorithms which return a
- primary code, a secondary code, or both for a given string.</para>
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/Primary.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/Secondary.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/Double.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- </chapter>
- <chapter id="Date_Handling">
- <title><emphasis>Date and Time Handling</emphasis></title>
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/DateDataTypes.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/TimeDataTypes.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/Year.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/Month.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/Day.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/Hour.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/Minute.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/Second.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/DateFromParts.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/TimeFromParts.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/IsLeapYear.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/IsDateLeapYear.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/IsValidDate.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/IsValidTime.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/IsValidGregorianDate.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/FromGregorianYMD.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/ToGregorianYMD.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/FromStringToDate.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/Today.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/CurrentDate.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/CurrentTime.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/DayOfYear.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/DaysBetween.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/MonthsBetween.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/AdjustDate.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/AdjustCalendar.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- </chapter>
- <chapter id="Cluster_Handling">
- <title><emphasis>Cluster Handling</emphasis></title>
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/Node.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/Nodes.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/LogicalToPhysical.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/DaliServers.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/Group.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/GetExpandLogicalFileName.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- </chapter>
- <chapter id="Job_Handling">
- <title><emphasis>Job Handling</emphasis></title>
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/WUID.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/Target.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/JobName.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/JobOwner.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/OS.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/Platform.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/LogString.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- </chapter>
- <chapter id="File_Monitoring">
- <title><emphasis>File Monitoring </emphasis></title>
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/MonitorFile.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/MonitorLogicalFileName.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- </chapter>
- <chapter id="Logging">
- <title><emphasis>Logging</emphasis></title>
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/dbglog.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/addWorkunitInformation.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/addWorkunitWarning.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/addWorkunitError.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- </chapter>
- <chapter id="Auditing">
- <title><emphasis>Auditing</emphasis></title>
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/Audit.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- </chapter>
- <chapter id="Utilities">
- <title><emphasis>Utilities</emphasis></title>
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/GetHostName.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/ResolveHostName.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/CmdProcess.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/GetUniqueInteger.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
-
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/GetEspUrl.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
-
-
- </chapter>
- <chapter id="Debugging">
- <title><emphasis>Debugging</emphasis></title>
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/GetParseTree.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/GetXMLParseTree.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/Sleep.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/msTick.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- </chapter>
- <chapter id="Email">
- <title><emphasis>Email</emphasis></title>
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/SendEmail.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/SendEmailAttachData.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/SendEmailAttachText.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- </chapter>
- <chapter id="Workunit_Services">
- <title><emphasis>Workunit Services</emphasis></title>
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/WorkunitExists.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/WorkunitList.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/SetWorkunitAppValue.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/WUIDonDate.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/WUIDdaysAgo.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/WorkunitTimeStamps.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/WorkunitMessages.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/WorkunitFilesRead.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/WorkunitFilesWritten.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/WorkunitTimings.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- </chapter>
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/BLAS.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="ECLStandardLibraryReference/SLR-Mods/Math.xml"
- xmlns:xi="http://www.w3.org/2001/XInclude" />
- </book>
|