A new keyword DSKEYLBL can be used in the MODEL control statement or in the ISPF dynamic allocation model panel to request an encrypted output change accumulation or Image copy data set. The DSKEYLBL keyword specifies the label for the encryption key to be used by the system to encrypt a new output data set that uses the associated dynamic allocation model. This option is valid for DASD data sets only and the created data set will be in Extended format. MODEL NAME(DASDCA) DSN(CAP. R15.CA1.&CAGRP) - UNIT(SYSDA) SPACE(C,20,15) DSKEYLBL(ENCRYPDS.KEYLBL) GROUP CAGRP(CAGRPT01) FUNC(CA) CA((*,DASDCA)) SORT(SRT1) New keywords ICDSKEYL and CADSKEYL can be used to request encrypted output Image copy and Change accumulation data set respectively. These two keywords can be specified either in the global option module or in the GLBL control statement. GLBL DBRC(Y) PCP(Y) - ICALLOC(Y) DBALLOC(Y) DSALLOC(Y) - ICUNIT(SYSDA) ICSPACE(CYL,2,1) - ICPREF(ICP.QA.ENCP4.R15) - ICDSKEYL(ENCRYPDS.KEYLBL) ICSTORCL(DEVSMS) GLBL DBRC(Y) PCP(Y) - CAALLOC(Y) - ICUNIT(SYSDA) CASPACE(CYL,2,1) - CAPREF(CAP.R15.CA1.CAGRPT01) - CADSKEYL(ENCRYPDS.KEYLBL) CASTORCL(DEVSMS) Your storage administrator must define the DSKEYLBL/CADSKEYL/ICDSKEYL values and associated SAF, RACF and SMS rules. Each label can consist of up to 64 characters. The first character must be alphabetic or a national character (#, $, @). The remaining characters can be alphanumeric, a national character (#, $, @), or a period. All alphabetic characters must be upper case (A-Z). |