Generic resources preferences table

Use the generic resources preferences table (GRPREFS) to define how a generic resource resolution is performed. You can define an entry in the table for each generic name; you can also define a default entry. VTAM® does not provide a default generic resources preferences table; however, all generic resource preferences have a default value.

Only one GRPREFS table can be active at a time. The most recently activated GRPREFS table entirely replaces any previously active GRPREFS table.

There is no function to delete a GRPREFS table, however to effectively delete any previous GRPREFS table and return to using the VTAM default generic resource preferences you can activate a GRPREFS table containing only one GRPREF definition statement without a name and without any operands.

Figure 1 shows the definition of a GRPREFS table.
Figure 1. GRPREFS table definition
GRHOST01  VBUILD   TYPE=GRPREFS

         GRPREF    GREXIT=NO,WLM=YES,LOCAPPL=YES,LOCLU=YES,PASSOLU=NO 
GRCICS   GRPREF    GREXIT=NO,WLM=NO,LOCAPPL=YES,LOCLU=YES,PASSOLU=YES
GRTSO    GRPREF    GREXIT=YES,WLM=YES,LOCAPPL=YES,LOCLU=YES,PASSOLU=NO
Table 1. Definition statements for GRPREFS table
Name Definition statement Operands Page Req Sift effect Default

Restrictions,
dependencies

name VBUILD TYPE=GRPREFS   R      
 
name GRPREF     R NO    
    GREXIT=YES|NO GREXIT   NO NO  
    LOCAPPL=YES|NO LOCAPPL   NO YES  
    LOCLU=YES|NO LOCLU   NO YES  
    PASSOLU=YES|NO PASSOLU   NO NO  
    WLM=YES|NO WLM   NO YES  
 
Legend:
R
Required operand.