Code books are used with non-z/OS systems in place of the public key/ private key model used with z/OS systems. To share a B2B tape with a business partner who does not have access to a z/OS host, you must create and export a code book.
To export a code book
Note: For information on defining a code book, see Define a Code Book in this chapter.
// PARM='BES=BESn,CODEBOOK=bookname,ALGORITHM=3DES128'
Specifies the subsystem on which the code book is defined.
Specifies the name of the code book you want to export.
(Optional) Specifies the encryption algorithm to use when encrypting the exported code book.
Default: 3DES128
Note: Although the Multiplatform Decryption Utility supports key strengths higher than 128 bits through the Java Cryptographic Extension (JCE), the JCE is not available in all countries. Keep this in mind when specifying an algorithm.
//PASSKEY DD *
You can point to a SYSIN-style spool dataset or inline JCL statement (as in the example above), or to any dataset or PDS member on DASD.
//SYSPRINT DD SYSOUT=A
You can point to a SYSOUT dataset (as in the example above), or to any dataset or PDS member on DASD. The report records are generated with ANSI printer control characters and are intended for output using the following attributes:
The code book is exported and encrypted using the specified passkey. You can now distribute the code book to your non-z/OS business partner.
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |