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
1156479
1156479
To save a data element called mydata to a DD name under z/OS called export, execute:

Panel
Html bobswift
<pre>
savedata mydata=dd:export
</pre>


Anchor
1156482
1156482
To save the data element to the current directory, execute:

Panel
Html bobswift
<pre>
savedata mydata=mydata.txt
</pre>


Anchor
1156485
1156485
To save the data element using an absolute path, execute:

Panel
Html bobswift
<pre>
savedata mydata="C:\documents and settings\playground\stuff.txt"
</pre>

Anchor
1156487
1156487

Anchor
1154381
1154381