To determine the FD for your data, examine a COBOL application that accessed the data through CICS.
The files for the demonstration are in the subdirectory Examples\Visual Studio Integration\Mainframe\CICS in your installation folder. If you completed the CICS tutorial in an alternate directory, use that directory.
Open the demonstration project in:
The solution explorer window shows the COBOL files, mapsets, and copy files used for this project.
For example, you can do a quick find for the phrase EXEC CICS READNEXT. In this example, you see the statement:
EXEC CICS READNEXT DATASET('ACCTIX') INTO(ACCTREC) LENGTH(ACCT-LNG) RIDFLD(BRKEY) END-EXEC.
The structure of this record is defined in the copybook ACCTREC. If you want to examine this structure, open the file by placing your cursor on its name and right-clicking it and then clicking Open “ACCTREC”.