Previous Topic: DAYS Keyword with SDT—Maintain a CalendarNext Topic: DCENCRY Keyword—Encryption Key Value


DCDSN Keyword—Specify a Data Set Containing a Certificate

Valid on z/OS.

Use the DCDSN keyword to specify one of the following types of data sets:

The following requirements apply:

This keyword is valid only with the DIGICERT or CERTMAP keyword and has the following format:

DCDSN(dataset_name)
dataset_name

Specifies the name of the data set containing the digital certificate or output certificate. Specify the data set name as a fully qualified name (without quotation marks).

Length: Up to 44 characters

This keyword is used with:

Example: Add a Digital Certificate

This example adds digital certificate CERT0001 to USER1. The certificate is contained in z/OS data set USER1.CERT.DATA.

TSS ADDTO(USER1) DIGICERT(CERT0001)
DCDSN(USER1.CERT.DATA)

Example: Generate a Self-Signed Certificate Authority Certificate

This example generates a self-signed certificate authority certificate from a PKCS#10 request. The generated certificate is placed in data set CERTREQ.REQ.

TSS GENCERT(CERTAUTH) DIGICERT(Account)
DCDSN(CERTREQ.REQ) NBDATE(05/01/02) NADATE(05/01/03)