How to retrieve a particular record in vsam file

kiran
Posts: 17
Joined: Mon Sep 03, 2007 10:45 pm
Skillset: vs_cobolII, jcl, db2, vsam, cics
Referer: from google search

How to retrieve a particular record in vsam file

Postby kiran » Wed Sep 26, 2007 12:14 am

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 :?:

CICS Guy
Posts: 246
Joined: Wed Jun 20, 2007 4:08 am

Re: vsam doubts

Postby CICS Guy » Wed Sep 26, 2007 12:37 am

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

kiran
Posts: 17
Joined: Mon Sep 03, 2007 10:45 pm
Skillset: vs_cobolII, jcl, db2, vsam, cics
Referer: from google search

vsam doubts

Postby kiran » Thu Sep 27, 2007 11:35 pm

Hi boss i never worked on vsam but i have some knowledge in vsam
if possible anybody can give the replay ple.....

CICS Guy
Posts: 246
Joined: Wed Jun 20, 2007 4:08 am

Re: How to retrieve a particular record in vsam file

Postby CICS Guy » Fri Sep 28, 2007 3:49 am

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"?

kiran
Posts: 17
Joined: Mon Sep 03, 2007 10:45 pm
Skillset: vs_cobolII, jcl, db2, vsam, cics
Referer: from google search

hai

Postby kiran » Fri Sep 28, 2007 9:45 am

thanQ very much, now i will try these

anjani
Posts: 1
Joined: Mon Dec 17, 2007 12:30 pm
Skillset: cobol, db2, cics, vsam, jcl
Referer: mainframe developer

Re: How to retrieve a particular record in vsam file

Postby anjani » Tue Dec 18, 2007 11:49 am

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.