/
Using Encrypted Command File - zOS

Using Encrypted Command File - zOS

Using Encrypted Command File on z/OS

For z/OS, the Universal Command Manager -encryptedfile option specifies the ddname in the JCL that references the location of the Uencrypted file.


//UCM#000  JOB CLASS=A,MSGCLASS=X,NOTIFY=&SYSUID
//* 
//         JCLLIB ORDER=#HLQ.UNV.SUNVSAMP 
//*    
//STEP1    EXEC UCMDPRC  
//UENCRYPT DD  DISP=SHR,DSN=TEST.UENFILES(TESTPWD) 
//COMMANDS DD  *   
 DIR  
//SYSIN    DD  *  
 -host                 10.252.2.232  
 -userid               "testid" 
 -encryptedfile        UENCRYPT 
 -script               COMMANDS 

SYSIN Options

The SYSIN options used in this example are:

Option

Description

-host

List of one or more hosts upon which a command can run.

-userid

User ID or account with which to execute the remote command.

-encryptedfile

Encrypted command file.

-script

Local script file to execute on the remote system.

Components

Universal Command Manager for z/OS

Universal Encrypt

Related content

Using Encrypted Command File - zOS
Using Encrypted Command File - zOS
More like this
Using Encrypted Command File - zOS
Using Encrypted Command File - zOS
More like this
Using Encrypted Command File - zOS
Using Encrypted Command File - zOS
More like this
Using Encrypted Command File - zOS
Using Encrypted Command File - zOS
More like this
Using Encrypted Command File - zOS
Using Encrypted Command File - zOS
More like this
Use an Encrypted Command File for User ID and Password on zOS
Use an Encrypted Command File for User ID and Password on zOS
More like this