Page 1 of 1

CICS WITH VSAM FILES

PostPosted: Thu Nov 03, 2011 9:54 am
by muralidharan
Hi Friends
how to define VSAM files into CICS region and use those files with COBOL?





Thanks
Muralidharan :)

Re: CICS WITH VSAM FILES

PostPosted: Thu Nov 03, 2011 10:56 am
by dick scherrer
Hello,

Typically, this is not done by beginners/developers.

You need to talk with your cics support to learn what must be provided for use on your system. If this is for class, you need direction from your instructor.

Re: CICS WITH VSAM FILES

PostPosted: Sat Nov 05, 2011 10:51 pm
by muralidharan
Hi dick scherrer
My instructor could not explain me.

Re: CICS WITH VSAM FILES

PostPosted: Sat Nov 05, 2011 10:58 pm
by BillyBoyo
If you only have a Trainer, then you have to accept some things.

VSAM files can of course be defined to CICS. You don't actually need to now how that happens to be able to use them. It works. If you are really keen on your own research, try an internet search for "define VSAM file to CICS" or similar. It won't solve any problems for you, but you will know how to do it (from a manual/instructions) without being able to do it yourself.

To use a VSAM file in a CICS Cobol program, you have manuals/books plus your teaching material. You won't have to OPEN or CLOSE the file, and all file accesses will be through EXEC CICS... commands, which will be translated into CALLS to specific CICS routines by the CICS pre-processor.

If you don't have any, find yourself some example CICS Cobol programs. Usual places.

Re: CICS WITH VSAM FILES

PostPosted: Sun Nov 06, 2011 12:16 am
by dick scherrer
Hello,

My instructor could not explain me.
Someone who supports the training has to know this. . . Might not be the "trainer" but someone has to know or there would be no vsam files n use. . .

Does each student create new files for their project(s) or are existing files to be used?

Is this work being done at some training institute or on-the-job. If on-the-job, the cics support people will know how this is done on your system.

Re: CICS WITH VSAM FILES

PostPosted: Sun Nov 27, 2011 2:42 pm
by muralidharan
Thank You Friends :D



Muralidharan