Thanks Boris, I will run them off.
________________________________ From: Boris Lenz <[email protected]> To: [email protected] Sent: Friday, January 25, 2013 10:55:52 AM Subject: Re: DIFFERENTIATION OF VSAM DSNS 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 ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
