z/OS MVS JCL Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Examples of the SECMODEL parameter

z/OS MVS JCL Reference
SA23-1385-00

Example 1
//SMSDS4  DD  DSNAME=MYDS4.PGM,SECMODEL=(GROUP4.DEPT1.DATA),
//          DISP=(NEW,KEEP)

In the example, RACF® uses the previously defined model data set profile named GROUP4.DEPT1.DATA to control access to the new data set.

Example 2
//SMSDS5  DD  DSNAME=MYDS5.PGM,SECMODEL=(GROUP5.*,GENERIC),
//          DISP=(NEW,KEEP)

In the example, RACF uses the previously defined generic data set profile named GROUP5.* to control access to the new data set.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014