Previous Topic: PSFMPL Resource Class—Secure Output Labeling SuppressionNext Topic: RECIPID Resource Class—Secure CADISPATCH RECIPID


Examples: PSFMPL resource class

This example gives PRDCNTL ownership of PSFMPL resources to control suppression of output data page labeling:

TSS ADDTO(PRDCNTL) PSFMPL(PSF.)

This example removes ownership:

TSS REMOVE(PRDCNTL) PSFMPL(PSF.)

This example permits ACID JOBOUT which is assigned to a batch job requests suppression of data page labeling for its output:

TSS PERMIT(JOBOUT) PSFMPL(PSF.DPAGELBL)
                   ACCESS(READ)

This example denies authority for all other users able to request data page labeling suppression:

TSS PERMIT(ALL) PSFMPL(PSF.DPAGELBL)
                ACCESS(NONE)