Previous Topic: IESTYPE Keyword—Assign User Type to IUINext Topic: IMPORT Keyword—Import Certificate from PKCS#11 Token


IESVCAT Keyword—Assign Default VSAM User Catalog

Valid on z/VSE.

Use IESVCAT keyword to assign a default VSAM user catalog for an Interactive User Interface user. This attribute corresponds to user profile data stored in the z/VSE Control File.

This keyword has the following format:

TSS ADDTO(acid) IESVCAT(usercat)
usercat

A VSAM user catalog name. It should match an existing VSAM user catalog definition.

Range: 1 to 7 characters

This keyword is used with:

Examples: IESVCAT keyword

This example assigns VSESPUC as the default VSAM catalog for the current IUI dialogs:

TSS ADDTO(SYSA) IESVCAT(VSESPUC)

This example removes the above attribute:

TSS REMOVE(SYSA) IESVCAT