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)
Defines the overall user characteristics. Replace x with one of the following values:
System displays news items to the IUI.
Interprets initial action name as a selection profile. If not specified, interprets the action as an application profile.
This keyword is used with:
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)
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|