Previous Topic: SET_BASIC_KEY_n OptionNext Topic: Sample Report


Example JCL

The following shows the command to use the basic ENCRYPT function.

Note: Use the following as a guide to prepare your JCL. The JCL statements are only examples. Lowercase letters in a statement indicate a value you must supply. Code all statements to your site and installation standards.

 //jobname    See the previous note and JCL Requirements.
 //       EXEC PGM=DBUTLTY,REGION=2M
 //STEPLIB    See the previous note and JCL Requirements.
 //SYSIN    DD *                                   Command Input
         ENCRYPT OPTION=SET_BASIC_KEY_1,OPTION2=*,OPTION4=*
 /*