IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Differences between sequential and ISAM files and usage


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
ravi1292

New User


Joined: 22 Sep 2008
Posts: 9
Location: Bangalore

PostPosted: Sun Jul 26, 2009 9:44 am
Reply with quote

Please let me know what is the difference between sequential file and ISAM file and how they are different in a COBOL program and JCL. Please give me some example where he difference shows the files.
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Sun Jul 26, 2009 12:12 pm
Reply with quote

Knowing what ISAM means would be a great start for you.
Have you tried google ???
Back to top
View user's profile Send private message
ravi1292

New User


Joined: 22 Sep 2008
Posts: 9
Location: Bangalore

PostPosted: Mon Jul 27, 2009 2:07 am
Reply with quote

I searched Google I know what is ISAM file but i want to know how will be the usage in COBOL program and JCL.
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8697
Location: Dubuque, Iowa, USA

PostPosted: Mon Jul 27, 2009 4:50 am
Reply with quote

Precision of terminology is extremely important here -- and you're not very precise yet. Are you using ISAM as a generic term to mean indexed sequential file access, or are you referring specifically to IBM's ISAM implementation? The difference is that IBM no longer supports use of their ISAM implementation so you cannot code up JCL or COBOL to use IBM's ISAM implementation.

If you're referring to ISAM to mean a generic indexed sequential file access, you need to Google VSAM KSDS and find out how the JCL and COBOL statements are used with VSAM KSDS files.

IBM's web site also makes mention of Informix's C-ISAM which IBM does support -- but again that is not the IBM ISAM implementation. And I'm sure a Google search will find you plenty on C-ISAM as well.
Back to top
View user's profile Send private message
ravi1292

New User


Joined: 22 Sep 2008
Posts: 9
Location: Bangalore

PostPosted: Fri Jul 31, 2009 11:09 am
Reply with quote

Thank you Robert...
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> COBOL Programming

 


Similar Topics
Topic Forum Replies
No new posts Compare 2 files and retrive records f... DFSORT/ICETOOL 3
No new posts Compare 2 files(F1 & F2) and writ... JCL & VSAM 8
No new posts Write line by line from two files DFSORT/ICETOOL 7
No new posts Compare only first records of the fil... SYNCSORT 7
No new posts ISAM and abend S03B JCL & VSAM 10
Search our Forums:

Back to Top