Page 1 of 1

How to retrieve a particular record in vsam file

PostPosted: Wed Sep 26, 2007 12:14 am
by kiran
how to open the vsam file :?:
how to retrieve a particular record in vsam file :?:
can we delete the vsam file.how :?:
how to retrieve the same records from vsam file :?:
how to eliminate the similar records from vsam file :?:

Re: vsam doubts

PostPosted: Wed Sep 26, 2007 12:37 am
by CICS Guy
OK, 11 posts and no response or feedback....Why should anybody want to help you?
Try looking up the answers and post what you think they should be, we'll be glad to assist you in understanding what you are learning....
DFSMS/MVS V1R5 Access Method Services for VSAM Catalogs

vsam doubts

PostPosted: Thu Sep 27, 2007 11:35 pm
by kiran
Hi boss i never worked on vsam but i have some knowledge in vsam
if possible anybody can give the replay ple.....

Re: How to retrieve a particular record in vsam file

PostPosted: Fri Sep 28, 2007 3:49 am
by CICS Guy
kiran wrote:how to open the vsam file :?:
COBOL, OPEN...
how to retrieve a particular record in vsam file :?:
COBOL, READ...
can we delete the vsam file.how :?:
Idcams, DELETE...
how to retrieve the same records from vsam file :?:
COBOL, Read by key...
how to eliminate the similar records from vsam file :?:
How "similar"?

hai

PostPosted: Fri Sep 28, 2007 9:45 am
by kiran
thanQ very much, now i will try these

Re: How to retrieve a particular record in vsam file

PostPosted: Tue Dec 18, 2007 11:49 am
by anjani
kiran wrote:how to open the vsam file :?:
how to retrieve a particular record in vsam file :?:
can we delete the vsam file.how :?:
how to retrieve the same records from vsam file :?:
how to eliminate the similar records from vsam file :?:


ho to retrive a particular record :
vasm file is nothing but ksds or esds or rrds
if it is ksds by using record key value we can retrive vsam file.