Versions Compared

Key

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

...

Panel
//jobname JOB CLASS=A,MSGCLASS=X,NOTIFY=&SYSUID
//*
//        JCLLIB ORDER=SBI.UNV.SUNVSAMP 
//* 
//STEP1 EXEC UCMDPRC,
//  STDIN='DUMMY',
//  STDERR='SYSOUT=H',  
//  STDOUT='DISP=SHR,DSN=hlq.DATA.LIST(OUT2)'  
//SYSIN  DD  *
-host     hostname
-userid   username
-pwd      password
-cmd      command 
/*   


Anchor
113475011347601134750
1134760

SYSIN Options

Option

Description

-host

Host name or IP address of the remote system on which to execute the script.

-userid

Remote user ID with which to execute the command.

-pwd

Password for the user ID.

-cmd

Command to be executed on the remote system.

...