Programming Languages CICS Subjective
Mar 15, 2013

How to define a VSAM file in CICS getting Into CICS to define a VSAM File

Detailed Explanation

Resources to CICS are defined by supplied transaction CEDA.
1. Define VSAM file by using the following code:
CEDA DEFINE FILE(MYFILE) GROUP(DBG)
2. Move to CICS region by using the following command from ISPF panels
\g CICS01
where cics01 is the name of the CICS01 region name, MYFILE is the file name and DBG is the name of the group.

Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback