z/OS MVS Program Management: User's Guide and Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


EXTATTR: Specify extended attributes

z/OS MVS Program Management: User's Guide and Reference
SA23-1393-00

The EXTATTR option allows you to set extended attributes for SYSLMOD when saved in a z/OS UNIX file.

Four extended attributes can be set:
  1. APF authorization
  2. PGMCNTL
  3. NOSHAREAS
  4. SHRLIB

EXTATTR={suboption | (suboption[,suboption]...)}

Where 'suboption' can be any of the following keywords:

APF | NOAPF | SHAREAS | NOSHAREAS | PGM | NOPGM | SHRLIB | NOSHRLIB

Up to four suboptions can be given in a single EXTATTR specification. The last valid specification for each of the four bits takes precedence. The defaults for the files are ordinarily NOAPF, SHAREAS, NOPGM and NOSHRLIB. The binder will not attempt to change the system settings for any attribute for which the user has not specified a value.

APF
Causes the APF authorized flag for the SYSLMOD file to be set.
NOAPF
Will cause the flag to be set off.
PGM
Will cause the program-controlled flag for the SYSLMOD file to be set.
NOPGM
Will cause the flag to be set off.
SHAREAS
Will cause the NOSHAREAS attribute flag for the SYSLMOD file to be turned off
NOSHAREAS
Means that the flag is set on
SHRLIB
Will cause the SHRLIB attribute for the SYSLMOD file to be turned on
NOSHRLIB
Will cause the SHRLIB attribute to be turned off

For further information on the extended attributes, refer to z/OS UNIX System Services Command Reference.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014