WUID.xml 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
  3. "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
  4. <sect1 id="WUID">
  5. <title>WUID</title>
  6. <para><emphasis role="bold">STD.System.Job.WUID<indexterm>
  7. <primary>STD.System.Job.WUID</primary>
  8. </indexterm> <indexterm>
  9. <primary>System.Job.WUID</primary>
  10. </indexterm> <indexterm>
  11. <primary>Job.WUID</primary>
  12. </indexterm> <indexterm>
  13. <primary>WUID</primary>
  14. </indexterm>(</emphasis> <emphasis> </emphasis> <emphasis
  15. role="bold">)</emphasis></para>
  16. <informaltable colsep="0" frame="none" rowsep="0">
  17. <tgroup cols="2">
  18. <colspec colwidth="80.50pt" />
  19. <colspec />
  20. <tbody>
  21. <row>
  22. <entry>Return:<emphasis> </emphasis></entry>
  23. <entry>WUID returns a VARSTRING value.</entry>
  24. </row>
  25. </tbody>
  26. </tgroup>
  27. </informaltable>
  28. <para>The <emphasis role="bold">WUID </emphasis>function returns the
  29. workunit identifier of the current job. This is the same as the WORKUNIT
  30. compile time constant. </para>
  31. <para>Example:</para>
  32. <programlisting format="linespecific">A := STD.System.Job.WUID(); </programlisting>
  33. </sect1>