...
Anchor | ||||
---|---|---|---|---|
|
Panel | |
---|---|
Html bobswift | //S1 EXEC UCMDPRC
//UNVIN DD DISP=SHR,DSN=hlq.input.file
//LOGONDD DD DISP=SHR,DSN=hlq.userid(userid)
//SCRIPTDD DD *
@echo off
for /f "tokens=1 delims=/" %%a in ('date /t') do set daymm=%%a
for /f "tokens=2" %%a in ('echo %daymm%') do set mm=%%a
for /f "tokens=2 delims=/" %%a in ('date /t') do set dd=%%a
for /f "tokens=3 delims=/" %%a in ('date /t') do set yy=%%a
echo daymm: %daymm%
echo mmddyy: %mm%%dd%%yy%
ucopy -output c:\temp\outputfile%mm%%dd%%yy%
//SYSIN DD *
-script SCRIPTDD
-encryptedfile LOGONDD
-host dallas
/*
</pre>
|
Anchor | ||||
---|---|---|---|---|
|
...
Anchor | ||||
---|---|---|---|---|
|
...
cellspacing | 0 |
---|---|
style | text-align: left; width: 100%; |
class | Table_with_Header |
...
:
...
...
Option |
---|
...
style | background-color: #F0F0F0; border-bottom-color: #E8E8E8; border-bottom-style: solid; border-bottom-width: 1px; border-left-color: #E8E8E8; border-left-style: solid; border-left-width: 1px; border-right-color: #E8E8E8; border-right-style: solid; border-right-width: 1px; border-top-color: #E8E8E8; border-top-style: solid; border-top-width: 1px; padding-bottom: 3pt; padding-left: 4pt; padding-right: 4pt; padding-top: 4pt; vertical-align: middle; width: 309.6pt; |
---|
Description |
---|
...
...
...
...
...
DD from which to read a script file. The script file is sent to the remote system for execution. |
...
...
...
DD from which to read an encrypted command options file. |
...
...
...
...
...
Directs the command to a computer with a host name of dallas. |
Components
Anchor | ||||
---|---|---|---|---|
|
...