Versions Compared

Key

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

...

To run UDM in interactive mode, enter the following at the command prompt:

<pre>
STRUDM
</pre>
Panel
Html bobswift

This starts the UDM Manager. You will be greeted with a start-up message and the UDM prompt:

html-bobswift
Panel
<pre>
UNV2800I Universal Data Mover 5.1.1 Level 0 started.

udm>
</pre>

UDM now is ready to process commands. At the udm> prompt, you can enter any UDM command.

To exit UDM, enter the following command at the udm> prompt:

<pre>
quit
</pre>
Panel
Html bobswift

Anchor
Running UDM from a Script
Running UDM from a Script
Running UDM from a Script

To invoke a UDM script, enter the following on the command line:

html-bobswift
Panel
<pre>
STRUDM SCRFILE(library/file) SCRMBR(member)
</pre>

This starts the UDM Manager using the script located by library, file, and member.

...

To execute a batch file such as the one below, use SBMDBJOB FILE(LIBNAME/FILENAME) MBR(MBRNAME):

<pre>
//BCHJOB JOB(MYUDMJOB) ENDSEV(10) 
STRUDM MYLIB/QSCRSRC UDM817
//ENDBCHJOB
</pre>
Panel
Html bobswift

Output is sent to the output queue associated with the batch job. Two spooled files will be sent to the output queue; one file associated with standard out and one file associated with standard error.

...

Panel
borderStylesolid
STRUDM
[SCRFILE([library/]filename) [SCRMBR(member) ]
[PLFDIR (directory)]
[OPTIONS(options)]
[CODEPAGE(codepage)]
[CTLCPHRLST(cipherlist)]
[DTACPHRLST(cipherlist)]
[ENCRYPT {*yes|*no|cipher} ]
[COMPRESS(*{yes|no})]
[CMPRSMTH(*{zlib|hasp})]
[DELAY(seconds)]
[IDLTIMOUT(seconds)]
[KEEPALIVE(seconds)]
[MODETYPE (*{bin|binary|text}]
[MSGLANG(language)]
[[MSGLEVEL(*{trace|audit|info|warn|error}) [,*{yes|no}] ]
[MINSSLPROTOCOL(option)]
[NETWORKFT(*{yes|no}) [FRAMEINT(number)]] [OPENRETRY(*{yes|no} count interval)] [OUTBOUNDIP(host)] [PORT(port)] [PROXYCERT(option)] [RCVBUFSIZE(size)] [RETRYCNT(number)] [RETRYINT(seconds)] [SNDBUFSIZE(size)] [TCPNODELAY(*{yes|no})] [TCPWINSIZE(size)] [TRCLINES(number)] [TRCTBL(size,*{error|always|never})] [CACERTS(file [lib] ) [CACERTSMBR(member)] ] [CERT(file [lib] ) [CERTMBR(member)] [PVTKEYF|PRIVATE_KEY - UDM Manager configuration option](file [lib] ) [PVTKEYFMBR(member)] [PVTKEYPWD(password)] ] [CRLFILE(file [lib]) [CRLMBR(member)] ] [COMMENT(user-defined string)] STRUDM [VERSION(*{yes|no})]