Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Macro name changed from html to html-bobswift during server to cloud migration processing.

...

Anchor
1155837
1155837
To open a log file under z/OS, execute:

Panel

Html bobswift

<pre>
openlog dd:mylog
</pre>


Anchor
1155840
1155840
To open a log file with an absolute path, execute:

Panel

Html bobswift

<pre>
openlog "c:\document and settings\user\logs\mylog.txt"
</pre>


Anchor
1155843
1155843
To open a log file with a relative path, execute:

Panel

Html bobswift

<pre>
openlog logs/mylog.txt
</pre>


Anchor
1155846
1155846
To open a log file so that new entries are appended to the end of the existing data in the file, execute:

Panel

Html bobswift

<pre>
openlog mylog.txt append=yes
</pre>

Anchor
1154381
1154381