Previous Topic: PSB Resource Class—Secure the IMS Program Specification BlockNext Topic: PTKTDATA Resource Class—PassTicket Data Resources


PSFMPL Resource Class—Secure Output Labeling Suppression

Valid on z/OS.

Use PSFMPL to secure user suppression of output labeling.

When used with TSS ADDTO/REMOVE, this resource class has the following format:

TSS ADDTO(acid) PSFMPL(prefix(es))
Prefix length

One to eight characters

Capacity of list

One to five prefixes per TSS command

When used with TSS PERMIT/REVOKE, this resource class has the following format:

TSS PERMIT(acid) PSFMPL(prefix(es))
Prefix length

One to eight characters

Capacity of list

One to five prefixes per TSS command

This keyword is used with:

The administrator can:

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)