Previous Topic: Configuring Your ProductNext Topic: Define APPL Statements


Calculate VSAM Storage

To calculate the number of VSAM storage records needed for the ADMIN2 file use:

VSAM storage records = profs + profsessions + users + usersessions

where:

profs

Indicates number of profiles

profsessions

Indicates total number of sessions in all profiles

users

Indicates number of users

usersessions

Indicates total number of sessions for all users

Edit and submit the JCL in the DEFVSAM member of the CB0VJCL data set. Comments in the JCL specify the information that you must supply or modify. The job executes successfully with a condition code of 0.