Versions Compared

Key

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

...

Anchor
1134301
1134301
The UNIX netstat command is executed in the example. The netstat command writes the network status report 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 
//SCRIPT  DD *
netstat
//SYSIN   DD *
-host     hostname
-userid   username
-pwd      password
-script   SCRIPT  
/*
</pre>
 
Panel
Html bobswift

SYSIN Options

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

...