DISPLAY GRPREFS command

Read syntax diagramSkip visual syntax diagram
>>-DISPLAY NET,GRPREFS-----------------------------------------><

Abbreviations

Operand Abbreviation
DISPLAY D

Purpose

The DISPLAY GRPREFS command displays the generic resources preferences table.

Resulting display

The resulting VTAM® display shows the following information:
  • The contents of the generic resources preferences table.
  • The first generic resources preferences table entry is displayed as **DEFAULT** if you did not define a generic resources preferences table or if you defined one with only named entries. The **DEFAULT** entry identifies the VTAM default preferences for any generic resources that are not explicitly defined in the table.
  • The first generic resources preferences table entry is displayed as **NAMELESS** if you defined a generic resources preferences table entry without a name. The **NAMELESS** entry identifies the default values that you defined for any generic resources that are not explicitly defined in the table.

Examples

Displaying the generic resources preferences table that includes named entries and a nameless entry:
D NET,GRPREFS
IST097I DISPLAY ACCEPTED
IST350I DISPLAY TYPE = GR PREFERENCES TABLE
IST075I NAME = GRPREF01, TYPE = GR PREFERENCES  
IST924I ------------------------------------------------------------
IST2210I GR PREFERENCE TABLE ENTRY = **NAMELESS**    
IST2202I GREXIT   = NO       WLM      = YES      LOCLU  = YES   
IST2204I LOCAPPL  = YES      PASSOLU  = YES
IST924I ------------------------------------------------------------
IST2210I GR PREFERENCE TABLE ENTRY = CICSGR   
IST2202I GREXIT   = NO       WLM      = YES      LOCLU  = YES   
IST2204I LOCAPPL  = YES      PASSOLU  = NO
IST924I ------------------------------------------------------------
IST2210I GR PREFERENCE TABLE ENTRY = TSOGR    
IST2202I GREXIT   = NO       WLM      = YES      LOCLU  = YES   
IST2204I LOCAPPL  = YES      PASSOLU  = NO
IST924I ------------------------------------------------------------
IST2210I GR PREFERENCE TABLE ENTRY = APPLGR    
IST2202I GREXIT   = YES      WLM      = YES      LOCLU  = YES   
IST2204I LOCAPPL  = YES      PASSOLU  = NO
IST314I END
Displaying the generic resource preferences when no generic resource table was defined:
D NET,GRPREFS
IST097I DISPLAY ACCEPTED
IST350I DISPLAY TYPE = GR PREFERENCES TABLE
IST075I NAME = NONE, TYPE = GR PREFERENCES 
IST924I ------------------------------------------------------------
IST2210I GR PREFERENCE TABLE ENTRY = **DEFAULT**    
IST2202I GREXIT   = NO       WLM      = YES      LOCLU  = YES   
IST2204I LOCAPPL  = YES      PASSOLU  = NO
IST314I END