Previous Topic: IESSYNM Keyword—Interactive User Interface Synonyms ModelNext Topic: IESVCAT Keyword—Assign Default VSAM User Catalog


IESTYPE Keyword—Assign User Type to IUI

Valid on z/VSE.

Use the IESTYPE keyword to assign a user type to an Interactive user Interface. Also used to assign attributes for new item display and the initial action profile type. These attributes correspond to the user profile data stored in the z/VSE Control File.

This keyword has the following format:

TSS ADDTO(acid) IESTYPE(USERTYPEx,NEW,SELECT)
USERTYPEx

Defines the overall user characteristics. Replace x with one of the following values:

NEW

System displays news items to the IUI.

SELECT

Interprets initial action name as a selection profile. If not specified, interprets the action as an application profile.

This keyword is used with:

Examples: IESTYPE keyword

This example makes the ACID SYSA a system administrator, have news items displayed, and the initial action a selection profile:

TSS ADDTO(SYSA) IESTYPE(USERTYPE1,NEW,SELECT)

This example removes the above attributes:

TSS REMOVE(SYSA) IESTYPE(USERTYPE1,NEW,SELECT)