Versions Compared

Key

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

...

Anchor
1134120
1134120
The UNIX ls command is executed in the example. The ls command writes the file listing to its standard out, which is redirected to the UCMD Manager on z/OS. The UCMD Manager writes the standard out to ddname UNVOUT.

<pre>
//jobname  JOB CLASS=A,MSGCLASS=X,NOTIFY=&SYSUID
//*
//       JCLLIB ORDER=SBI.UNV.SUNVSAMP 
//* 
//STEP1    EXEC UCMDPRC
//SYSIN    DD *  
-cmd "ls -l /opt/universal/bin"
-host hostname 
-userid username  
-pwd password 
/*
             
</pre>
 
Panel
Html bobswift

SYSIN Options

Anchor
1134151
1134151
The SYSIN options used in this example are:

...