OS.xml 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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="OS">
  5. <title>OS</title>
  6. <para><emphasis role="bold">STD.System.Job.OS<indexterm>
  7. <primary>STD.System.Job.OS</primary>
  8. </indexterm> <indexterm>
  9. <primary>System.Job.OS</primary>
  10. </indexterm> <indexterm>
  11. <primary>Job.OS</primary>
  12. </indexterm> <indexterm>
  13. <primary>OS</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>OS returns a VARSTRING value.</entry>
  24. </row>
  25. </tbody>
  26. </tgroup>
  27. </informaltable>
  28. <para>The <emphasis role="bold">OS </emphasis>function returns the operating
  29. system (windows or Linux) of the cluster running the workunit.</para>
  30. <para>Example:</para>
  31. <programlisting format="linespecific">A := STD.System.Job.OS();</programlisting>
  32. </sect1>