Versions Compared

Key

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

...

Panel
//UNIXCAT  JOB CLASS=A,MSGCLASS=X,NOTIFY=&SYSUID
//*        
//         JCLLIB ORDER=username.UNV.SUNVSAMP     
//*                 
//STEP1    EXEC UCMDPRC,           
//               STDOUT='DISP=SHR,DSN=username.UNIX.FILE1'         
//SYSIN    DD  *         
-cmd 'cat /export/home/username/file1'          
-host Unix_1 -userid username -pwd password -level audit  
/*       

SYSIN Options

Anchor
103875610387661038756
1038766
The SYSIN options used in this example are:

Option

Description

-cmd

Remote command cat /export/home/username/file1 to execute. The cat program copies the files specified on the command line to its stdout.n.

-host

Directs the command to a computer with host address Unix_1.

-userid

Remote user ID with which to execute the command.

-pwd

Password for the user ID.

-level

Message level output for this command execution.

Components

Anchor
1044567
1044567
Universal Command Manager for z/OS

Anchor
1050607
1050607