Creating the VSAM file

Define the VSAM file to hold the bank account data, using the following IDCAMS parameters:
DEFINE    CLUSTER (                           -
                 NAME (CICS610.BANKACCT )     -
                 CYLINDERS(01)                -
                 REUSE                        -
                 KEYS(4 0)                    -
                 RECORDSIZE(168 168))