Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
//S1     EXEC UDMPRC
//APOUT  DD DSN=APP.DATA.DAILY,DISP=SHR
//UNVSCR DD *
1  set  _echo=yes
2  set  _halton=warn
3  open  unix=sol9 user=top098 pwd=p100m
4  filesys  local=dd
5  cd  unix=/opt/app/data
6  mode  type=text trim=yes
7  copy  local=apout unix=data10.txt
8  quit  /*

Anchor
1045564
1045564
DSN File System

<pre>
//S1     EXEC UDMPRC
//UNVSCR DD *
1 
set
 _echo=yes
2 
set
 _halton=warn
3 
open
 unix=sol9 user=top098 pwd=p100m
4 
cd
 unix=/opt/app/data
5 
mode
 type=text trim=yes
6 
copy
 local='app.data.daily' unix=data10.txt
7 
quit
 
/*
</pre>
Panel
Html bobswift
Html bobswift
Html bobswift
Html bobswift
Html bobswift
Html bobswift
Html bobswift
Html bobswift


Anchor
1048797
1048797
Components

...