Previous Topic: DAYS Keyword with SDT—Maintain a CalendarNext Topic: DCDSN Keyword with ADDTO—Data Set Containing Certificate


DCDSN Keyword with GENREQ—Certificate Request Data Set

Valid on z/OS.

Use the DCDSN keyword to specify the name of the data set into which the certificate request is written. The data set must not already exist. The data set is entered as a fully qualified name without enclosed quotes.

The data set must be cataloged and conform to MVS standards.

This keyword has the following format:

TSS GENREQ(name) DCDSN(datasetname)
data‑set‑name

Specify the MVS data set into which the certificate request is written.

Range: Up to 44 characters

This keyword is used with:

Example: DCDSN Keyword with GENREQ

This example, issued by user01, generates a certificate request based on the PFQ82 certificate and writes it to a data set named PFQ82.TESTREQ.REQ:

TSS GENREQ(user01) DIGICERT(PFQ82)
                    DCDSN(PFQ82.TESTREQ.REQ)