by BillyBoyo » Sat Nov 05, 2011 10:58 pm
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.