
Chapter 7. Hints and tips 385
Example 7-2 shows the JCL required to create a DFHTEMP of the correct size to
import the IBM-supplied views and menus.
Example 7-2 DFHTEMP cluster attributes
DEFINE CLUSTER ( -
NAME( dsname ) -
VOLUMES( dsvol ) -
RECORDS( 200 200 ) -
RECORDSIZE( 4089,4089 ) -
CONTROLINTERVALSIZE( 4096 ) -
NONINDEXED -
SHAREOPTIONS( 2 3 ) -
)
7.3 INACTIVETIMEOUT parameter
Be aware that the default for this parameter is 30 minutes, so once an individual
user’s Web User Interface session has been inactive for 30 minutes, the inactive
user sessions are terminated. This can cause problems if, for instance, the user
was in the middle of creating ...