Willie,
Here are some very basic sample DEFINE statements. You can run them in
your environment and then look at the listcats. This may be more helpful
than listcats from other installations.

DEFINE CLUSTER(NAME(TEST.VSAM.KSDS)-
              INDEXED -
              KEYS(7 0) -
              RECORDSIZE(30 400) -
              TRACKS(12 4) -
              CISZ(1024) -
              )
DEFINE CLUSTER(NAME(TEST.VSAM.ESDS)-
              RECORDSIZE(80 80) -
              TRACKS(12 4) -
              NONINDEXED -
              )
DEFINE CLUSTER(NAME(TEST.VSAM.RRDS)-
              RECORDSIZE(80 80) -
              TRACKS(12 4) -
              NUMBERED -
              )
DEFINE CLUSTER(NAME(TEST.VSAM.VRRDS)
              RECORDSIZE(80 90) -
              TRACKS(12 4) -
              NUMBERED -
              )
DEFINE CLUSTER(NAME(TEST.VSAM.LDS)-
              TRACKS(12 4) -
              LINEAR -
              )

Regards,
Boris

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to