Learning VSAM.

Virtual Storage Access method - ESDS, KSDS, RRDS & LDS. Basic direct access method, Basic sequential -, Queued sequential -, Basic partitioned -, Indexed sequential -, Object - access method.
Post Reply
Prashant Ranade
New Member
Posts: 2
Joined: Tue Aug 19, 2014 9:37 am

Learning VSAM.

Post by Prashant Ranade »

Hi,

I've some knowledge of working with VSAM with COBOL. But at this new company I've seen a very different way of using VSAMS. Like they call it as TBX tables and they have created screens using which they set-up the values in them. They are system wide tables. Have never seen VSAMs being used like this.

The question is, can you please tell where can I start learning the different aspects of VSAMs like a novice. Specially COBOL and VSAM programming and become better in to it. Any guidance is helpful.
User avatar
Anuj Dhawan
Founder
Posts: 2802
Joined: Sun Apr 21, 2013 7:40 pm
Location: Mumbai, India
Contact:
India

Re: Learning VSAM.

Post by Anuj Dhawan »

I think practice is the only key. Start analyzing the existing code at your shop and write your own programs based on them, test, repeat.

Good Luck!
Thanks,
Anuj

Disclaimer: My comments on this website are my own and do not represent the opinions or suggestions of any other person or business entity, in any way.
User avatar
Robert Sample
Global Moderator
Global Moderator
Posts: 1896
Joined: Fri Jun 28, 2013 1:22 am
Location: Dubuque Iowa
United States of America

Re: Learning VSAM.

Post by Robert Sample »

Is your TBX table actually a TermBase eXchange table? If so, you need to be aware that these tables are NOT part of VSAM and learning more about VSAM may not help you a whole lot with TBX tables.

A good starting point for learning about VSAM is the VSAM Demystified Redbook (SG24-6105) which you can find at http://www.redbooks.ibm.com (use the search box on the top right of the screen). This Redbook tells you almost everything you need to know about VSAM.
Post Reply

Create an account or sign in to join the discussion

You need to be a member in order to post a reply

Create an account

Not a member? register to join our community
Members can start their own topics & subscribe to topics
It’s free and only takes a minute

Register

Sign in

Return to “SMS & VSAM and BDAM, BSAM, QSAM, BPAM, ISAM, OAM.”